Return the OSSL_PARAM descriptors for key‐generation parameters settable on this keymgmt.

Synopsis

Declared in <openssl/evp.h>

OSSL_PARAM const*
EVP_KEYMGMT_gen_settable_params(EVP_KEYMGMT const* keymgmt);

Return Value

Constant OSSL_PARAM array, or NULL on error.

Parameters

Name

Description

keymgmt

Key management implementation to query.

Created with MrDocs