]> 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:03:42 +0000 (10:03 +0200)
commit2f0b4974dfbd9bc71e1164e0742fc7fdb2b2b70e
tree91c3162d969c7af6babe2b7d3680da6daf8e5f9a
parent8d380f85da215012570347f156e642d69909877a
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)
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