Added TLS Session Ticket (RFC 5077) support,
finished client-side TLS 1.2 support.
-Jonathan Bastien-Filiatrault <joe@x2a.org>
-Fix TLS-version checks.
-
Brad Hards <bradh@frogmouth.net>
Add X.509 Issuer Alternative Name functions.
C++ fixes.
Steve Dispensa <dispensa@phonefactor.com>
-TLS safe renegotiation fix.
+Initial TLS safe renegotiation patch.
Jonathan Bastien-Filiatrault <joe@x2a.org>
+Fix TLS-version checks.
Redesign and implementation of the buffering layer.
-----BEGIN PGP PUBLIC KEY BLOCK-----
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.
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
# 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])