]> git.ipfire.org Git - thirdparty/openssl.git/commit
Test usage of a custom EVP_CIPHER
authorMatt Caswell <matt@openssl.org>
Thu, 29 Sep 2022 11:10:30 +0000 (12:10 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 3 Oct 2022 14:01:12 +0000 (15:01 +0100)
commit8c7d847e2e6ac6bfded210c19fd8461254bb2be3
treeffbd6a30a3476e1cd4844008cd55f95612858e27
parentf817a7439eaa705429cf699dd0485e665b0ffc49
Test usage of a custom EVP_CIPHER

Test that a custom EVP_CIPHER gets used in EVP_CipherInit_ex() calls.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19300)
test/evp_extra_test.c