Return the OSSL_PARAM descriptors gettable on a signature context for sig.

Synopsis

Declared in <openssl/evp.h>

OSSL_PARAM const*
EVP_SIGNATURE_gettable_ctx_params(EVP_SIGNATURE const* sig);

Return Value

Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL.

Parameters

Name

Description

sig

Signature algorithm whose gettable context parameters are listed.

Created with MrDocs