]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add new test types in test/evp_test.c, and a test for RSA sigalgs
authorRichard Levitte <levitte@openssl.org>
Wed, 10 Jul 2024 19:26:30 +0000 (21:26 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 21 Aug 2024 06:21:06 +0000 (08:21 +0200)
commitb02cf2fc8fc5ae2cef8313bac26b9a8fdbb98b2d
tree5df1ff99ed423804d9e35f7174c4aa2c5453c491
parent572a8371ab600cfcf89284b692625dbfb7627f2d
Add new test types in test/evp_test.c, and a test for RSA sigalgs

With these tests, we get to test:

- EVP_PKEY_sign_init_ex()
- EVP_PKEY_verify_init_ex2()
- EVP_PKEY_verify_recover_init_ex2()
- EVP_PKEY_sign_message_init() and friends
- EVP_PKEY_verify_message_init() and friends

A few test cases for RSA-{hash} are added, in
test/recipes/30-test_evp_data/evppkey_rsa_sigalg.txt

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23416)
test/evp_test.c
test/recipes/30-test_evp.t
test/recipes/30-test_evp_data/evppkey_rsa_sigalg.txt [new file with mode: 0644]