gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-267-gc320d1a


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-267-gc320d1a
Date: Tue, 29 Jun 2010 09:10:33 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=c320d1a54990caa8347cc1ff1138857d3828026f

The branch, master has been updated
       via  c320d1a54990caa8347cc1ff1138857d3828026f (commit)
      from  5c70162532b8fc8dfc3adb359e2f866945761c22 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c320d1a54990caa8347cc1ff1138857d3828026f
Author: Simon Josefsson <address@hidden>
Date:   Tue Jun 29 11:10:28 2010 +0200

    Generated.

-----------------------------------------------------------------------

Summary of changes:
 doc/manpages/Makefile.am |   78 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 74 insertions(+), 4 deletions(-)

diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 49f13fd..db40b21 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -53,8 +53,8 @@ APIMANS += gnutls_crypto_pk_register2.3
 APIMANS += gnutls_crypto_cipher_register2.3
 APIMANS += gnutls_crypto_mac_register2.3
 APIMANS += gnutls_crypto_digest_register2.3
-APIMANS += gnutls_oprfi_enable_client.3
-APIMANS += gnutls_oprfi_enable_server.3
+APIMANS += gnutls_record_get_max_size.3
+APIMANS += gnutls_record_set_max_size.3
 APIMANS += gnutls_safe_renegotiation_status.3
 APIMANS += gnutls_server_name_get.3
 APIMANS += gnutls_server_name_set.3
@@ -95,6 +95,9 @@ APIMANS += gnutls_pk_algorithm_get_name.3
 APIMANS += gnutls_pk_list.3
 APIMANS += gnutls_pk_get_id.3
 APIMANS += gnutls_pk_get_name.3
+APIMANS += gnutls_sec_param_to_pk_bits.3
+APIMANS += gnutls_sec_param_get_name.3
+APIMANS += gnutls_pk_bits_to_sec_param.3
 APIMANS += gnutls_anon_free_server_credentials.3
 APIMANS += gnutls_anon_allocate_server_credentials.3
 APIMANS += gnutls_anon_free_client_credentials.3
@@ -120,6 +123,7 @@ APIMANS += gnutls_certificate_allocate_credentials.3
 APIMANS += gnutls_certificate_server_set_request.3
 APIMANS += gnutls_certificate_client_set_retrieve_function.3
 APIMANS += gnutls_certificate_server_set_retrieve_function.3
+APIMANS += gnutls_certificate_set_retrieve_function.3
 APIMANS += gnutls_certificate_set_verify_function.3
 APIMANS += gnutls_certificate_verify_peers2.3
 APIMANS += gnutls_certificate_verify_peers.3
@@ -151,6 +155,7 @@ APIMANS += gnutls_perror.3
 APIMANS += gnutls_strerror.3
 APIMANS += gnutls_strerror_name.3
 APIMANS += gnutls_ext_register.3
+APIMANS += gnutls_global_set_mutex.3
 APIMANS += gnutls_global_set_log_function.3
 APIMANS += gnutls_global_set_log_level.3
 APIMANS += gnutls_global_set_mem_functions.3
@@ -178,7 +183,16 @@ APIMANS += gnutls_priority_deinit.3
 APIMANS += gnutls_priority_set_direct.3
 APIMANS += gnutls_set_default_priority.3
 APIMANS += gnutls_set_default_export_priority.3
+APIMANS += gnutls_privkey_get_type.3
+APIMANS += gnutls_privkey_get_pk_algorithm.3
+APIMANS += gnutls_privkey_init.3
+APIMANS += gnutls_privkey_deinit.3
+APIMANS += gnutls_privkey_import_pkcs11.3
+APIMANS += gnutls_privkey_import_x509.3
+APIMANS += gnutls_privkey_import_openpgp.3
 APIMANS += gnutls_privkey_sign_data.3
+APIMANS += gnutls_privkey_sign_hash.3
+APIMANS += gnutls_privkey_decrypt_data.3
 APIMANS += gnutls_psk_free_client_credentials.3
 APIMANS += gnutls_psk_allocate_client_credentials.3
 APIMANS += gnutls_psk_set_client_credentials.3
