core: support modified gettable/settable ctx calls for ciphers

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14240)
This commit is contained in:
Pauli 2021-02-23 11:49:55 +10:00
parent fe20a66ed4
commit e79fb279df
2 changed files with 4 additions and 2 deletions

View File

@ -315,9 +315,9 @@ OSSL_CORE_MAKE_FUNC(int, cipher_set_ctx_params, (void *cctx,
OSSL_CORE_MAKE_FUNC(const OSSL_PARAM *, cipher_gettable_params,
(void *provctx))
OSSL_CORE_MAKE_FUNC(const OSSL_PARAM *, cipher_settable_ctx_params,
(void *provctx))
(void *cctx, void *provctx))
OSSL_CORE_MAKE_FUNC(const OSSL_PARAM *, cipher_gettable_ctx_params,
(void *provctx))
(void *cctx, void *provctx))
/* MACs */

View File

@ -5302,6 +5302,8 @@ EVP_PKEY_fromdata_settable ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_param_check_quick ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_public_check_quick ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_CTX_is_a ? 3_0_0 EXIST::FUNCTION:
EVP_CIPHER_CTX_settable_params ? 3_0_0 EXIST::FUNCTION:
EVP_CIPHER_CTX_gettable_params ? 3_0_0 EXIST::FUNCTION:
EVP_KDF_CTX_gettable_params ? 3_0_0 EXIST::FUNCTION:
EVP_KDF_CTX_settable_params ? 3_0_0 EXIST::FUNCTION:
EVP_MAC_CTX_gettable_params ? 3_0_0 EXIST::FUNCTION: