summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-15 16:03:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-15 16:03:47 +0000
commit25c6542944821afc0693ca7027c769cc8775e90d (patch)
tree4c43805e7cbdfb46ee3807152e039d91bad64a09 /CHANGES
parent14567b145199739656e2bf8dd34f5da71f785802 (diff)
Add non-FIPS algorithm blocking and selftest checking.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 315bf8e302..237234db9e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,10 +4,13 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Add selftest checks and algorithm block of non-fips algorithms in
+ FIPS mode. Remove DES2 from selftests.
+ [Steve Henson]
+
*) Add ECDSA code to fips module. Add tiny fips_ecdsa_check to just
return internal method without any ENGINE dependencies. Add new
- tiny fips sign and verify functions. Initial incomplete algorithm
- test program.
+ tiny fips sign and verify functions.
[Steve Henson]
*) New build option no-ec2m to disable characteristic 2 code.