summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJon Spillett <jon.spillett@oracle.com>2017-03-30 14:13:44 +1000
committerRich Salz <rsalz@openssl.org>2017-03-31 12:06:18 -0400
commit248cf959672041f38f4d80a4a09ee01d8ab04fe8 (patch)
treedc19bcd7510213ce6262934484db69b4b49e0145 /crypto
parentd75c56f479820b1b025e7987f27d43ce2ed748d7 (diff)
Fix for #2730. Add CRLDP extension to list of supported extensions
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3087) (cherry picked from commit e6f648fd880369e186039501c960809b17f96e88)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/x509v3/v3_purp.c1
1 files changed, 1 insertions, 0 deletions
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 */