x509_acert: Add more parsing and printing tests
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>
Tue, 27 Feb 2024 03:50:46 +0000 (22:50 -0500)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Apr 2024 13:08:05 +0000 (14:08 +0100)
commit11cd18c60d08d512cc897f7f800efa2d2e194313
tree7254b6ab150cc7178df01a58255d2d0cf902e0af
parentdab96a4f60f12b162f02ce2ddf4f70bb1e24bd5b
x509_acert: Add more parsing and printing tests

These have been extracted from the boucycastle test code.
Make sure that these certificates can be safely and correctly parsed
and printed.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15857)
test/certs/acert_bc1.pem [new file with mode: 0644]
test/certs/acert_bc2.pem [new file with mode: 0644]
test/recipes/60-test_x509_acert.t