Return the built‐in OpenSSL RSA_METHOD implementing PKCS#1 operations (deprecated).
Synopsis
Declared in <openssl/rsa.h>
[[deprecated]]
RSA_METHOD const*
RSA_PKCS1_OpenSSL();
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Pointer to the default software RSA_METHOD (do not free).
Created with MrDocs