Return the primary name of a fetched key‐exchange algorithm.
Synopsis
Declared in <openssl/evp.h>
char const*
EVP_KEYEXCH_get0_name(EVP_KEYEXCH const* keyexch);
Return Value
Internal algorithm name string; do not free.
Parameters
Name |
Description |
keyexch |
Key‐exchange implementation from EVP_KEYEXCH_fetch(). |
Created with MrDocs