summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-10 18:22:18 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-10 18:22:38 +0100
commitae59e39662f934f2e697a2b546cdda4cfe4eb9b6 (patch)
tree823ec02678f7ec69b1a15593a88d3066bf258c96 /NEWS
parent50bf5fce421aba5214d7260973514b05db0785a9 (diff)
downloadgnutls-ae59e39662f934f2e697a2b546cdda4cfe4eb9b6.tar.gz
Eliminated memory leak in ecc_projective_check_point().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index da74964ca3..0212a99631 100644
--- a/NEWS
+++ b/NEWS
@@ -7,8 +7,8 @@ See the end for copying conditions.
** certtool: --outder option now works for private
and public keys as well.
-** libgnutls: Corrected memory leak in DH parameter
-generation.
+** libgnutls: Corrected memory leaks in DH parameter
+generation and ecc_projective_check_point().
** libgnutls: Added gnutls_x509_dn_oid_name() to
return a descriptive name of a DN OID.