summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsteve <steve>2011-05-11 14:43:33 +0000
committersteve <steve>2011-05-11 14:43:33 +0000
commit2684b4728ac10dbc912e28ab7c2e2c80ef9aa925 (patch)
treea1dc946815dd5a49e87f12c48258cd8bb9a727d2 /CHANGES
parenta639efd74e4f0a8a64ac20ae03e3ad870b19f70a (diff)
downloadopenssl-2684b4728ac10dbc912e28ab7c2e2c80ef9aa925.tar.gz
Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in
the FIPS capable OpenSSL.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1ee3a478d..872ab107f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Rename FIPS_mode_set and FIPS_mode to FIPS_module_mode_set and
+ FIPS_module_mode. FIPS_mode and FIPS_mode_set will be implmeneted
+ outside the validated module in the FIPS capable OpenSSL.
+ [Steve Henson]
+
*) Initial TLS v1.2 client support. Add a default signature algorithms
extension including all the algorithms we support. Parse new signature
format in client key exchange. Relax some ECC signing restrictions for