summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-09-26 15:36:20 +0200
committerSimon Josefsson <simon@josefsson.org>2010-09-26 15:46:48 +0200
commit1d02750fdba5cf1bf692dc2ff59f90e902c06a3a (patch)
treebfc3713b793901dddcf23803eb5e01df6ba96521
parent0d07d8432d57805a8354ebd6c1e7829f3ab159cb (diff)
downloadgnutls-1d02750fdba5cf1bf692dc2ff59f90e902c06a3a.tar.gz
Add.
-rw-r--r--NEWS20
1 files changed, 15 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index ae12a6947a..59ff5c57c7 100644
--- a/NEWS
+++ b/NEWS
@@ -5,16 +5,26 @@ See the end for copying conditions.
* Version 2.10.2 (unreleased)
-** libgnutls: Is now more liberal in the PEM decoding. That is spaces and
-tabs are being skipped.
+** libgnutls: Is now more liberal in the PEM decoding.
+That is spaces and tabs are being skipped.
-** libgnutls: Renamed NULL MAC to MAC-NULL to prevent clash with NULL
-cipher. This prevented the usage of the TLS ciphersuites with NULL
-cipher.
+** libgnutls: Renamed NULL MAC to MAC-NULL to prevent clash with NULL cipher.
+This prevented the usage of the TLS ciphersuites with NULL cipher.
+See <http://thread.gmane.org/gmane.network.gnutls.general/2093>.
** libgnutls: The %COMPAT flag now allows larger records that violate the
TLS spec.
+** libgnutls: Fix asynchronous API handling.
+The code was clearing session hash data on EAGAIN. Problem reported
+by Sjoerd Simons <sjoerd.simons@collabora.co.uk> and Vivek
+Dasmohapatra <vivek@collabora.co.uk>. See
+<http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/4531>.
+
+** gnutls-cli: Flush stdout/stderr before removing buffering.
+Reported by Knut Anders Hatlen <INVALID.NOREPLY@gnu.org> see
+<http://savannah.gnu.org/support/?107481>.
+
** API and ABI modifications:
No changes since last version.