summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-09-05 09:57:20 +0000
committerBodo Möller <bodo@openssl.org>2011-09-05 09:57:20 +0000
commit837e1b6812d53799cff304630bc3a1a9db86b696 (patch)
tree26d6cd753dd70524dbdcc89f534e76b4cf59dcc9 /CHANGES
parentae53b299faaeb8cf985b04ea7964d160975ba07e (diff)
Fix memory leak on bad inputs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b8dde65d40..98992f5a12 100644
--- a/CHANGES
+++ b/CHANGES
@@ -418,6 +418,9 @@
Changes between 1.0.0d and 1.0.0e [xx XXX xxxx]
+ *) Fix x509_name_ex_d2i memory leak on bad inputs.
+ [Bodo Moeller]
+
*) Remove hard coded ecdsaWithSHA1 signature tests in ssl code and check
signature public key algorithm by using OID xref utilities instead.
Before this you could only use some ECC ciphersuites with SHA1 only.
@@ -1312,6 +1315,9 @@
Changes between 0.9.8r and 0.9.8s [xx XXX xxxx]
+ *) Fix x509_name_ex_d2i memory leak on bad inputs.
+ [Bodo Moeller]
+
*) Add protection against ECDSA timing attacks as mentioned in the paper
by Billy Bob Brumley and Nicola Tuveri, see: