EVP_ASYM_CIPHER_get0_description

Return a human-readable description of an asymmetric cipher algorithm.

Synopsis

Declared in <openssl/evp.h>

char const*
EVP_ASYM_CIPHER_get0_description(EVP_ASYM_CIPHER const* cipher);

Return Value

Description string (do not free), or NULL if none is available.

Parameters

NameDescription
cipherAsymmetric cipher to query.