summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-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.