Return a human-readable description of a cipher algorithm.
Declared in <openssl/evp.h>
char const*
EVP_CIPHER_get0_description(EVP_CIPHER const* cipher);
Description string for display, or NULL if unavailable.
| Name | Description |
|---|---|
| cipher | Cipher method to query. |