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:09:46 +0000 (15:09 +0100)
commitb2f68ebeb5eef96249a22591199d43f960789c41
tree89c2e525883432b5aa6686d1f422169ad4464970
parenta2893b62333d97c8dfaaf655eaea919d30fb9a7b
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)

(cherry picked from commit 8c7d847e2e6ac6bfded210c19fd8461254bb2be3)
test/evp_extra_test.c