Correctly find all critical CRL extensions
authorRich Salz <rsalz@openssl.org>
Sat, 22 Oct 2016 07:53:47 +0000 (03:53 -0400)
committerRich Salz <rsalz@openssl.org>
Sat, 22 Oct 2016 07:53:47 +0000 (03:53 -0400)
commit3ade92e785bb3777c92332f88e23f6ce906ee260
treea1cd3880b5be3e2f3c9a4e6cd63ebb7e6e4622f8
parent45f4761fdbb7b47a92ee5ed94e5485fb6218f3f5
Correctly find all critical CRL extensions

Unhandled critical CRL extensions were not detected if they appeared
after the handled ones.  (GitHub issue 1757).  Thanks to John Chuah
for reporting this.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1769)
crypto/asn1/x_crl.c