EVP_KEYEXCH_gettable_ctx_params

Return the context parameters that can be read from a key-exchange algorithm.

Synopsis

Declared in <openssl/evp.h>

OSSL_PARAM const*
EVP_KEYEXCH_gettable_ctx_params(EVP_KEYEXCH const* keyexch);

Return Value

Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL.

Parameters

NameDescription
keyexchKey-exchange method to query.