summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-23 13:35:59 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-23 13:35:59 +0200
commita58f9066abacc4871368a792eb6a29342d1c3e76 (patch)
tree4a2a7c0f2d2e5601caf020c1b122aaf4131de80d
parentd8d9a44b22ceb204381718315773ac15be1851ba (diff)
downloadgnutls-a58f9066abacc4871368a792eb6a29342d1c3e76.tar.gz
doc update
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d1b308a45d..92193c33f9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ See the end for copying conditions.
* Version 3.2.15 (unreleased)
+** libgnutls: Eliminated null pointer dereferences in ASN.1 parser.
+Issues discovered using the Codenomicon TLS test suite.
+
+** libgnutls: Eliminated null pointer dereference in ciphersuite parsing.
+Issue reported by Joonas Kuorilehto of Codenomicon.
+
** libgnutls: Several memory leaks caused by error conditions were
fixed. The leaks were identified using valgrind and the Codenomicon
TLS test suite.