mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Fix mixed invocation with --trusted-keys and --no-options.
* g10/trustdb.c: Move some definitions around. (user_utk_list): Rename to trusted_key_list. Change all users. (any_trusted_key_seen): New. (tdb_register_trusted_key): Set it here. Handle the new value "none". (verify_own_keys): Do not delete a trusted key from the trustdb if a trusted-key option was not used. -- GnuPG-bug-id: 7025
This commit is contained in:
parent
f50c543326
commit
8cd920f6aa
2 changed files with 39 additions and 17 deletions
|
@ -1711,7 +1711,9 @@ useful if you don't want to keep your secret keys (or one of them)
|
|||
online but still want to be able to check the validity of a given
|
||||
recipient's or signator's key. If the given key is not locally
|
||||
available but an LDAP keyserver is configured the missing key is
|
||||
imported from that server.
|
||||
imported from that server. The value "none" is explicitly allowed to
|
||||
distinguish between the use of any trusted-key option and no use of
|
||||
this option at all (e.g. due to the @option{--no-options} option).
|
||||
|
||||
@item --add-desig-revoker [sensitive:]@var{fingerprint}
|
||||
@opindex add-desig-revoker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue