Add ECDSA functionality to fips module. Initial very incomplete version
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 2ce0ff02ec29969336eeb414865ac914343ca3bc..315bf8e302cd10aef4e870bc96735b3b57542e67 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
 
  Changes between 1.0.1 and 1.1.0  [xx XXX xxxx]
 
+  *) 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.
+     [Steve Henson]
+
   *) New build option no-ec2m to disable characteristic 2 code.
      [Steve Henson]