summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-04 12:43:42 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-04 12:43:42 +0200
commitc2b60b5f2caed76ed510dd9d06250fc328be7d15 (patch)
tree1038bdc7e73036da72f3389143f76a5c2b4084bb /NEWS
parentb856457b6a6d5c3eaa2a9944f93e0db0146ae384 (diff)
downloadgnutls-c2b60b5f2caed76ed510dd9d06250fc328be7d15.tar.gz
doc update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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.