diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-05-04 12:43:42 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-05-04 12:43:42 +0200 |
commit | c2b60b5f2caed76ed510dd9d06250fc328be7d15 (patch) | |
tree | 1038bdc7e73036da72f3389143f76a5c2b4084bb /NEWS | |
parent | b856457b6a6d5c3eaa2a9944f93e0db0146ae384 (diff) | |
download | gnutls-c2b60b5f2caed76ed510dd9d06250fc328be7d15.tar.gz |
doc update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |