summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-02-09 23:35:45 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-02-09 23:35:45 +0100
commitb2f736f2cb38c6804368b2570ffbbfc151d1a61d (patch)
tree37b80a5efe45414c29fecf18672a317926e3d576 /NEWS
parent262b70150677f2eeabbd05a54fb087821170b94e (diff)
downloadgnutls-b2f736f2cb38c6804368b2570ffbbfc151d1a61d.tar.gz
Allow DSA2 even in protocols before TLS 1.2.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ba01bd7eac..9faf22c1b2 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ See the end for copying conditions.
* Version 2.99.0 (unreleased)
+** libgnutls: SRP and PSK are no longer set on the default priorities.
+They have to be explicitly set.
+
+** libgnutls: During handshake message verification using DSS
+use the hash algorithm required by it.
+
** libgnutls: gnutls_recv() return GNUTLS_E_PREMATURE_TERMINATION
on unexpected EOF, instead of GNUTLS_E_UNEXPECTED_PACKET_LENGTH.