CRL critical extension bugfix
authorRich Salz <rsalz@openssl.org>
Mon, 28 Nov 2016 20:33:40 +0000 (15:33 -0500)
committerRich Salz <rsalz@openssl.org>
Wed, 14 Dec 2016 17:48:49 +0000 (12:48 -0500)
commit0baae1c01f4975cc6b92b59e34d1a2a05ae48414
treecf4333d8781377cf81ace850d7b1500a93b83abd
parent695fea206b30d3c195dc95f8c1f8c5e29fc07113
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)
crypto/x509/x_crl.c
test/build.info
test/crltest.c [new file with mode: 0644]
test/recipes/25-test_crl.t