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