From: Dr. Stephen Henson Date: Sun, 13 Jul 2008 15:55:37 +0000 (+0000) Subject: We support inhibit any policy extension, add to table. X-Git-Tag: OpenSSL_0_9_8k^2~307 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=dcc0c29876568314eb190dfd632a6366d1fc70a5 We support inhibit any policy extension, add to table. --- diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c index f5f8d1c176..9d48db3fe3 100644 --- a/crypto/x509v3/v3_purp.c +++ b/crypto/x509v3/v3_purp.c @@ -294,7 +294,8 @@ int X509_supported_extension(X509_EXTENSION *ex) NID_sbgp_autonomousSysNum, /* 291 */ #endif NID_policy_constraints, /* 401 */ - NID_proxyCertInfo /* 663 */ + NID_proxyCertInfo, /* 663 */ + NID_inhibit_any_policy /* 748 */ }; int ex_nid;