Updates to handle some verification of v2 tests.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 85dabd2713bbeaecfe8acc0f8e855b9a17cc6cd0..b538085098fdb0e687e0550a77ea3c303f7d4ab3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,12 @@
 
  Changes between 1.0.1 and 1.1.0  [xx XXX xxxx]
 
+  *) Add FIPS selftest for ECDH algorithm using P-224 and B-233 curves.
+     [Steve Henson]
+
   *) Use separate DRBG fields for internal and external flags. New function
-     FIPS_drbg_test() to perform on demand health checking. Add generation
-     tests to fips_test_suite with reduced health check interval to 
+     FIPS_drbg_health_check() to perform on demand health checking. Add
+     generation tests to fips_test_suite with reduced health check interval to 
      demonstrate periodic health checking. Add "nodh" option to
      fips_test_suite to skip very slow DH test.
      [Steve Henson]
      multi-process servers.
      [Steve Henson]
 
-  *) Experiemental password based recipient info support for CMS library:
-     implementing RFC3211.
+  *) Password based recipient info support for CMS library: implementing
+     RFC3211.
      [Steve Henson]
 
   *) Split password based encryption into PBES2 and PBKDF2 functions. This