Opaque RSASSA‐PSS parameter structure (hashAlg / maskGenAlg / saltLength / trailerField).
Synopsis
Declared in <openssl/rsa.h>
struct rsa_pss_params_st;
Data Members
Name |
Description |
Hash AlgorithmIdentifier used by RSA‐PSS (for example SHA‐256). |
|
Mask generation AlgorithmIdentifier (typically MGF1 with a hash). |
|
Hash AlgorithmIdentifier decoded from |
|
PSS salt length in octets; NULL means the ASN.1 default. |
|
Trailer field value; NULL means the default trailerFieldBC (0xbc). |
Created with MrDocs