From: Jon Spillett Date: Thu, 30 Mar 2017 04:13:44 +0000 (+1000) Subject: Fix for #2730. Add CRLDP extension to list of supported extensions X-Git-Tag: OpenSSL_1_1_1-pre1~1892 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=e6f648fd880369e186039501c960809b17f96e88 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) --- 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 */