summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-19 18:10:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-19 18:10:25 +0000
commit101e6e19f2accef4e4cdf10915a2a1c2e957b7e8 (patch)
tree0d1bf2c3339c3ed9564a482000c9d6855dee3523 /CHANGES
parent086e32a6c7df4588834bc4d033a00382fd313b58 (diff)
Add CHANGES entry: add FIPS support to ssl
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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]