From: Simon Josefsson Date: Wed, 10 Dec 2008 14:41:03 +0000 (+0100) Subject: Add. X-Git-Tag: gnutls_2_7_3~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=210d496b86bba8a10b5df329b1fc898ad5c43b4d;p=thirdparty%2Fgnutls.git Add. --- 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 in +. + ** gnutls: Small byte reads via gnutls_record_recv() optimized. ** tests: Added chainverify self-test that tests X.509 chain verifications.