diff options
author | Werner Koch <[email protected]> | 2015-08-31 22:07:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-09-01 05:37:12 +0000 |
commit | f9c83d84e7d33df76898975f5ac852efa9c4882a (patch) | |
tree | 5245f4744fff3edbbcbc8494db9a780a973f5de0 /doc | |
parent | common: Assume an utf-8 locale on iconv errors. (diff) | |
download | gnupg-f9c83d84e7d33df76898975f5ac852efa9c4882a.tar.gz gnupg-f9c83d84e7d33df76898975f5ac852efa9c4882a.zip |
gpg: Remove option --no-sig-create-check.
* g10/gpg.c (opts): Remove --no-sig-create-check.
* g10/options.h (struct opt): Remove field no_sig_create_check.
* g10/sign.c (do_sign): Always check unless it is RSA and we are using
Libgcrypt 1.7.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index a5cbafd6b..9d62afb7f 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1629,15 +1629,6 @@ modifications, you can use this option to disable the caching. It probably does not make sense to disable it because all kind of damage can be done if someone else has write access to your public keyring. -@item --no-sig-create-check -@opindex no-sig-create-check -GnuPG normally verifies each signature right after creation to protect -against bugs and hardware malfunctions which could leak out bits from -the secret key. This extra verification needs some time (about 115% -for DSA keys), and so this option can be used to disable it. -However, due to the fact that the signature creation needs manual -interaction, this performance penalty does not matter in most settings. - @item --auto-check-trustdb @itemx --no-auto-check-trustdb @opindex auto-check-trustdb |