summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-19 18:22:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-19 18:22:16 +0000
commit7043fa702fa102a45b102e11990b650360c35503 (patch)
tree77edd16724ed7b7312764e44b1f509d975470b76 /CHANGES
parentf98d2e5cc13a42c39b2adb6771878ab8157e1fe4 (diff)
add FIPS support to ssl: doesn't do anything on this branch yet as there is no FIPS compilation support
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e9b946c358..9f37b80aa5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.0d and 1.0.1 [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]