summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-28 23:01:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-28 23:01:26 +0000
commit04dc5a9ca6223332bcea261768650ca62c374546 (patch)
tree068c05394f5e54420fbfe1e19ad5a2f04b4cf850 /CHANGES
parentae6cb5483ef687ff52bdf59fca0d13651a84759a (diff)
Redirect digests to FIPS module for FIPS builds.
Use FIPS API when initialising digests. Sync header file evp.h and error codes with HEAD for necessary FIPS definitions.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 38ea63ae7a..86b3fa92b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 1.0.0d and 1.0.1 [xx XXX xxxx]
+ *) Redirect digest operations to FIPS module for FIPS builds.
+ [Steve Henson]
+
+ *) Update build system to add "fips" flag which will link in fipscanister.o
+ for static and shared library builds embedding a signature if needed.
+ [Steve Henson]
+
*) Add protection against ECDSA timing attacks as mentioned in the paper
by Billy Bob Brumley and Nicola Tuveri, see: