Return a human-readable description of a keymgmt implementation.
Declared in <openssl/evp.h>
char const*
EVP_KEYMGMT_get0_description(EVP_KEYMGMT const* keymgmt);
Description string, or NULL if none is available.
| Name | Description |
|---|---|
| keymgmt | Key management method to query. |