Return a human‐readable description of a key‐exchange algorithm.

Synopsis

Declared in <openssl/evp.h>

char const*
EVP_KEYEXCH_get0_description(EVP_KEYEXCH const* keyexch);

Return Value

Description string (do not free), or NULL if none is available.

Parameters

Name

Description

keyexch

Key‐exchange method to query.

Created with MrDocs