Return a human-readable description of a key-exchange algorithm.
Declared in <openssl/evp.h>
char const*
EVP_KEYEXCH_get0_description(EVP_KEYEXCH const* keyexch);
Description string (do not free), or NULL if none is available.
| Name | Description |
|---|---|
| keyexch | Key-exchange method to query. |