diff options
author | Nikos <nmav@crystal.(none)> | 2008-02-17 00:18:08 +0200 |
---|---|---|
committer | Nikos <nmav@crystal.(none)> | 2008-02-17 00:24:15 +0200 |
commit | 5f1193a1f9e789cfc78adf9c81bd9f4c7223445f (patch) | |
tree | 50830434bc0b6ba35b32d3ae183ed83e1134121a /NEWS | |
parent | 72a01a895e9f6ce92df09352961ca7ba8f8c946b (diff) | |
download | gnutls-5f1193a1f9e789cfc78adf9c81bd9f4c7223445f.tar.gz |
Corrected memory leaks in session resuming and DHE ciphersuites. Reported
by Daniel Stenberg.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |