Opaque RSASSA-PSS parameter structure (hashAlg / maskGenAlg / saltLength / trailerField).
Declared in <openssl/rsa.h>
struct rsa_pss_params_st;
| 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). |