]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
documented SSL 3.0 record version change.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 6 Dec 2010 16:27:34 +0000 (17:27 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 6 Dec 2010 16:27:34 +0000 (17:27 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 132af9d08ec1fa36abb92cfe707fa2c4f1358ab8..eae8f1704460d295272cf1a0b8e258fe4d6aec0f 100644 (file)
--- 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.