]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/evp_extra_test.c
Add a test for custom EVP_PKEY_METHODs
authorMatt Caswell <matt@openssl.org>
Tue, 20 Jul 2021 15:18:58 +0000 (16:18 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 22 Jul 2021 11:52:54 +0000 (13:52 +0200)
commita983764e17551b2988bd684279ac9e9077d84601
tree7e46a8232da59d81242d238d30077937a7259de9
parent929f651eaa763625eab602516706a1bf4ba3bc32
Add a test for custom EVP_PKEY_METHODs

Adds a test for using custom EVP_PKEY_METHODs without an ENGINE. As part
of this we also test having a custom EVP_PKEY_METHOD that wraps a built-in
EVP_PKEY_METHOD. We do this for both legacy and provided keys.

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