Redirect HMAC and CMAC operations to module.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 2330402f9196ba16a6be9a388c969b7b0d401f49..933aae0fabd5c7c259863888d3a4c008a9fea418 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 1.0.0d and 1.0.1  [xx XXX xxxx]
 
+  *) Redirect HMAC and CMAC operations to FIPS module in FIPS mode. If an
+     ENGINE is used then we cannot handle that in the FIPS module so we
+     keep original code iff non-FIPS operations are allowed.
+     [Steve Henson]
+
   *) Add -attime option to openssl verify.
      [Peter Eckersley <pde@eff.org> and Ben Laurie]