From: Nikos Mavrogiannopoulos Date: Fri, 23 May 2014 11:35:23 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_3_3~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebdf5197a585d39efe6e0d42d1b4ebe56e3e694b;p=thirdparty%2Fgnutls.git doc update --- diff --git a/NEWS b/NEWS index 3de274bbdb..8871729b41 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,12 @@ See the end for copying conditions. * Version 3.3.3 (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: gnutls_global_set_mutex() was modified to operate with the new initialization process.