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

Synopsis

Declared in <openssl/rsa.h>

struct rsa_pss_params_st;

Data Members

Name

Description

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).

Created with MrDocs