summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsteve <steve>2011-02-11 19:02:33 +0000
committersteve <steve>2011-02-11 19:02:33 +0000
commit6a7ef484921eebc31dc4c85420158f90f4880c89 (patch)
tree0f63ec125a1dfb48f8b7fd240167b32648c82ced /CHANGES
parent7bb9093bdb43d41d721eb07de861af4653b9c479 (diff)
downloadopenssl-6a7ef484921eebc31dc4c85420158f90f4880c89.tar.gz
New "fispcanisteronly" build option: only build fipscanister.o and
associated utilities. This functionality will be used by the validated tarball.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 36bbb2da6..491ea7f1b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) New build option "fipscanisteronly". This only builds fipscanister.o
+ and (currently) associated fips utilities. Uses the file Makefile.fips
+ instead of Makefile.org as the prototype.
+ [Steve Henson]
+
*) Add some FIPS mode restrictions to GCM. Add internal IV generator.
Update fips_gcmtest to use IV generator.
[Steve Henson]