summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-11 19:02:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-11 19:02:34 +0000
commit30b56225ccff9067ac5a5e49643d52d1e979cb24 (patch)
treebb00e129de533af406153c3d905f25e561021b65 /CHANGES
parentdc527a62a11b1a9a4078f5b1d966b55310bf4a4c (diff)
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 36bbb2da67..491ea7f1b7 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]