summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-05-10 13:34:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-05-10 13:34:22 +0000
commit5b9d0995a126e1813677b9ea0b5b55337e253cb4 (patch)
treeb4233d39d77ebd1690efdc4ed494817243415804 /CHANGES
parent7ad8e1fc4e80ab13a781b94d29fab5ca52a91307 (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 943502ec0b..1e2f31277f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,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]