]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Wed, 10 Dec 2008 14:41:03 +0000 (15:41 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 10 Dec 2008 14:41:03 +0000 (15:41 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 021af4e2e8a1d35f7ec315a4768c46acb5554ef9..cbaf1fce2372d0ea73a908ae5c60ed6c37c37a56 100644 (file)
--- 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.