RSA_get0_pss_params

Return the RSA-PSS parameters associated with an RSA key (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
RSA_PSS_PARAMS const*
RSA_get0_pss_params(RSA const* r);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Internal RSA_PSS_PARAMS pointer, or NULL if none are set.

Parameters

NameDescription
rRSA key to query.