Return a human‐readable description of the key type associated with an EVP_PKEY.

Synopsis

Declared in <openssl/evp.h>

char const*
EVP_PKEY_get0_description(EVP_PKEY const* pkey);

Return Value

Static description string from the key management implementation, or NULL if unavailable.

Parameters

Name

Description

pkey

Key to query.

Created with MrDocs