diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-10-30 10:01:30 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-10-30 10:01:30 +0000 |
commit | fef287c9fd13c9d76e1ea9125c5ce45ab496f5f8 (patch) | |
tree | c9ef3ac68494760a197705d04e8d6814d27961f4 /NEWS | |
parent | 49a028aa404e624f5f7bbb0d0b7ae217cb69daf3 (diff) | |
download | gnutls-fef287c9fd13c9d76e1ea9125c5ce45ab496f5f8.tar.gz |
Add.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ See the end for copying conditions. * Version 1.5.4 (unreleased) +** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS +** version, try to negotiate the highest version support by the GnuTLS server, +** instead of the lowest. +Reported by <Pasi.Eronen@nokia.com>. + ** Replace old constructs with use of gnulib modules. For example, we can now assume unistd.h, sys/stat.h, sys/socket.h in the code. If the headers doesn't exist on the target system, gnulib |