summaryrefslogtreecommitdiff
path: root/app/openssl/crypto/asn1/x_crl.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/openssl/crypto/asn1/x_crl.c')
-rw-r--r--app/openssl/crypto/asn1/x_crl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/openssl/crypto/asn1/x_crl.c b/app/openssl/crypto/asn1/x_crl.c
index c51c690b..3f03efbe 100644
--- a/app/openssl/crypto/asn1/x_crl.c
+++ b/app/openssl/crypto/asn1/x_crl.c
@@ -270,6 +270,7 @@ static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
{
/* We handle IDP and deltas */
if ((nid == NID_issuing_distribution_point)
+ || (nid == NID_authority_key_identifier)
|| (nid == NID_delta_crl))
break;;
crl->flags |= EXFLAG_CRITICAL;