From: Dr. Stephen Henson Date: Thu, 19 May 2011 18:10:25 +0000 (+0000) Subject: Add CHANGES entry: add FIPS support to ssl X-Git-Tag: OpenSSL-fips-2_0-rc1~411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=101e6e19f2accef4e4cdf10915a2a1c2e957b7e8;p=openssl Add CHANGES entry: add FIPS support to ssl --- diff --git a/CHANGES b/CHANGES index ff8201a9a1..6d25e4d8ec 100644 --- a/CHANGES +++ b/CHANGES @@ -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]