summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-12-10 15:41:03 +0100
committerSimon Josefsson <simon@josefsson.org>2008-12-10 15:41:03 +0100
commit210d496b86bba8a10b5df329b1fc898ad5c43b4d (patch)
treef056567f3d9c3eb695a9103d0cf5bf74c1b88216
parent88c9a1fdffbb6472b604345eee1adc3c05ad383e (diff)
downloadgnutls-210d496b86bba8a10b5df329b1fc898ad5c43b4d.tar.gz
Add.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 021af4e2e8..cbaf1fce23 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,10 @@ memory. Before GnuTLS initialized libgcrypt to use GnuTLS's memory
allocation functions, which doesn't use secure memory, so there is no
real change in behaviour.
+** gnutls: Fix memory leak in PSK authentication.
+Reported by Michael Weiser <michael@weiser.dinsnail.net> in
+<http://permalink.gmane.org/gmane.network.gnutls.general/1465>.
+
** gnutls: Small byte reads via gnutls_record_recv() optimized.
** tests: Added chainverify self-test that tests X.509 chain verifications.