summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-09-05 10:25:21 +0000
committerBodo Möller <bodo@openssl.org>2011-09-05 10:25:21 +0000
commite935440ad7adda02c8df8de95ee898bd2be76e6c (patch)
tree5f3afbc8b88cd6ba5cce6ce7623cebc2d2f4fcc9 /CHANGES
parent8eaf563c417724efe82649c69976caa38c02cba3 (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 4ad9ae7580..f5e1ba250a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,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]
@@ -901,6 +905,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]