From: Nikos Mavrogiannopoulos Date: Sun, 4 May 2014 10:43:42 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_3_2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2b60b5f2caed76ed510dd9d06250fc328be7d15;p=thirdparty%2Fgnutls.git doc update --- diff --git a/NEWS b/NEWS index 70a9ca7270..7ae1d9a2bf 100644 --- 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.