summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-11-28 15:33:40 -0500
committerRich Salz <rsalz@openssl.org>2016-12-14 12:48:49 -0500
commit0baae1c01f4975cc6b92b59e34d1a2a05ae48414 (patch)
treecf4333d8781377cf81ace850d7b1500a93b83abd /test/recipes
parent695fea206b30d3c195dc95f8c1f8c5e29fc07113 (diff)
CRL critical extension bugfix
More importantly, port CRL test from boringSSL crypto/x509/x509_test.cc Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1775) (cherry picked from commit 2b40699082d1e5d0e94811542c4f0633ab2d5989)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/25-test_crl.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/recipes/25-test_crl.t b/test/recipes/25-test_crl.t
index f708ea8ad9..872138efe8 100644
--- a/test/recipes/25-test_crl.t
+++ b/test/recipes/25-test_crl.t
@@ -15,10 +15,12 @@ use OpenSSL::Test qw/:DEFAULT srctop_file/;
setup("test_crl");
-plan tests => 2;
+plan tests => 3;
require_ok(srctop_file('test','recipes','tconversion.pl'));
subtest 'crl conversions' => sub {
tconversion("crl", srctop_file("test","testcrl.pem"));
};
+
+ok(run(test(['crltest'])));