summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-08-22 19:17:05 +0000
committerWerner Koch <wk@gnupg.org>2008-08-22 19:17:05 +0000
commit8773461c06ced4014ce2913b2621987c601a9ac0 (patch)
tree72d661ad427db4b6107b263a37025682c4ea4470 /README
parent393d3b3b0cb80223cde9be75a6a10169e37c5778 (diff)
downloadlibgcrypt-8773461c06ced4014ce2913b2621987c601a9ac0.tar.gz
Completed the RNG implementaion switching.
Added framework for running RNG tests. Added an experimental option --enable-hmac-binary-check to configure. --This line, and those below, will be ignored-- M src/fips.c M src/cipher-proto.h M src/global.c M src/hmac256.c M src/ChangeLog M src/hmac256.h M src/Makefile.am M tests/Makefile.am M configure.ac M doc/gcrypt.texi M random/random-fips.c M random/random.c M random/rand-internal.h M random/random.h M random/ChangeLog M ChangeLog M README
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 714bc42d..ff5bebb2 100644
--- a/README
+++ b/README
@@ -158,12 +158,18 @@
auto - Compile linux, egd and unix in and
automagically select at runtime.
+ --enable-hmac-binary-check
+ Include support to check the binary at runtime
+ against a HMAC checksum. This works only in FIPS
+ mode and on systems providing the dladdr function.
+
--disable-padlock-support
Disable support for the PadLock engine of VIA
processors. The default is to use PadLock if
available. Try this if you get problems with
assembler code.
+
License