]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Generated.
authorSimon Josefsson <simon@josefsson.org>
Tue, 26 Jan 2010 15:19:58 +0000 (16:19 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 26 Jan 2010 15:19:58 +0000 (16:19 +0100)
NEWS
doc/manpages/Makefile.am

diff --git a/NEWS b/NEWS
index 05c00f98d465905841d885747e4a7be6ed1d20bf..ecbed1c4bac073bcaa9b9ee7413c03a9fc2b5ddb 100644 (file)
--- 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
index 676f8f93fcd4fafc9181ed0bad2d34772c1a2973..b80d4bc509d02362eec442364eac976afabe3457 100644 (file)
@@ -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