summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2021-09-17 17:11:30 +0200
committerWerner Koch <wk@gnupg.org>2021-09-20 08:32:29 +0200
commitc74fde0c3f6114c594332fb28a09c7b817969231 (patch)
treed99d2ef502cf4027a7a23ef05b51060b664d84c6 /README
parent3f4dd47ba74e0a9f18feba1809eeddff8790707e (diff)
downloadlibgcrypt-c74fde0c3f6114c594332fb28a09c7b817969231.tar.gz
Allow passing FIPS module version
* README: Document new --with-fips-module-version=version switch * configure.ac: Implementation of the --with-fips-module-version * src/global.c (print_config): Print FIPS module version from above -- Signed-off-by: Jakub Jelen <jjelen@redhat.com> Moved the module version to a 3rd field to keep the semantics of that line. Signed-off-by: Werner Koch <wk@gnupg.org> GnuPG-bug-id: 1600
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 1304669a..5fdca535 100644
--- a/README
+++ b/README
@@ -165,6 +165,10 @@
against a HMAC checksum. This works only in FIPS
mode and on systems providing the dladdr function.
+ --with-fips-module-version=version
+ Specify a string used as a module version for FIPS
+ certification purposes.
+
--disable-padlock-support
Disable support for the PadLock engine of VIA
processors. The default is to use PadLock if