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_0_2l~24 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=248cf959672041f38f4d80a4a09ee01d8ab04fe8;p=oweals%2Fopenssl.git 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) (cherry picked from commit e6f648fd880369e186039501c960809b17f96e88) --- diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c index 845be673b7..96e629a930 100644 --- a/crypto/x509v3/v3_purp.c +++ b/crypto/x509v3/v3_purp.c @@ -321,6 +321,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 */