Return a human-readable description of an asymmetric cipher algorithm.
Declared in <openssl/evp.h>
char const*
EVP_ASYM_CIPHER_get0_description(EVP_ASYM_CIPHER const* cipher);
Description string (do not free), or NULL if none is available.
| Name | Description |
|---|---|
| cipher | Asymmetric cipher to query. |