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
Name |
Description |
r |
RSA key to query. |
Created with MrDocs