Describe parameters that can be read from keys managed by a keymgmt.

Synopsis

Declared in <openssl/evp.h>

OSSL_PARAM const*
EVP_KEYMGMT_gettable_params(EVP_KEYMGMT const* keymgmt);

Return Value

Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL on error.

Parameters

Name

Description

keymgmt

Key management implementation to query.

Created with MrDocs