summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-01-16 20:14:42 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-01-16 20:14:42 +0100
commit0a9dd1753f661991f6ad52e2aa86305140f1c1e0 (patch)
tree258a165de7f27fefcbe71106ea114adf457a845a
parentc2fe6b6fcff5f22d070927c30b730580ed9769f2 (diff)
downloadgnutls-0a9dd1753f661991f6ad52e2aa86305140f1c1e0.tar.gz
doc update
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 348ef66eb6..5fd152f6d3 100644
--- a/NEWS
+++ b/NEWS
@@ -6,9 +6,11 @@ See the end for copying conditions.
* Version 3.3.12 (not released yet!)
** libgnutls: When negotiating TLS use the lowest enabled version in
-the client hello, rather than the lowest supported. That addresses an
-issue with servers that drop the connections when the encounter SSL 3.0
-as the record version number. See:
+the client hello, rather than the lowest supported. In addition, do
+not use SSL 3.0 as a version in the TLS record layer, unless SSL 3.0
+is the only protocol supported. That addresses issues with servers that
+immediately drop the connection when the encounter SSL 3.0 as the record
+version number. See:
http://lists.gnutls.org/pipermail/gnutls-help/2014-November/003673.html
** libgnutls: Corrected encoding and decoding of ANSI X9.62 parameters.