Allocate empty RSA‐PSS algorithm parameters.
Synopsis
Declared in <openssl/rsa.h>
RSA_PSS_PARAMS*
RSA_PSS_PARAMS_new();
Return Value
New RSA_PSS_PARAMS, or NULL on allocation failure.
Created with MrDocs