summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos <nmav@crystal.(none)>2008-02-17 00:18:08 +0200
committerNikos <nmav@crystal.(none)>2008-02-17 00:24:15 +0200
commit5f1193a1f9e789cfc78adf9c81bd9f4c7223445f (patch)
tree50830434bc0b6ba35b32d3ae183ed83e1134121a /NEWS
parent72a01a895e9f6ce92df09352961ca7ba8f8c946b (diff)
downloadgnutls-5f1193a1f9e789cfc78adf9c81bd9f4c7223445f.tar.gz
Corrected memory leaks in session resuming and DHE ciphersuites. Reported
by Daniel Stenberg.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0509775e68..d3d58b3917 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ Thanks to Laurence Withers <l@lwithers.me.uk>.
** gnutls-cli: When -d is used, also prints RNG information from libgcrypt.
+** Corrected memory leaks in session resuming and DHE ciphersuites. Reported
+by Daniel Stenberg.
+
** Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name()
and gnutls_x509_crt_get_subject_alt_name() to not null terminate binary
strings and return the proper size.