summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-06 12:53:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-06 12:53:13 +0000
commita98b8ce652ba1a5b174560fe0c5451376b287092 (patch)
treeb08ba2e790d56885fa47b2deaf24d166ead63de7 /CHANGES
parent980e7e8bcd246816a0c87fc40b9582e88aeac2f9 (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]