summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-12 15:07:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-12 15:07:26 +0000
commite8d23f7811db9a4edaac93344bb3c606522f7ee7 (patch)
treedaa3f8b7dd9c1dc807a3c5f59d37e0ee364cc282 /CHANGES
parent907cd7217efd03af0cff6195354ff16b75d047dc (diff)
Redirect HMAC and CMAC operations to module.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2330402f91..933aae0fab 100644
--- 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]