@@ -195,6 +209,27 @@ APIMANS += gnutls_hex_encode.3
 APIMANS += gnutls_psk_set_server_dh_params.3
 APIMANS += gnutls_psk_set_server_params_function.3
 APIMANS += gnutls_psk_netconf_derive_key.3
+APIMANS += gnutls_pubkey_get_pk_algorithm.3
+APIMANS += gnutls_pubkey_get_key_usage.3
+APIMANS += gnutls_pubkey_init.3
+APIMANS += gnutls_pubkey_deinit.3
+APIMANS += gnutls_pubkey_import_x509.3
+APIMANS += gnutls_pubkey_get_preferred_hash_algorithm.3
+APIMANS += gnutls_pubkey_import_pkcs11.3
+APIMANS += gnutls_pubkey_import_openpgp.3
+APIMANS += gnutls_pubkey_export.3
+APIMANS += gnutls_pubkey_get_key_id.3
+APIMANS += gnutls_pubkey_get_pk_rsa_raw.3
+APIMANS += gnutls_pubkey_get_pk_dsa_raw.3
+APIMANS += gnutls_pubkey_import.3
+APIMANS += gnutls_x509_crt_set_pubkey.3
+APIMANS += gnutls_x509_crq_set_pubkey.3
+APIMANS += gnutls_pubkey_set_key_usage.3
+APIMANS += gnutls_pubkey_import_pkcs11_url.3
+APIMANS += gnutls_pubkey_import_rsa_raw.3
+APIMANS += gnutls_pubkey_import_dsa_raw.3
+APIMANS += gnutls_pubkey_verify_hash.3
+APIMANS += gnutls_pubkey_get_verify_algorithm.3
 APIMANS += gnutls_protocol_get_version.3
 APIMANS += gnutls_transport_set_lowat.3
 APIMANS += gnutls_record_disable_padding.3
@@ -205,8 +240,6 @@ APIMANS += gnutls_transport_get_ptr2.3
 APIMANS += gnutls_bye.3
 APIMANS += gnutls_record_send.3
 APIMANS += gnutls_record_recv.3
-APIMANS += gnutls_record_get_max_size.3
-APIMANS += gnutls_record_set_max_size.3
 APIMANS += gnutls_rsa_params_import_raw.3
 APIMANS += gnutls_rsa_params_init.3
 APIMANS += gnutls_rsa_params_deinit.3
@@ -274,8 +307,38 @@ APIMANS += gnutls_certificate_set_x509_crl_file.3
 APIMANS += gnutls_certificate_set_x509_simple_pkcs12_file.3
 APIMANS += gnutls_certificate_set_x509_simple_pkcs12_mem.3
 APIMANS += gnutls_certificate_free_crls.3
+APIMANS += gnutls_pkcs11_add_provider.3
+APIMANS += gnutls_pkcs11_obj_get_info.3
+APIMANS += gnutls_pkcs11_init.3
+APIMANS += gnutls_pkcs11_deinit.3
+APIMANS += gnutls_pkcs11_set_pin_function.3
+APIMANS += gnutls_pkcs11_set_token_function.3
+APIMANS += gnutls_pkcs11_obj_init.3
+APIMANS += gnutls_pkcs11_obj_deinit.3
+APIMANS += gnutls_pkcs11_obj_export.3
+APIMANS += gnutls_pkcs11_obj_import_url.3
+APIMANS += gnutls_pkcs11_token_get_url.3
+APIMANS += gnutls_pkcs11_token_get_info.3
+APIMANS += gnutls_pkcs11_obj_export_url.3
+APIMANS += gnutls_pkcs11_obj_get_type.3
+APIMANS += gnutls_pkcs11_obj_list_import_url.3
+APIMANS += gnutls_x509_crt_import_pkcs11_url.3
+APIMANS += gnutls_x509_crt_import_pkcs11.3
+APIMANS += gnutls_x509_crt_list_import_pkcs11.3
+APIMANS += gnutls_pkcs11_token_get_flags.3
+APIMANS += gnutls_pkcs11_privkey_init.3
+APIMANS += gnutls_pkcs11_privkey_deinit.3
+APIMANS += gnutls_pkcs11_privkey_get_pk_algorithm.3
+APIMANS += gnutls_pkcs11_privkey_get_info.3
 APIMANS += gnutls_pkcs11_privkey_sign_data.3
