summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-12-06 17:27:34 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-12-06 17:27:34 +0100
commitb6e6fd12028a4c3faab98498840e08cc45239482 (patch)
tree345f2fad21b1038eef89587f87b2ef5e83534038 /NEWS
parent0f91a6442192bfc7289b657bea53f9e3fe467a6a (diff)
downloadgnutls-b6e6fd12028a4c3faab98498840e08cc45239482.tar.gz
documented SSL 3.0 record version change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 132af9d08e..eae8f17044 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ See the end for copying conditions.
* Version 2.11.6 (unreleased)
+** libgnutls: Record version of Client Hellos is now set by default to
+SSL 3.0. To restore the previous default behavior use %LATEST_RECORD_VERSION
+priority string.
+
** libgnutls: Use ASN1_NULL when writing parameters for RSA signatures.
This makes us comply with RFC3279. Reported by Michael Rommel.