diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -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 |