EVP_KEYMGMT_settable_params

Return the OSSL_PARAM descriptors settable on an existing key via this keymgmt.

Synopsis

Declared in <openssl/evp.h>

OSSL_PARAM const*
EVP_KEYMGMT_settable_params(EVP_KEYMGMT const* keymgmt);

Return Value

Constant OSSL_PARAM array, or NULL on error.

Parameters

NameDescription
keymgmtKey management implementation to query.