summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-16 14:49:50 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-16 14:49:50 +0000
commit017bc57bf9734777d7cc0b847a55b0d762b5a149 (patch)
tree27b5c19dbece32feb2df81852391744d94a1fb93 /CHANGES
parentd749e1080a4ec0ae6af5edc4851379fbc2a5ebca (diff)
Experimental FIPS symbol renaming.
Fixups under fips/ to make symbol renaming work.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 237234db9e..99172adc52 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Add experimental option FIPSSYMS to give all symbols in
+ fipscanister.o and FIPS or fips prefix. This will avoid
+ conflicts with future versions of OpenSSL. Only works for
+ no-asm at present.
+ [Steve Henson]
+
*) Add selftest checks and algorithm block of non-fips algorithms in
FIPS mode. Remove DES2 from selftests.
[Steve Henson]