gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_1-1-gebac69


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_1-1-gebac690
Date: Mon, 26 Jul 2010 14:40:13 +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=ebac690f3ac6690e4a03935c2b1d2a0fdc02f7cd

The branch, gnutls_2_10_x has been updated
       via  ebac690f3ac6690e4a03935c2b1d2a0fdc02f7cd (commit)
      from  1bcc08a95046de450b18b3a0bb4f110d1f6b522e (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 ebac690f3ac6690e4a03935c2b1d2a0fdc02f7cd
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Jul 26 16:39:03 2010 +0200

    renamed NULL MAC to MAC-NULL to prevent clash with NULL cipher.

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

Summary of changes:
 NEWS                    |    6 ++++++
 lib/gnutls_algorithms.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 4ffc8c6..d4c811b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,12 @@ 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.10.2 (unreleased)
+
+** libgnutls: Renamed NULL MAC to MAC-NULL to prevent clash with NULL
+cipher. This prevented the usage of the TLS ciphersuites with NULL
+cipher.
+
 * Version 2.10.1 (released 2010-07-25)
 
 ** libgnutls: Added support for broken certificates that indicate RSA
diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index aacbe34..1c1e0b2 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -236,7 +236,7 @@ static const gnutls_hash_entry hash_algorithms[] = {
   {"SHA512", HASH_OID_SHA512, GNUTLS_MAC_SHA512, 64},
   {"MD2", HASH_OID_MD2, GNUTLS_MAC_MD2, 0},    /* not used as MAC */
   {"RIPEMD160", HASH_OID_RMD160, GNUTLS_MAC_RMD160, 20},
-  {"NULL", NULL, GNUTLS_MAC_NULL, 0},
+  {"MAC-NULL", NULL, GNUTLS_MAC_NULL, 0},
   {0, 0, 0, 0}
 };
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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