Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 4159394ef9258d95d3b7110bca3ce30ec3e59c7e..d5e535b593f429749a36e0e0d674ca27d2cb7afc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,22 @@
 
  Changes between 1.0.1 and 1.1.0  [xx XXX xxxx]
 
+  *) Add DH parameters from RFC5114 including test data to dhtest.
+     [Steve Henson]
+
+  *) 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]
+
   *) Add fips_algvs: a multicall fips utility incorporaing all the algorithm
      test programs and fips_test_suite. Includes functionality to parse
      the minimal script output of fipsalgest.pl directly.
+     [Steve Henson]
 
   *) Add authorisation parameter to FIPS_module_mode_set().
      [Steve Henson]