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

Name

Description

ciph

Asymmetric cipher algorithm to query.

Created with MrDocs