Opaque RSA key object (deprecated; prefer EVP_PKEY).

Synopsis

Declared in <openssl/types.h>

struct rsa_st;

Non-Member Functions

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).

Created with MrDocs