]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 May 2014 10:43:42 +0000 (12:43 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 May 2014 10:43:42 +0000 (12:43 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 70a9ca72705abb252556f2cc23e739249307890c..7ae1d9a2bf3d5090f7c9d4ee3c4f95c8294d39fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ See the end for copying conditions.
 ** libgnutls: Corrected file descriptor leak on random generator
 initialization.
 
+** libgnutls: Corrected file descriptor leak on PSK password file
+reading. Issue identified using the Codenomicon TLS test suite.
+
 ** libgnutls: Avoid deinitialization if initialization has failed.
 
 ** libgnutls: null-terminate othername alternative names.
@@ -15,6 +18,9 @@ initialization.
 ** libgnutls: gnutls_x509_trust_list_get_issuer() will operate correctly
 on a PKCS #11 trust list.
 
+** libgnutls: Several small bug fixes identified using valgrind and
+the Codenomicon TLS test suite.
+
 ** libgnutls-dane: Accept a certificate using DANE if there is at least one
 entry that matches the certificate. Patch by simon [at] arlott.org.