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
Name |
Description |
cipher |
Asymmetric cipher to query. |
Created with MrDocs