diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-02-09 23:35:45 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-02-09 23:35:45 +0100 |
commit | b2f736f2cb38c6804368b2570ffbbfc151d1a61d (patch) | |
tree | 37b80a5efe45414c29fecf18672a317926e3d576 /NEWS | |
parent | 262b70150677f2eeabbd05a54fb087821170b94e (diff) | |
download | gnutls-b2f736f2cb38c6804368b2570ffbbfc151d1a61d.tar.gz |
Allow DSA2 even in protocols before TLS 1.2.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |