summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>2024-02-26 22:50:46 -0500
committerMatt Caswell <matt@openssl.org>2024-04-24 14:08:05 +0100
commit11cd18c60d08d512cc897f7f800efa2d2e194313 (patch)
tree7254b6ab150cc7178df01a58255d2d0cf902e0af /test/recipes
parentdab96a4f60f12b162f02ce2ddf4f70bb1e24bd5b (diff)
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)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/60-test_x509_acert.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/recipes/60-test_x509_acert.t b/test/recipes/60-test_x509_acert.t
index 35864e6608..2bf58d6a6f 100644
--- a/test/recipes/60-test_x509_acert.t
+++ b/test/recipes/60-test_x509_acert.t
@@ -17,6 +17,8 @@ plan skip_all => "test_x509_acert uses ec which is not supported by this build"
plan tests => 1;
ok(run(test(["x509_acert_test", srctop_file("test", "certs", "acert.pem"),
- srctop_file("test", "certs", "acert_ietf.pem")])),
+ srctop_file("test", "certs", "acert_ietf.pem"),
+ srctop_file("test", "certs", "acert_bc1.pem"),
+ srctop_file("test", "certs", "acert_bc2.pem")])),
"running x509_acert_test");