X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=933aae0fabd5c7c259863888d3a4c008a9fea418;hp=2330402f9196ba16a6be9a388c969b7b0d401f49;hb=e8d23f7811db9a4edaac93344bb3c606522f7ee7;hpb=907cd7217efd03af0cff6195354ff16b75d047dc 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 and Ben Laurie]