Add CHANGES entry: add FIPS support to ssl

This commit is contained in:
Dr. Stephen Henson 2011-05-19 18:10:25 +00:00
parent 086e32a6c7
commit 101e6e19f2

View file

@ -4,6 +4,10 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
*) Add support for FIPS mode in ssl library: disable SSLv3, non-FIPS ciphers
and enable MD5.
[Steve Henson]
*) Functions FIPS_mode_set() and FIPS_mode() which call the underlying
FIPS modules versions.
[Steve Henson]