aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-05-07 15:40:36 +0000
committerWerner Koch <[email protected]>2008-05-07 15:40:36 +0000
commit69ae16636cb0800d37f5d9eee6bb3d4749e645f7 (patch)
tree7b7fccd66e971375d1d3e4506a08266281935233 /doc
parentFixed bug#907. (diff)
downloadgnupg-69ae16636cb0800d37f5d9eee6bb3d4749e645f7.tar.gz
gnupg-69ae16636cb0800d37f5d9eee6bb3d4749e645f7.zip
Add command --locate-key.
Fix auto-key-locate processing of "nodefault".
Diffstat (limited to 'doc')
-rw-r--r--doc/gpg.texi18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi
index ed8661302..267870267 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -291,6 +291,10 @@ secret key is not usable (for example, if it was created via
@item --list-sigs
@opindex list-sigs
Same as @option{--list-keys}, but the signatures are listed too.
+@ifclear gpgone
+This command has the same effect as
+using @option{--list-keys} with @option{--with-sig-list}.
+@end ifclear
For each signature listed, there are several flags in between the "sig"
tag and keyid. These flags give additional information about each
@@ -308,6 +312,10 @@ command "tsign").
@item --check-sigs
@opindex check-sigs
Same as @option{--list-sigs}, but the signatures are verified.
+@ifclear gpgone
+This command has the same effect as
+using @option{--list-keys} with @option{--with-sig-check}.
+@end ifclear
The status of the verification is indicated by a flag directly following
the "sig" tag (and thus before the flags described above for
@@ -316,6 +324,16 @@ successfully verified, a "-" denotes a bad signature and a "%" is used
if an error occured while checking the signature (e.g. a non supported
algorithm).
+@ifclear gpgone
+@item --locate-keys
+@opindex locate-keys
+Locate the keys given as arguments. This command basically uses the
+same algorithm as used when locating keys for encryption or signing and
+may thus be used to see what keys @command{@gpgname} might use. In
+particular external methods as defined by @option{--auto-key-locate} may
+be used to locate a key. Only public keys are listed.
+@end ifclear
+
@item --fingerprint
@opindex fingerprint