summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-05 12:34:56 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-05 15:52:19 +0200
commitbaa2a206883601af0bb109749e18687771040342 (patch)
treeb89a2716440674d35169953238b079d150579593
parentf73aa4230dd029c34d722c7c9090b94184fcce22 (diff)
downloadgnutls-tmp-inhibit-any-policy.tar.gz
updated auto-generated filestmp-inhibit-any-policy
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--doc/Makefile.am8
-rw-r--r--doc/manpages/Makefile.am4
-rw-r--r--symbols.last4
3 files changed, 16 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 29d4e420a9..4f4ae36b09 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2240,6 +2240,8 @@ FUNCS += functions/gnutls_x509_crt_get_extension_oid
FUNCS += functions/gnutls_x509_crt_get_extension_oid.short
FUNCS += functions/gnutls_x509_crt_get_fingerprint
FUNCS += functions/gnutls_x509_crt_get_fingerprint.short
+FUNCS += functions/gnutls_x509_crt_get_inhibit_anypolicy
+FUNCS += functions/gnutls_x509_crt_get_inhibit_anypolicy.short
FUNCS += functions/gnutls_x509_crt_get_issuer
FUNCS += functions/gnutls_x509_crt_get_issuer.short
FUNCS += functions/gnutls_x509_crt_get_issuer_alt_name
@@ -2364,6 +2366,8 @@ FUNCS += functions/gnutls_x509_crt_set_extension_by_oid
FUNCS += functions/gnutls_x509_crt_set_extension_by_oid.short
FUNCS += functions/gnutls_x509_crt_set_flags
FUNCS += functions/gnutls_x509_crt_set_flags.short
+FUNCS += functions/gnutls_x509_crt_set_inhibit_anypolicy
+FUNCS += functions/gnutls_x509_crt_set_inhibit_anypolicy.short
FUNCS += functions/gnutls_x509_crt_set_issuer_alt_name
FUNCS += functions/gnutls_x509_crt_set_issuer_alt_name.short
FUNCS += functions/gnutls_x509_crt_set_issuer_alt_othername
@@ -2450,6 +2454,8 @@ FUNCS += functions/gnutls_x509_ext_export_basic_constraints
FUNCS += functions/gnutls_x509_ext_export_basic_constraints.short
FUNCS += functions/gnutls_x509_ext_export_crl_dist_points
FUNCS += functions/gnutls_x509_ext_export_crl_dist_points.short
+FUNCS += functions/gnutls_x509_ext_export_inhibit_anypolicy
+FUNCS += functions/gnutls_x509_ext_export_inhibit_anypolicy.short
FUNCS += functions/gnutls_x509_ext_export_key_purposes
FUNCS += functions/gnutls_x509_ext_export_key_purposes.short
FUNCS += functions/gnutls_x509_ext_export_key_usage
@@ -2476,6 +2482,8 @@ FUNCS += functions/gnutls_x509_ext_import_basic_constraints
FUNCS += functions/gnutls_x509_ext_import_basic_constraints.short
FUNCS += functions/gnutls_x509_ext_import_crl_dist_points
FUNCS += functions/gnutls_x509_ext_import_crl_dist_points.short
+FUNCS += functions/gnutls_x509_ext_import_inhibit_anypolicy
+FUNCS += functions/gnutls_x509_ext_import_inhibit_anypolicy.short
FUNCS += functions/gnutls_x509_ext_import_key_purposes
FUNCS += functions/gnutls_x509_ext_import_key_purposes.short
FUNCS += functions/gnutls_x509_ext_import_key_usage
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 0243df64df..77a3860055 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -919,6 +919,7 @@ APIMANS += gnutls_x509_crt_get_extension_data2.3
APIMANS += gnutls_x509_crt_get_extension_info.3
APIMANS += gnutls_x509_crt_get_extension_oid.3
APIMANS += gnutls_x509_crt_get_fingerprint.3
+APIMANS += gnutls_x509_crt_get_inhibit_anypolicy.3
APIMANS += gnutls_x509_crt_get_issuer.3
APIMANS += gnutls_x509_crt_get_issuer_alt_name.3
APIMANS += gnutls_x509_crt_get_issuer_alt_name2.3
@@ -981,6 +982,7 @@ APIMANS += gnutls_x509_crt_set_dn_by_oid.3
APIMANS += gnutls_x509_crt_set_expiration_time.3
APIMANS += gnutls_x509_crt_set_extension_by_oid.3
APIMANS += gnutls_x509_crt_set_flags.3
+APIMANS += gnutls_x509_crt_set_inhibit_anypolicy.3
APIMANS += gnutls_x509_crt_set_issuer_alt_name.3
APIMANS += gnutls_x509_crt_set_issuer_alt_othername.3
APIMANS += gnutls_x509_crt_set_issuer_dn.3
@@ -1024,6 +1026,7 @@ APIMANS += gnutls_x509_ext_export_aia.3
APIMANS += gnutls_x509_ext_export_authority_key_id.3
APIMANS += gnutls_x509_ext_export_basic_constraints.3
APIMANS += gnutls_x509_ext_export_crl_dist_points.3
+APIMANS += gnutls_x509_ext_export_inhibit_anypolicy.3
APIMANS += gnutls_x509_ext_export_key_purposes.3
APIMANS += gnutls_x509_ext_export_key_usage.3
APIMANS += gnutls_x509_ext_export_name_constraints.3
@@ -1037,6 +1040,7 @@ APIMANS += gnutls_x509_ext_import_aia.3
APIMANS += gnutls_x509_ext_import_authority_key_id.3
APIMANS += gnutls_x509_ext_import_basic_constraints.3
APIMANS += gnutls_x509_ext_import_crl_dist_points.3
+APIMANS += gnutls_x509_ext_import_inhibit_anypolicy.3
APIMANS += gnutls_x509_ext_import_key_purposes.3
APIMANS += gnutls_x509_ext_import_key_usage.3
APIMANS += gnutls_x509_ext_import_name_constraints.3
diff --git a/symbols.last b/symbols.last
index c040cd4f64..8db4867940 100644
--- a/symbols.last
+++ b/symbols.last
@@ -906,6 +906,7 @@ gnutls_x509_crt_get_extension_data@GNUTLS_3_4
gnutls_x509_crt_get_extension_info@GNUTLS_3_4
gnutls_x509_crt_get_extension_oid@GNUTLS_3_4
gnutls_x509_crt_get_fingerprint@GNUTLS_3_4
+gnutls_x509_crt_get_inhibit_anypolicy@GNUTLS_3_4
gnutls_x509_crt_get_issuer@GNUTLS_3_4
gnutls_x509_crt_get_issuer_alt_name2@GNUTLS_3_4
gnutls_x509_crt_get_issuer_alt_name@GNUTLS_3_4
@@ -968,6 +969,7 @@ gnutls_x509_crt_set_dn_by_oid@GNUTLS_3_4
gnutls_x509_crt_set_expiration_time@GNUTLS_3_4
gnutls_x509_crt_set_extension_by_oid@GNUTLS_3_4
gnutls_x509_crt_set_flags@GNUTLS_3_4
+gnutls_x509_crt_set_inhibit_anypolicy@GNUTLS_3_4
gnutls_x509_crt_set_issuer_alt_name@GNUTLS_3_4
gnutls_x509_crt_set_issuer_alt_othername@GNUTLS_3_4
gnutls_x509_crt_set_issuer_dn@GNUTLS_3_4
@@ -1011,6 +1013,7 @@ gnutls_x509_ext_export_aia@GNUTLS_3_4
gnutls_x509_ext_export_authority_key_id@GNUTLS_3_4
gnutls_x509_ext_export_basic_constraints@GNUTLS_3_4
gnutls_x509_ext_export_crl_dist_points@GNUTLS_3_4
+gnutls_x509_ext_export_inhibit_anypolicy@GNUTLS_3_4
gnutls_x509_ext_export_key_purposes@GNUTLS_3_4
gnutls_x509_ext_export_key_usage@GNUTLS_3_4
gnutls_x509_ext_export_name_constraints@GNUTLS_3_4
@@ -1024,6 +1027,7 @@ gnutls_x509_ext_import_aia@GNUTLS_3_4
gnutls_x509_ext_import_authority_key_id@GNUTLS_3_4
gnutls_x509_ext_import_basic_constraints@GNUTLS_3_4
gnutls_x509_ext_import_crl_dist_points@GNUTLS_3_4
+gnutls_x509_ext_import_inhibit_anypolicy@GNUTLS_3_4
gnutls_x509_ext_import_key_purposes@GNUTLS_3_4
gnutls_x509_ext_import_key_usage@GNUTLS_3_4
gnutls_x509_ext_import_name_constraints@GNUTLS_3_4