]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated auto-generated files.
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 10 Apr 2014 13:43:04 +0000 (15:43 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 10 Apr 2014 13:51:05 +0000 (15:51 +0200)
doc/Makefile.am
doc/manpages/Makefile.am
symbols.last

index 50c7f3585b969365ee6b1cb632efe97882b8b68c..a1301950dc2b51d0c891271271f16b8a76ea5437 100644 (file)
@@ -559,6 +559,7 @@ ENUMS += enums/gnutls_sign_algorithm_t
 ENUMS += enums/gnutls_srtp_profile_t
 ENUMS += enums/gnutls_supplemental_data_format_type_t
 ENUMS += enums/gnutls_tpmkey_fmt_t
+ENUMS += enums/gnutls_vdata_types_t
 ENUMS += enums/gnutls_x509_crl_reason_t
 ENUMS += enums/gnutls_x509_crt_fmt_t
 ENUMS += enums/gnutls_x509_subject_alt_name_t
@@ -750,6 +751,8 @@ FUNCS += functions/gnutls_certificate_type_set_priority
 FUNCS += functions/gnutls_certificate_type_set_priority.short
 FUNCS += functions/gnutls_certificate_verification_status_print
 FUNCS += functions/gnutls_certificate_verification_status_print.short
+FUNCS += functions/gnutls_certificate_verify_peers
+FUNCS += functions/gnutls_certificate_verify_peers.short
 FUNCS += functions/gnutls_certificate_verify_peers2
 FUNCS += functions/gnutls_certificate_verify_peers2.short
 FUNCS += functions/gnutls_certificate_verify_peers3
@@ -1094,6 +1097,8 @@ FUNCS += functions/gnutls_ocsp_status_request_is_checked
 FUNCS += functions/gnutls_ocsp_status_request_is_checked.short
 FUNCS += functions/gnutls_openpgp_crt_check_hostname
 FUNCS += functions/gnutls_openpgp_crt_check_hostname.short
+FUNCS += functions/gnutls_openpgp_crt_check_hostname2
+FUNCS += functions/gnutls_openpgp_crt_check_hostname2.short
 FUNCS += functions/gnutls_openpgp_crt_deinit
 FUNCS += functions/gnutls_openpgp_crt_deinit.short
 FUNCS += functions/gnutls_openpgp_crt_export
@@ -2086,6 +2091,8 @@ FUNCS += functions/gnutls_x509_crq_verify
 FUNCS += functions/gnutls_x509_crq_verify.short
 FUNCS += functions/gnutls_x509_crt_check_hostname
 FUNCS += functions/gnutls_x509_crt_check_hostname.short
+FUNCS += functions/gnutls_x509_crt_check_hostname2
+FUNCS += functions/gnutls_x509_crt_check_hostname2.short
 FUNCS += functions/gnutls_x509_crt_check_issuer
 FUNCS += functions/gnutls_x509_crt_check_issuer.short
 FUNCS += functions/gnutls_x509_crt_check_revocation
index 5715f067cd4787f8ea9f6de66899da2ae47cb5ab..026b53b9939017c4749b09b102dc95bedfd25088 100644 (file)
@@ -166,6 +166,7 @@ APIMANS += gnutls_certificate_type_get_name.3
 APIMANS += gnutls_certificate_type_list.3
 APIMANS += gnutls_certificate_type_set_priority.3
 APIMANS += gnutls_certificate_verification_status_print.3
+APIMANS += gnutls_certificate_verify_peers.3
 APIMANS += gnutls_certificate_verify_peers2.3
 APIMANS += gnutls_certificate_verify_peers3.3
 APIMANS += gnutls_check_version.3
@@ -338,6 +339,7 @@ APIMANS += gnutls_ocsp_status_request_enable_client.3
 APIMANS += gnutls_ocsp_status_request_get.3
 APIMANS += gnutls_ocsp_status_request_is_checked.3
 APIMANS += gnutls_openpgp_crt_check_hostname.3
+APIMANS += gnutls_openpgp_crt_check_hostname2.3
 APIMANS += gnutls_openpgp_crt_deinit.3
 APIMANS += gnutls_openpgp_crt_export.3
 APIMANS += gnutls_openpgp_crt_export2.3
@@ -834,6 +836,7 @@ APIMANS += gnutls_x509_crq_sign.3
 APIMANS += gnutls_x509_crq_sign2.3
 APIMANS += gnutls_x509_crq_verify.3
 APIMANS += gnutls_x509_crt_check_hostname.3
+APIMANS += gnutls_x509_crt_check_hostname2.3
 APIMANS += gnutls_x509_crt_check_issuer.3
 APIMANS += gnutls_x509_crt_check_revocation.3
 APIMANS += gnutls_x509_crt_cpy_crl_dist_points.3
index bd9a37754b58b90e59032102d08618c72044c025..c6967be6b3d17da4da3ac8b8245efbbd08800110 100644 (file)
@@ -115,6 +115,7 @@ gnutls_certificate_type_set_priority@GNUTLS_1_4
 gnutls_certificate_verification_status_print@GNUTLS_3_1_0
 gnutls_certificate_verify_peers2@GNUTLS_1_4
 gnutls_certificate_verify_peers3@GNUTLS_3_1_0
+gnutls_certificate_verify_peers@GNUTLS_3_1_0
 gnutls_check_version@GNUTLS_1_4
 gnutls_cipher_add_auth@GNUTLS_3_0_0
 gnutls_cipher_decrypt2@GNUTLS_2_12
@@ -283,6 +284,7 @@ gnutls_ocsp_resp_verify_direct@GNUTLS_3_0_0
 gnutls_ocsp_status_request_enable_client@GNUTLS_3_1_0
 gnutls_ocsp_status_request_get@GNUTLS_3_1_0
 gnutls_ocsp_status_request_is_checked@GNUTLS_3_1_0
+gnutls_openpgp_crt_check_hostname2@GNUTLS_3_1_0
 gnutls_openpgp_crt_check_hostname@GNUTLS_1_4
 gnutls_openpgp_crt_deinit@GNUTLS_1_4
 gnutls_openpgp_crt_export2@GNUTLS_3_1_0
@@ -796,6 +798,7 @@ gnutls_x509_crq_set_version@GNUTLS_1_4
 gnutls_x509_crq_sign2@GNUTLS_1_4
 gnutls_x509_crq_sign@GNUTLS_1_4
 gnutls_x509_crq_verify@GNUTLS_2_12
+gnutls_x509_crt_check_hostname2@GNUTLS_3_1_0
 gnutls_x509_crt_check_hostname@GNUTLS_1_4
 gnutls_x509_crt_check_issuer@GNUTLS_1_4
 gnutls_x509_crt_check_revocation@GNUTLS_1_4