From e6f648fd880369e186039501c960809b17f96e88 Mon Sep 17 00:00:00 2001 From: Jon Spillett Date: Thu, 30 Mar 2017 14:13:44 +1000 Subject: [PATCH] Fix for #2730. Add CRLDP extension to list of supported extensions Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3087) --- crypto/x509v3/v3_purp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c index 451e7f87c1..fa5c425ffc 100644 --- a/crypto/x509v3/v3_purp.c +++ b/crypto/x509v3/v3_purp.c @@ -277,6 +277,7 @@ int X509_supported_extension(X509_EXTENSION *ex) NID_subject_alt_name, /* 85 */ NID_basic_constraints, /* 87 */ NID_certificate_policies, /* 89 */ + NID_crl_distribution_points, /* 103 */ NID_ext_key_usage, /* 126 */ #ifndef OPENSSL_NO_RFC3779 NID_sbgp_ipAddrBlock, /* 290 */ -- 2.34.1