]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add test for ASN1_item_verify()
authorTomas Mraz <tomas@openssl.org>
Mon, 17 Jun 2024 10:19:45 +0000 (12:19 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 21 Jun 2024 08:04:28 +0000 (10:04 +0200)
commit007761ec0bdd6aa139371b26489c839c9ac3e8a8
tree4ac272b732d27940a223036af4280e56a470fd7a
parent711dd6ce37756b8099b5890b72d691c2c4b7b507
Add test for ASN1_item_verify()

This is a test for https://github.com/openssl/openssl/issues/24575
Original idea by Theo Buehler.

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24576)

(cherry picked from commit 2f0b4974dfbd9bc71e1164e0742fc7fdb2b2b70e)
test/certs/ee-self-signed-pss.pem [new file with mode: 0644]
test/certs/setup.sh
test/recipes/25-test_x509.t
test/x509_test.c