diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 8 | ||||
-rw-r--r-- | doc/gpgsm.texi | 10 |
2 files changed, 17 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 3209a2d7a..eed213d78 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2881,7 +2881,13 @@ SHA224, SHA384, and SHA512 digests. @opindex compliance This option can be used instead of one of the options above. Valid values for @var{string} are the above option names (without the double -dash) and possibly others as shown when using "help" for @var{value}. +dash) and possibly others as shown when using "help" for @var{string}. + +@item --min-rsa-length @var{n} +@opindex min-rsa-length +This option adjusts the compliance mode "de-vs" for stricter key size +requirements. For example, a value of 3000 turns rsa2048 and dsa2048 +keys into non-VS-NfD compliant keys. @end table diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index a3e1bc2e6..d3d83e4a5 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -667,6 +667,16 @@ such broken signatures. If @command{gpgsm} prints an error like ``digest algo 8 has not been enabled'' you may want to try this option, with @samp{SHA256} for @var{name}. +@item --compliance @var{string} +@opindex compliance +Set the compliance mode. Valid values are shown when using "help" for +@var{string}. + +@item --min-rsa-length @var{n} +@opindex min-rsa-length +This option adjusts the compliance mode "de-vs" for stricter key size +requirements. For example, a value of 3000 turns rsa2048 and dsa2048 +keys into non-VS-NfD compliant keys. @item --faked-system-time @var{epoch} @opindex faked-system-time |