summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-09-05 10:25:31 +0000
committerBodo Möller <bodo@openssl.org>2011-09-05 10:25:31 +0000
commite7928282d0148af5f28fa3437a625a2006af0214 (patch)
tree988f7b59caede29a9e4d32576ab1e111c897151e /CHANGES
parent837e1b6812d53799cff304630bc3a1a9db86b696 (diff)
(EC)DH memory handling fixes.
Submitted by: Adam Langley
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 98992f5a12..e68cc7b3c1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -418,6 +418,10 @@
Changes between 1.0.0d and 1.0.0e [xx XXX xxxx]
+ *) Fix SSL memory handling for (EC)DH ciphersuites, in particular
+ for multi-threaded use of ECDH.
+ [Adam Langley (Google)]
+
*) Fix x509_name_ex_d2i memory leak on bad inputs.
[Bodo Moeller]
@@ -1315,6 +1319,10 @@
Changes between 0.9.8r and 0.9.8s [xx XXX xxxx]
+ *) Fix SSL memory handling for (EC)DH ciphersuites, in particular
+ for multi-threaded use of ECDH.
+ [Adam Langley (Google)]
+
*) Fix x509_name_ex_d2i memory leak on bad inputs.
[Bodo Moeller]