Return the legacy low‐level key pointer stored in an EVP_PKEY (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
void*
EVP_PKEY_get0(EVP_PKEY const* pkey);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Internal type‐specific key pointer (for example RSA *), or NULL if unset; do not free.

Parameters

Name

Description

pkey

Key wrapper to query.

Created with MrDocs