From: Simon Josefsson Date: Tue, 26 Jan 2010 15:19:58 +0000 (+0100) Subject: Generated. X-Git-Tag: gnutls_2_9_10~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f053a2d7bae5313e7e97237b95b38d8cdba13c9c;p=thirdparty%2Fgnutls.git Generated. --- diff --git a/NEWS b/NEWS index 05c00f98d4..ecbed1c4ba 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU TLS NEWS -- History of user-visible changes. -*- outline -*- -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson -Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos +Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. * Version 2.9.10 (unreleased) @@ -36,22 +36,22 @@ now different than previous gnutls releases. ** certtool: New option --no-crq-extensions to avoid extensions in CSRs. ** API and ABI modifications: -gnutls_cipher_get_block_size: Added -gnutls_cipher_init: Added -gnutls_cipher_encrypt: Added gnutls_cipher_decrypt: Added gnutls_cipher_deinit: Added -gnutls_hash_init: Added -gnutls_hash_get_len: Added +gnutls_cipher_encrypt: Added +gnutls_cipher_get_block_size: Added +gnutls_cipher_init: Added gnutls_hash: Added -gnutls_hash_fast: Added gnutls_hash_deinit: Added +gnutls_hash_fast: Added +gnutls_hash_get_len: Added +gnutls_hash_init: Added gnutls_hash_output: Added -gnutls_hmac_init: Added -gnutls_hmac_get_len: Added gnutls_hmac: Added -gnutls_hmac_fast: Added gnutls_hmac_deinit: Added +gnutls_hmac_fast: Added +gnutls_hmac_get_len: Added +gnutls_hmac_init: Added gnutls_hmac_output: Added gnutls_safe_negotiation_set_initial: Added gnutls_safe_renegotiation_set: Added diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 676f8f93fc..b80d4bc509 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -27,6 +27,22 @@ dist_man_MANS += srptool.1 endif APIMANS = +APIMANS += gnutls_cipher_init.3 +APIMANS += gnutls_cipher_encrypt.3 +APIMANS += gnutls_cipher_decrypt.3 +APIMANS += gnutls_cipher_deinit.3 +APIMANS += gnutls_hmac_init.3 +APIMANS += gnutls_hmac.3 +APIMANS += gnutls_hmac_output.3 +APIMANS += gnutls_hmac_deinit.3 +APIMANS += gnutls_hmac_get_len.3 +APIMANS += gnutls_hmac_fast.3 +APIMANS += gnutls_hash_init.3 +APIMANS += gnutls_hash.3 +APIMANS += gnutls_hash_output.3 +APIMANS += gnutls_hash_deinit.3 +APIMANS += gnutls_hash_get_len.3 +APIMANS += gnutls_hash_fast.3 APIMANS += gnutls_crypto_single_cipher_register2.3 APIMANS += gnutls_crypto_rnd_register2.3 APIMANS += gnutls_crypto_single_mac_register2.3 @@ -38,6 +54,8 @@ 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_safe_negotiation_set_initial.3 +APIMANS += gnutls_safe_renegotiation_set.3 APIMANS += gnutls_server_name_get.3 APIMANS += gnutls_server_name_set.3 APIMANS += gnutls_session_ticket_key_generate.3