rsa_pss_params_st

Opaque RSASSA-PSS parameter structure (hashAlg / maskGenAlg / saltLength / trailerField).

Synopsis

Declared in <openssl/rsa.h>

struct rsa_pss_params_st;

Data Members

NameDescription
hashAlgorithm Hash AlgorithmIdentifier used by RSA-PSS (for example SHA-256).
maskGenAlgorithm Mask generation AlgorithmIdentifier (typically MGF1 with a hash).
maskHash Hash AlgorithmIdentifier decoded from maskGenAlgorithm (MGF1).
saltLength PSS salt length in octets; NULL means the ASN.1 default.
trailerField Trailer field value; NULL means the default trailerFieldBC (0xbc).