summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am14
-rw-r--r--doc/manpages/Makefile.am9
-rw-r--r--symbols.last7
3 files changed, 14 insertions, 16 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 097676369b..9930f92cbd 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1641,8 +1641,6 @@ FUNCS += functions/gnutls_pubkey_get_pk_algorithm
FUNCS += functions/gnutls_pubkey_get_pk_algorithm.short
FUNCS += functions/gnutls_pubkey_get_preferred_hash_algorithm
FUNCS += functions/gnutls_pubkey_get_preferred_hash_algorithm.short
-FUNCS += functions/gnutls_pubkey_get_verify_algorithm
-FUNCS += functions/gnutls_pubkey_get_verify_algorithm.short
FUNCS += functions/gnutls_pubkey_import
FUNCS += functions/gnutls_pubkey_import.short
FUNCS += functions/gnutls_pubkey_import_dsa_raw
@@ -1683,12 +1681,8 @@ FUNCS += functions/gnutls_pubkey_set_key_usage
FUNCS += functions/gnutls_pubkey_set_key_usage.short
FUNCS += functions/gnutls_pubkey_set_pin_function
FUNCS += functions/gnutls_pubkey_set_pin_function.short
-FUNCS += functions/gnutls_pubkey_verify_data
-FUNCS += functions/gnutls_pubkey_verify_data.short
FUNCS += functions/gnutls_pubkey_verify_data2
FUNCS += functions/gnutls_pubkey_verify_data2.short
-FUNCS += functions/gnutls_pubkey_verify_hash
-FUNCS += functions/gnutls_pubkey_verify_hash.short
FUNCS += functions/gnutls_pubkey_verify_hash2
FUNCS += functions/gnutls_pubkey_verify_hash2.short
FUNCS += functions/gnutls_pubkey_verify_params
@@ -1715,6 +1709,8 @@ FUNCS += functions/gnutls_record_get_discarded
FUNCS += functions/gnutls_record_get_discarded.short
FUNCS += functions/gnutls_record_get_max_size
FUNCS += functions/gnutls_record_get_max_size.short
+FUNCS += functions/gnutls_record_get_state
+FUNCS += functions/gnutls_record_get_state.short
FUNCS += functions/gnutls_record_overhead_size
FUNCS += functions/gnutls_record_overhead_size.short
FUNCS += functions/gnutls_record_recv
@@ -1731,6 +1727,8 @@ FUNCS += functions/gnutls_record_set_max_empty_records
FUNCS += functions/gnutls_record_set_max_empty_records.short
FUNCS += functions/gnutls_record_set_max_size
FUNCS += functions/gnutls_record_set_max_size.short
+FUNCS += functions/gnutls_record_set_state
+FUNCS += functions/gnutls_record_set_state.short
FUNCS += functions/gnutls_record_set_timeout
FUNCS += functions/gnutls_record_set_timeout.short
FUNCS += functions/gnutls_record_uncork
@@ -1891,6 +1889,8 @@ FUNCS += functions/gnutls_system_key_iter_deinit
FUNCS += functions/gnutls_system_key_iter_deinit.short
FUNCS += functions/gnutls_system_key_iter_get_info
FUNCS += functions/gnutls_system_key_iter_get_info.short
+FUNCS += functions/gnutls_system_recv_timeout
+FUNCS += functions/gnutls_system_recv_timeout.short
FUNCS += functions/gnutls_tdb_deinit
FUNCS += functions/gnutls_tdb_deinit.short
FUNCS += functions/gnutls_tdb_init
@@ -2263,8 +2263,6 @@ FUNCS += functions/gnutls_x509_crt_get_subject_key_id
FUNCS += functions/gnutls_x509_crt_get_subject_key_id.short
FUNCS += functions/gnutls_x509_crt_get_subject_unique_id
FUNCS += functions/gnutls_x509_crt_get_subject_unique_id.short
-FUNCS += functions/gnutls_x509_crt_get_verify_algorithm
-FUNCS += functions/gnutls_x509_crt_get_verify_algorithm.short
FUNCS += functions/gnutls_x509_crt_get_version
FUNCS += functions/gnutls_x509_crt_get_version.short
FUNCS += functions/gnutls_x509_crt_import
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 1f5019af43..ed1feb646b 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -135,6 +135,8 @@ APIMANS += gnutls_certificate_get_trust_list.3
APIMANS += gnutls_certificate_get_verify_flags.3
APIMANS += gnutls_certificate_get_verify_flags.3
APIMANS += gnutls_certificate_get_x509_crt.3
+APIMANS += gnutls_certificate_get_x509_crt.3
+APIMANS += gnutls_certificate_get_x509_key.3
APIMANS += gnutls_certificate_get_x509_key.3
APIMANS += gnutls_certificate_send_x509_rdn_sequence.3
APIMANS += gnutls_certificate_server_set_request.3
@@ -617,7 +619,6 @@ APIMANS += gnutls_pubkey_get_key_usage.3
APIMANS += gnutls_pubkey_get_openpgp_key_id.3
APIMANS += gnutls_pubkey_get_pk_algorithm.3
APIMANS += gnutls_pubkey_get_preferred_hash_algorithm.3
-APIMANS += gnutls_pubkey_get_verify_algorithm.3
APIMANS += gnutls_pubkey_import.3
APIMANS += gnutls_pubkey_import_dsa_raw.3
APIMANS += gnutls_pubkey_import_ecc_raw.3
@@ -638,9 +639,7 @@ APIMANS += gnutls_pubkey_init.3
APIMANS += gnutls_pubkey_print.3
APIMANS += gnutls_pubkey_set_key_usage.3
APIMANS += gnutls_pubkey_set_pin_function.3
-APIMANS += gnutls_pubkey_verify_data.3
APIMANS += gnutls_pubkey_verify_data2.3
-APIMANS += gnutls_pubkey_verify_hash.3
APIMANS += gnutls_pubkey_verify_hash2.3
APIMANS += gnutls_pubkey_verify_params.3
APIMANS += gnutls_random_art.3
@@ -654,6 +653,7 @@ APIMANS += gnutls_record_discard_queued.3
APIMANS += gnutls_record_get_direction.3
APIMANS += gnutls_record_get_discarded.3
APIMANS += gnutls_record_get_max_size.3
+APIMANS += gnutls_record_get_state.3
APIMANS += gnutls_record_overhead_size.3
APIMANS += gnutls_record_recv.3
APIMANS += gnutls_record_recv_packet.3
@@ -662,6 +662,7 @@ APIMANS += gnutls_record_send.3
APIMANS += gnutls_record_send_range.3
APIMANS += gnutls_record_set_max_empty_records.3
APIMANS += gnutls_record_set_max_size.3
+APIMANS += gnutls_record_set_state.3
APIMANS += gnutls_record_set_timeout.3
APIMANS += gnutls_record_uncork.3
APIMANS += gnutls_register_custom_url.3
@@ -742,6 +743,7 @@ APIMANS += gnutls_system_key_add_x509.3
APIMANS += gnutls_system_key_delete.3
APIMANS += gnutls_system_key_iter_deinit.3
APIMANS += gnutls_system_key_iter_get_info.3
+APIMANS += gnutls_system_recv_timeout.3
APIMANS += gnutls_tdb_deinit.3
APIMANS += gnutls_tdb_init.3
APIMANS += gnutls_tdb_set_store_commitment_func.3
@@ -928,7 +930,6 @@ APIMANS += gnutls_x509_crt_get_subject_alt_name2.3
APIMANS += gnutls_x509_crt_get_subject_alt_othername_oid.3
APIMANS += gnutls_x509_crt_get_subject_key_id.3
APIMANS += gnutls_x509_crt_get_subject_unique_id.3
-APIMANS += gnutls_x509_crt_get_verify_algorithm.3
APIMANS += gnutls_x509_crt_get_version.3
APIMANS += gnutls_x509_crt_import.3
APIMANS += gnutls_x509_crt_import_pkcs11.3
diff --git a/symbols.last b/symbols.last
index ef5396a64c..04eb10a806 100644
--- a/symbols.last
+++ b/symbols.last
@@ -551,10 +551,6 @@ gnutls_pubkey_get_key_id@GNUTLS_3_4
gnutls_pubkey_get_key_usage@GNUTLS_3_4
gnutls_pubkey_get_openpgp_key_id@GNUTLS_3_4
gnutls_pubkey_get_pk_algorithm@GNUTLS_3_4
-gnutls_pubkey_get_pk_dsa_raw@GNUTLS_3_4
-gnutls_pubkey_get_pk_ecc_raw@GNUTLS_3_4
-gnutls_pubkey_get_pk_ecc_x962@GNUTLS_3_4
-gnutls_pubkey_get_pk_rsa_raw@GNUTLS_3_4
gnutls_pubkey_get_preferred_hash_algorithm@GNUTLS_3_4
gnutls_pubkey_get_verify_algorithm@GNUTLS_3_4
gnutls_pubkey_import@GNUTLS_3_4
@@ -594,6 +590,7 @@ gnutls_record_discard_queued@GNUTLS_3_4
gnutls_record_get_direction@GNUTLS_3_4
gnutls_record_get_discarded@GNUTLS_3_4
gnutls_record_get_max_size@GNUTLS_3_4
+gnutls_record_get_state@GNUTLS_3_4
gnutls_record_overhead_size@GNUTLS_3_4
gnutls_record_recv@GNUTLS_3_4
gnutls_record_recv_packet@GNUTLS_3_4
@@ -602,6 +599,7 @@ gnutls_record_send@GNUTLS_3_4
gnutls_record_send_range@GNUTLS_3_4
gnutls_record_set_max_empty_records@GNUTLS_3_4
gnutls_record_set_max_size@GNUTLS_3_4
+gnutls_record_set_state@GNUTLS_3_4
gnutls_record_set_timeout@GNUTLS_3_4
gnutls_record_uncork@GNUTLS_3_4
gnutls_register_custom_url@GNUTLS_3_4
@@ -694,6 +692,7 @@ gnutls_system_key_add_x509@GNUTLS_3_4
gnutls_system_key_delete@GNUTLS_3_4
gnutls_system_key_iter_deinit@GNUTLS_3_4
gnutls_system_key_iter_get_info@GNUTLS_3_4
+gnutls_system_recv_timeout@GNUTLS_3_4
gnutls_tdb_deinit@GNUTLS_3_4
gnutls_tdb_init@GNUTLS_3_4
gnutls_tdb_set_store_commitment_func@GNUTLS_3_4