diff options
Diffstat (limited to 'lib/x509/supported_exts.gperf')
-rw-r--r-- | lib/x509/supported_exts.gperf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/lib/x509/supported_exts.gperf b/lib/x509/supported_exts.gperf new file mode 100644 index 0000000..aa5a6c1 --- /dev/null +++ b/lib/x509/supported_exts.gperf @@ -0,0 +1,40 @@ +%{ +%} +%language=ANSI-C +%readonly-tables +%define lookup-function-name is_ext_oid_supported +%define hash-function-name x509_ext_hash + +struct supported_exts_st { const char *name; }; +%% +#GNUTLS_X509EXT_OID_SUBJECT_KEY_ID +2.5.29.14 +#GNUTLS_X509EXT_OID_KEY_USAGE +2.5.29.15 +#GNUTLS_X509EXT_OID_PRIVATE_KEY_USAGE_PERIOD - not supported +#GNUTLS_X509EXT_OID_SAN +2.5.29.17 +#GNUTLS_X509EXT_OID_IAN +2.5.29.18 +#GNUTLS_X509EXT_OID_BASIC_CONSTRAINTS +2.5.29.19 +#GNUTLS_X509EXT_OID_NAME_CONSTRAINTS +2.5.29.30 +#GNUTLS_X509EXT_OID_CRL_DIST_POINTS +2.5.29.31 +#GNUTLS_X509EXT_OID_AUTHORITY_KEY_ID +2.5.29.35 +#GNUTLS_X509EXT_OID_EXTENDED_KEY_USAGE +2.5.29.37 +#GNUTLS_X509EXT_OID_AUTHORITY_INFO_ACCESS +1.3.6.1.5.5.7.1.1 +#GNUTLS_X509EXT_OID_PROXY_CRT_INFO +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 |