EVP_ASYM_CIPHER_settable_ctx_params

Describe OSSL_PARAM keys settable on asymmetric-cipher contexts for ciph.

Synopsis

Declared in <openssl/evp.h>

OSSL_PARAM const*
EVP_ASYM_CIPHER_settable_ctx_params(EVP_ASYM_CIPHER const* ciph);

Return Value

NULL-terminated OSSL_PARAM descriptor array, or NULL on error.

Parameters

NameDescription
ciphAsymmetric cipher algorithm to query.