From 1a82866b24da2e5ed50631a9cc77b912fefec5e5 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 14 Nov 2016 14:03:58 +0100 Subject: updated auto-generated files for new functions --- doc/Makefile.am | 14 ++++++++++++++ doc/manpages/Makefile.am | 7 +++++++ symbols.last | 7 +++++++ 3 files changed, 28 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 8770635a87..1ca47a1e7a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1154,6 +1154,8 @@ FUNCS += functions/gnutls_ocsp_resp_get_produced FUNCS += functions/gnutls_ocsp_resp_get_produced.short FUNCS += functions/gnutls_ocsp_resp_get_responder FUNCS += functions/gnutls_ocsp_resp_get_responder.short +FUNCS += functions/gnutls_ocsp_resp_get_responder2 +FUNCS += functions/gnutls_ocsp_resp_get_responder2.short FUNCS += functions/gnutls_ocsp_resp_get_responder_raw_id FUNCS += functions/gnutls_ocsp_resp_get_responder_raw_id.short FUNCS += functions/gnutls_ocsp_resp_get_response @@ -2164,6 +2166,8 @@ FUNCS += functions/gnutls_x509_crl_get_issuer_dn FUNCS += functions/gnutls_x509_crl_get_issuer_dn.short FUNCS += functions/gnutls_x509_crl_get_issuer_dn2 FUNCS += functions/gnutls_x509_crl_get_issuer_dn2.short +FUNCS += functions/gnutls_x509_crl_get_issuer_dn3 +FUNCS += functions/gnutls_x509_crl_get_issuer_dn3.short FUNCS += functions/gnutls_x509_crl_get_issuer_dn_by_oid FUNCS += functions/gnutls_x509_crl_get_issuer_dn_by_oid.short FUNCS += functions/gnutls_x509_crl_get_next_update @@ -2238,6 +2242,8 @@ FUNCS += functions/gnutls_x509_crq_get_dn FUNCS += functions/gnutls_x509_crq_get_dn.short FUNCS += functions/gnutls_x509_crq_get_dn2 FUNCS += functions/gnutls_x509_crq_get_dn2.short +FUNCS += functions/gnutls_x509_crq_get_dn3 +FUNCS += functions/gnutls_x509_crq_get_dn3.short FUNCS += functions/gnutls_x509_crq_get_dn_by_oid FUNCS += functions/gnutls_x509_crq_get_dn_by_oid.short FUNCS += functions/gnutls_x509_crq_get_dn_oid @@ -2366,6 +2372,8 @@ FUNCS += functions/gnutls_x509_crt_get_dn FUNCS += functions/gnutls_x509_crt_get_dn.short FUNCS += functions/gnutls_x509_crt_get_dn2 FUNCS += functions/gnutls_x509_crt_get_dn2.short +FUNCS += functions/gnutls_x509_crt_get_dn3 +FUNCS += functions/gnutls_x509_crt_get_dn3.short FUNCS += functions/gnutls_x509_crt_get_dn_by_oid FUNCS += functions/gnutls_x509_crt_get_dn_by_oid.short FUNCS += functions/gnutls_x509_crt_get_dn_oid @@ -2398,6 +2406,8 @@ FUNCS += functions/gnutls_x509_crt_get_issuer_dn FUNCS += functions/gnutls_x509_crt_get_issuer_dn.short FUNCS += functions/gnutls_x509_crt_get_issuer_dn2 FUNCS += functions/gnutls_x509_crt_get_issuer_dn2.short +FUNCS += functions/gnutls_x509_crt_get_issuer_dn3 +FUNCS += functions/gnutls_x509_crt_get_issuer_dn3.short FUNCS += functions/gnutls_x509_crt_get_issuer_dn_by_oid FUNCS += functions/gnutls_x509_crt_get_issuer_dn_by_oid.short FUNCS += functions/gnutls_x509_crt_get_issuer_dn_oid @@ -2570,6 +2580,8 @@ FUNCS += functions/gnutls_x509_dn_get_rdn_ava FUNCS += functions/gnutls_x509_dn_get_rdn_ava.short FUNCS += functions/gnutls_x509_dn_get_str FUNCS += functions/gnutls_x509_dn_get_str.short +FUNCS += functions/gnutls_x509_dn_get_str2 +FUNCS += functions/gnutls_x509_dn_get_str2.short FUNCS += functions/gnutls_x509_dn_import FUNCS += functions/gnutls_x509_dn_import.short FUNCS += functions/gnutls_x509_dn_init @@ -2740,6 +2752,8 @@ FUNCS += functions/gnutls_x509_privkey_verify_seed FUNCS += functions/gnutls_x509_privkey_verify_seed.short FUNCS += functions/gnutls_x509_rdn_get FUNCS += functions/gnutls_x509_rdn_get.short +FUNCS += functions/gnutls_x509_rdn_get2 +FUNCS += functions/gnutls_x509_rdn_get2.short FUNCS += functions/gnutls_x509_rdn_get_by_oid FUNCS += functions/gnutls_x509_rdn_get_by_oid.short FUNCS += functions/gnutls_x509_rdn_get_oid diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 97697befdb..86eb165e45 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -371,6 +371,7 @@ APIMANS += gnutls_ocsp_resp_get_extension.3 APIMANS += gnutls_ocsp_resp_get_nonce.3 APIMANS += gnutls_ocsp_resp_get_produced.3 APIMANS += gnutls_ocsp_resp_get_responder.3 +APIMANS += gnutls_ocsp_resp_get_responder2.3 APIMANS += gnutls_ocsp_resp_get_responder_raw_id.3 APIMANS += gnutls_ocsp_resp_get_response.3 APIMANS += gnutls_ocsp_resp_get_signature.3 @@ -876,6 +877,7 @@ APIMANS += gnutls_x509_crl_get_extension_info.3 APIMANS += gnutls_x509_crl_get_extension_oid.3 APIMANS += gnutls_x509_crl_get_issuer_dn.3 APIMANS += gnutls_x509_crl_get_issuer_dn2.3 +APIMANS += gnutls_x509_crl_get_issuer_dn3.3 APIMANS += gnutls_x509_crl_get_issuer_dn_by_oid.3 APIMANS += gnutls_x509_crl_get_next_update.3 APIMANS += gnutls_x509_crl_get_number.3 @@ -913,6 +915,7 @@ APIMANS += gnutls_x509_crq_get_basic_constraints.3 APIMANS += gnutls_x509_crq_get_challenge_password.3 APIMANS += gnutls_x509_crq_get_dn.3 APIMANS += gnutls_x509_crq_get_dn2.3 +APIMANS += gnutls_x509_crq_get_dn3.3 APIMANS += gnutls_x509_crq_get_dn_by_oid.3 APIMANS += gnutls_x509_crq_get_dn_oid.3 APIMANS += gnutls_x509_crq_get_extension_by_oid.3 @@ -977,6 +980,7 @@ APIMANS += gnutls_x509_crt_get_ca_status.3 APIMANS += gnutls_x509_crt_get_crl_dist_points.3 APIMANS += gnutls_x509_crt_get_dn.3 APIMANS += gnutls_x509_crt_get_dn2.3 +APIMANS += gnutls_x509_crt_get_dn3.3 APIMANS += gnutls_x509_crt_get_dn_by_oid.3 APIMANS += gnutls_x509_crt_get_dn_oid.3 APIMANS += gnutls_x509_crt_get_expiration_time.3 @@ -993,6 +997,7 @@ APIMANS += gnutls_x509_crt_get_issuer_alt_name2.3 APIMANS += gnutls_x509_crt_get_issuer_alt_othername_oid.3 APIMANS += gnutls_x509_crt_get_issuer_dn.3 APIMANS += gnutls_x509_crt_get_issuer_dn2.3 +APIMANS += gnutls_x509_crt_get_issuer_dn3.3 APIMANS += gnutls_x509_crt_get_issuer_dn_by_oid.3 APIMANS += gnutls_x509_crt_get_issuer_dn_oid.3 APIMANS += gnutls_x509_crt_get_issuer_unique_id.3 @@ -1079,6 +1084,7 @@ APIMANS += gnutls_x509_dn_export.3 APIMANS += gnutls_x509_dn_export2.3 APIMANS += gnutls_x509_dn_get_rdn_ava.3 APIMANS += gnutls_x509_dn_get_str.3 +APIMANS += gnutls_x509_dn_get_str2.3 APIMANS += gnutls_x509_dn_import.3 APIMANS += gnutls_x509_dn_init.3 APIMANS += gnutls_x509_dn_oid_known.3 @@ -1164,6 +1170,7 @@ APIMANS += gnutls_x509_privkey_sign_hash.3 APIMANS += gnutls_x509_privkey_verify_params.3 APIMANS += gnutls_x509_privkey_verify_seed.3 APIMANS += gnutls_x509_rdn_get.3 +APIMANS += gnutls_x509_rdn_get2.3 APIMANS += gnutls_x509_rdn_get_by_oid.3 APIMANS += gnutls_x509_rdn_get_oid.3 APIMANS += gnutls_x509_tlsfeatures_add.3 diff --git a/symbols.last b/symbols.last index 6020aa8d08..c305afcf68 100644 --- a/symbols.last +++ b/symbols.last @@ -275,6 +275,7 @@ gnutls_ocsp_resp_get_certs@GNUTLS_3_4 gnutls_ocsp_resp_get_extension@GNUTLS_3_4 gnutls_ocsp_resp_get_nonce@GNUTLS_3_4 gnutls_ocsp_resp_get_produced@GNUTLS_3_4 +gnutls_ocsp_resp_get_responder2@GNUTLS_3_4 gnutls_ocsp_resp_get_responder@GNUTLS_3_4 gnutls_ocsp_resp_get_responder_raw_id@GNUTLS_3_4 gnutls_ocsp_resp_get_response@GNUTLS_3_4 @@ -787,6 +788,7 @@ gnutls_x509_crl_get_extension_data@GNUTLS_3_4 gnutls_x509_crl_get_extension_info@GNUTLS_3_4 gnutls_x509_crl_get_extension_oid@GNUTLS_3_4 gnutls_x509_crl_get_issuer_dn2@GNUTLS_3_4 +gnutls_x509_crl_get_issuer_dn3@GNUTLS_3_4 gnutls_x509_crl_get_issuer_dn@GNUTLS_3_4 gnutls_x509_crl_get_issuer_dn_by_oid@GNUTLS_3_4 gnutls_x509_crl_get_next_update@GNUTLS_3_4 @@ -824,6 +826,7 @@ gnutls_x509_crq_get_attribute_info@GNUTLS_3_4 gnutls_x509_crq_get_basic_constraints@GNUTLS_3_4 gnutls_x509_crq_get_challenge_password@GNUTLS_3_4 gnutls_x509_crq_get_dn2@GNUTLS_3_4 +gnutls_x509_crq_get_dn3@GNUTLS_3_4 gnutls_x509_crq_get_dn@GNUTLS_3_4 gnutls_x509_crq_get_dn_by_oid@GNUTLS_3_4 gnutls_x509_crq_get_dn_oid@GNUTLS_3_4 @@ -888,6 +891,7 @@ gnutls_x509_crt_get_basic_constraints@GNUTLS_3_4 gnutls_x509_crt_get_ca_status@GNUTLS_3_4 gnutls_x509_crt_get_crl_dist_points@GNUTLS_3_4 gnutls_x509_crt_get_dn2@GNUTLS_3_4 +gnutls_x509_crt_get_dn3@GNUTLS_3_4 gnutls_x509_crt_get_dn@GNUTLS_3_4 gnutls_x509_crt_get_dn_by_oid@GNUTLS_3_4 gnutls_x509_crt_get_dn_oid@GNUTLS_3_4 @@ -904,6 +908,7 @@ gnutls_x509_crt_get_issuer_alt_name2@GNUTLS_3_4 gnutls_x509_crt_get_issuer_alt_name@GNUTLS_3_4 gnutls_x509_crt_get_issuer_alt_othername_oid@GNUTLS_3_4 gnutls_x509_crt_get_issuer_dn2@GNUTLS_3_4 +gnutls_x509_crt_get_issuer_dn3@GNUTLS_3_4 gnutls_x509_crt_get_issuer_dn@GNUTLS_3_4 gnutls_x509_crt_get_issuer_dn_by_oid@GNUTLS_3_4 gnutls_x509_crt_get_issuer_dn_oid@GNUTLS_3_4 @@ -990,6 +995,7 @@ gnutls_x509_dn_deinit@GNUTLS_3_4 gnutls_x509_dn_export2@GNUTLS_3_4 gnutls_x509_dn_export@GNUTLS_3_4 gnutls_x509_dn_get_rdn_ava@GNUTLS_3_4 +gnutls_x509_dn_get_str2@GNUTLS_3_4 gnutls_x509_dn_get_str@GNUTLS_3_4 gnutls_x509_dn_import@GNUTLS_3_4 gnutls_x509_dn_init@GNUTLS_3_4 @@ -1075,6 +1081,7 @@ gnutls_x509_privkey_sign_data@GNUTLS_3_4 gnutls_x509_privkey_sign_hash@GNUTLS_3_4 gnutls_x509_privkey_verify_params@GNUTLS_3_4 gnutls_x509_privkey_verify_seed@GNUTLS_3_4 +gnutls_x509_rdn_get2@GNUTLS_3_4 gnutls_x509_rdn_get@GNUTLS_3_4 gnutls_x509_rdn_get_by_oid@GNUTLS_3_4 gnutls_x509_rdn_get_oid@GNUTLS_3_4 -- cgit v1.2.1