Allocate and initialise an empty RSA key object (deprecated; use EVP_PKEY‐RSA).
Synopsis
Declared in <openssl/rsa.h>
[[deprecated]]
RSA*
RSA_new();
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
New RSA, or NULL on allocation failure; free with RSA_free.
Created with MrDocs