summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-06 12:52:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-06 12:52:27 +0000
commit8a794abd9d427fb58519c03e2dd8fa6da08ee6f1 (patch)
tree7e6d8416e1048297600f1c3e83a2c8c1a1756fa8 /CHANGES
parent03eae35352210426398c554b570f315414469d78 (diff)
Update fips_test_suite to take multiple command line options and
an induced error checking function.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d3883be28f..795ada567e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Update fips_test_suite to support multiple command line options. New
+ test to induce all self test errors in sequence and check expected
+ failures.
+ [Steve Henson]
+
*) Add FIPS_{rsa,dsa,ecdsa}_{sign,verify} functions which digest and
sign or verify all in one operation.
[Steve Henson]