From c74fde0c3f6114c594332fb28a09c7b817969231 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 17 Sep 2021 17:11:30 +0200 Subject: 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 Moved the module version to a 3rd field to keep the semantics of that line. Signed-off-by: Werner Koch GnuPG-bug-id: 1600 --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') 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 -- cgit v1.2.1