diff options
author | Jakub Jelen <jjelen@redhat.com> | 2021-09-17 17:11:30 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-09-20 08:32:29 +0200 |
commit | c74fde0c3f6114c594332fb28a09c7b817969231 (patch) | |
tree | d99d2ef502cf4027a7a23ef05b51060b664d84c6 /README | |
parent | 3f4dd47ba74e0a9f18feba1809eeddff8790707e (diff) | |
download | libgcrypt-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-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |