diff options
author | Werner Koch <[email protected]> | 2015-08-07 13:53:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-08-07 13:53:56 +0000 |
commit | 5b7a80b1ab91d2f199065e5dd14e85f42918975d (patch) | |
tree | 2e4584aa37cf727cc98df2ab48c46682a7595645 /doc/gpgv.texi | |
parent | agent: Add option --force to the DELETE_KEY command. (diff) | |
download | gnupg-5b7a80b1ab91d2f199065e5dd14e85f42918975d.tar.gz gnupg-5b7a80b1ab91d2f199065e5dd14e85f42918975d.zip |
gpg: Allow gpgv to work with a trustedkeys.kbx file.
* g10/keydb.h (KEYDB_RESOURCE_FLAG_GPGVDEF): New.
* g10/keydb.c (keydb_add_resource): Take care of new flag.
* g10/gpgv.c (main): Use new flag.
--
GnuPG-bug-id: 2025
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/gpgv.texi')
-rw-r--r-- | doc/gpgv.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gpgv.texi b/doc/gpgv.texi index 8d7164ae0..6bcbc0add 100644 --- a/doc/gpgv.texi +++ b/doc/gpgv.texi @@ -67,7 +67,8 @@ no configuration files and only a few options are implemented. That does also mean that it does not check for expired or revoked keys. -By default a keyring named @file{trustedkeys.gpg} is used. This +By default a keyring named @file{trustedkeys.kbx} is used; if that +does not exist a keyring named @file{trustedkeys.gpg} is used. The default keyring is assumed to be in the home directory of GnuPG, either the default home directory or the one set by an option or an environment variable. The option @code{--keyring} may be used to |