summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-02-08 12:03:19 +0000
committerSimon Josefsson <simon@josefsson.org>2006-02-08 12:03:19 +0000
commit8d49e9c9f6ede5b35101c2e2d04c4843c2ba4cfc (patch)
tree652d0cc45de43cf4f2f4662121b159f0b2b4f239
parentdac7cdf39645b971a037486ead2513057e63df4a (diff)
downloadgnutls-8d49e9c9f6ede5b35101c2e2d04c4843c2ba4cfc.tar.gz
Add.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4d69ee8e15..20b5ac0f31 100644
--- a/NEWS
+++ b/NEWS
@@ -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.