diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-02-08 12:03:19 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-02-08 12:03:19 +0000 |
commit | 8d49e9c9f6ede5b35101c2e2d04c4843c2ba4cfc (patch) | |
tree | 652d0cc45de43cf4f2f4662121b159f0b2b4f239 /NEWS | |
parent | dac7cdf39645b971a037486ead2513057e63df4a (diff) | |
download | gnutls-8d49e9c9f6ede5b35101c2e2d04c4843c2ba4cfc.tar.gz |
Add.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ See the end for copying conditions. * Version 1.3.4 (unreleased) +** Fix read out bounds bug in DER parser. +Reported by Evgeny Legerov <admin@gleg.net>, and debugging help from +Protover SSL. + ** Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no longer invalidate a session if the underlying send fails, but it will prevent future writes. That is to allow reading the already received data. |