From: Nikos Mavrogiannopoulos Date: Mon, 6 Dec 2010 16:27:34 +0000 (+0100) Subject: documented SSL 3.0 record version change. X-Git-Tag: gnutls_2_11_5~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6e6fd12028a4c3faab98498840e08cc45239482;p=thirdparty%2Fgnutls.git documented SSL 3.0 record version change. --- 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.