summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/x509/supported_exts.gperf8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/x509/supported_exts.gperf b/lib/x509/supported_exts.gperf
index c74a6a1cc4..aa5a6c10da 100644
--- a/lib/x509/supported_exts.gperf
+++ b/lib/x509/supported_exts.gperf
@@ -22,8 +22,6 @@ struct supported_exts_st { const char *name; };
2.5.29.30
#GNUTLS_X509EXT_OID_CRL_DIST_POINTS
2.5.29.31
-#GNUTLS_X509EXT_OID_CRT_POLICY
-2.5.29.32
#GNUTLS_X509EXT_OID_AUTHORITY_KEY_ID
2.5.29.35
#GNUTLS_X509EXT_OID_EXTENDED_KEY_USAGE
@@ -34,3 +32,9 @@ struct supported_exts_st { const char *name; };
1.3.6.1.5.5.7.1.14
#GNUTLS_X509EXT_OID_TLSFEATURES
1.3.6.1.5.5.7.1.24
+# We do not support verification with specific policies,
+# as such all the policies and restrictions are acceptable.
+#GNUTLS_X509EXT_OID_CRT_POLICY
+2.5.29.32
+#GNUTLS_X509EXT_OID_INHIBIT_ANYPOLICY
+2.5.29.54