commit | 225055c30b625d9928fbc691f7362f4b1ed085e5 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Thu May 10 13:46:09 2012 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Thu May 10 13:46:09 2012 +0000 |
tree | 760e54effc50b47be840031dccf2e868e7d38fb1 | |
parent | e0311481b87ce790c164af88f54c2f9234b30ddb [diff] [blame] |
Reported by: Solar Designer of Openwall Make sure tkeylen is initialised properly when encrypting CMS messages.
diff --git a/CHANGES b/CHANGES index 33c3060..8425bb3 100644 --- a/CHANGES +++ b/CHANGES
@@ -291,6 +291,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.