+APIMANS += gnutls_pkcs11_privkey_sign_hash.3
+APIMANS += gnutls_pkcs11_privkey_import_url.3
 APIMANS += gnutls_pkcs11_privkey_decrypt_data.3
+APIMANS += gnutls_pkcs11_privkey_export_url.3
+APIMANS += gnutls_pkcs11_copy_x509_crt.3
+APIMANS += gnutls_pkcs11_copy_x509_privkey.3
+APIMANS += gnutls_pkcs11_delete_url.3
+APIMANS += gnutls_rnd.3
 APIMANS += gnutls_pem_base64_encode.3
 APIMANS += gnutls_pem_base64_encode_alloc.3
 APIMANS += gnutls_pem_base64_decode.3
@@ -332,6 +395,7 @@ APIMANS += gnutls_x509_crl_set_crt_serial.3
 APIMANS += gnutls_x509_crl_set_crt.3
 APIMANS += gnutls_x509_crl_set_authority_key_id.3
 APIMANS += gnutls_x509_crl_set_number.3
+APIMANS += gnutls_x509_crl_privkey_sign.3
 APIMANS += gnutls_x509_crq_init.3
 APIMANS += gnutls_x509_crq_deinit.3
 APIMANS += gnutls_x509_crq_import.3
@@ -366,7 +430,9 @@ APIMANS += gnutls_x509_crq_set_basic_constraints.3
 APIMANS += gnutls_x509_crq_set_key_usage.3
 APIMANS += gnutls_x509_crq_get_key_purpose_oid.3
 APIMANS += gnutls_x509_crq_set_key_purpose_oid.3
+APIMANS += gnutls_x509_crq_get_preferred_hash_algorithm.3
 APIMANS += gnutls_x509_crq_get_key_id.3
+APIMANS += gnutls_x509_crq_privkey_sign.3
 APIMANS += gnutls_x509_dn_init.3
 APIMANS += gnutls_x509_dn_import.3
 APIMANS += gnutls_x509_dn_deinit.3
@@ -418,10 +484,12 @@ APIMANS += gnutls_x509_privkey_deinit.3
 APIMANS += gnutls_x509_privkey_cpy.3
 APIMANS += gnutls_x509_privkey_import.3
 APIMANS += gnutls_x509_privkey_import_rsa_raw.3
+APIMANS += gnutls_x509_privkey_import_rsa_raw2.3
 APIMANS += gnutls_x509_privkey_import_dsa_raw.3
 APIMANS += gnutls_x509_privkey_get_pk_algorithm.3
 APIMANS += gnutls_x509_privkey_export.3
 APIMANS += gnutls_x509_privkey_export_rsa_raw.3
+APIMANS += gnutls_x509_privkey_export_rsa_raw2.3
 APIMANS += gnutls_x509_privkey_export_dsa_raw.3
 APIMANS += gnutls_x509_privkey_generate.3
 APIMANS += gnutls_x509_privkey_get_key_id.3
@@ -480,6 +548,7 @@ APIMANS += gnutls_x509_crt_export.3
 APIMANS += gnutls_x509_crt_get_key_id.3
 APIMANS += gnutls_x509_crt_check_revocation.3
 APIMANS += gnutls_x509_crt_get_verify_algorithm.3
+APIMANS += gnutls_x509_crt_get_preferred_hash_algorithm.3
 APIMANS += gnutls_x509_crt_verify_data.3
 APIMANS += gnutls_x509_crt_verify_hash.3
 APIMANS += gnutls_x509_crt_get_crl_dist_points.3
@@ -512,6 +581,7 @@ APIMANS += gnutls_x509_crt_cpy_crl_dist_points.3
 APIMANS += gnutls_x509_crt_set_subject_key_id.3
 APIMANS += gnutls_x509_crt_set_authority_key_id.3
 APIMANS += gnutls_x509_crt_set_key_purpose_oid.3
+APIMANS += gnutls_x509_crt_privkey_sign.3
 APIMANS += gnutls_openpgp_keyring_init.3
 APIMANS += gnutls_openpgp_keyring_deinit.3
 APIMANS += gnutls_openpgp_keyring_check_id.3


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]