From: Nikos Mavrogiannopoulos Date: Tue, 14 Sep 2010 11:34:56 +0000 (+0200) Subject: updated for 2.11.1 X-Git-Tag: gnutls_2_11_3~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dbb25fc258e75faffae57ffba004930313140a0;p=thirdparty%2Fgnutls.git updated for 2.11.1 --- diff --git a/AUTHORS b/AUTHORS index 967b5396b6..117af3dbc4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -55,9 +55,6 @@ Daiki Ueno Added TLS Session Ticket (RFC 5077) support, finished client-side TLS 1.2 support. -Jonathan Bastien-Filiatrault -Fix TLS-version checks. - Brad Hards Add X.509 Issuer Alternative Name functions. @@ -65,9 +62,10 @@ Boyan Kasarov C++ fixes. Steve Dispensa -TLS safe renegotiation fix. +Initial TLS safe renegotiation patch. Jonathan Bastien-Filiatrault +Fix TLS-version checks. Redesign and implementation of the buffering layer. -----BEGIN PGP PUBLIC KEY BLOCK----- diff --git a/NEWS b/NEWS index 6a9f279bfc..565e87ec2f 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,17 @@ 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.11.1 (unreleased) +* Version 2.11.1 (released 2010-09-14) + +** libgnutls: Nettle is the default crypto back end. Use --with-libgcrypt +to use the libgcrypt back end. + +** libgnutls: Depend on nettle 2.1. This makes nettle a fully working +backend crypto library. + +** libgnutls: Added RSA_NULL_SHA1 and SHA256 ciphersuites. + +** libgnutls: Several updates in the buffering internal interface. ** libgnutls: Is now more liberal in the PEM decoding. That is spaces and tabs are being skipped. @@ -17,14 +27,6 @@ TLS spec. system calls. Applications that depended on it being 1 should explicitly call gnutls_transport_set_lowat(). -** libgnutls: Nettle is the default crypto back end. Use --with-libgcrypt -to use the libgcrypt back end. - -** libgnutls: Depend on nettle 2.1. This makes nettle a fully working -backend crypto library. - -** libgnutls: Added RSA_NULL_SHA1 and SHA256 ciphersuites. - ** libgnutls: Updated documentation and gnutls_pk_params_t mappings to ECRYPT II recommendations. Mappings were moved to a single location and DSA keys are handled differently (since DSA2 allows for 1024,2048 diff --git a/configure.ac b/configure.ac index 0ec3cc4f6d..086ab8ffd6 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.61) -AC_INIT([GnuTLS], [2.11.0], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.11.1], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])