summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorbodo <bodo>2011-09-05 10:25:30 +0000
committerbodo <bodo>2011-09-05 10:25:30 +0000
commit4a7dd5a4e50681845cba978dc4754e32ecfa76fa (patch)
tree25ce139290855ab52daa09959e64e1f0b940dc84 /CHANGES
parent95791798d8295f3b56944e60be196e3831ac14de (diff)
downloadopenssl-4a7dd5a4e50681845cba978dc4754e32ecfa76fa.tar.gz
(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 98992f5a1..e68cc7b3c 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]