Opaque RSA key object (deprecated; prefer EVP_PKEY).
Declared in <openssl/types.h>
struct rsa_st;
| Name | Description |
|---|---|
EVP_PKEY_get0_RSA | Return the legacy RSA handle inside pkey without incrementing its refcount (deprecated). |
EVP_PKEY_get1_RSA | Return a new reference to the RSA key held by pkey (deprecated). |