summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-05-10 13:44:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-05-10 13:44:24 +0000
commit24547c23cadd845569386e21e2844d8fc6da6e7e (patch)
tree8994b2127f1037f2b2e17bc755d5defb5420244a /CHANGES
parent8baf604a3934e60bb28346f891a816327df3c958 (diff)
Reported by: Solar Designer of Openwall
Make sure tkeylen is initialised properly when encrypting CMS messages.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 577ac21be4..046d80f0e5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -54,6 +54,10 @@
Changes between 1.0.1b and 1.0.1c [xx XXX xxxx]
+ *) Initialise tkeylen properly when encrypting CMS messages.
+ Thanks to Solar Designer of Openwall for reporting this issue.
+ [Steve Henson]
+
*) In FIPS mode don't try to use composite ciphers as they are not
approved.
[Steve Henson]