diff options
author | Werner Koch <[email protected]> | 2007-06-25 11:54:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-25 11:54:43 +0000 |
commit | 831cd76256290541a102bc660442918c95a65e6c (patch) | |
tree | c5b54be81f3530fee16f7d6ecf832a235bdba222 /doc | |
parent | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ... (diff) | |
download | gnupg-831cd76256290541a102bc660442918c95a65e6c.tar.gz gnupg-831cd76256290541a102bc660442918c95a65e6c.zip |
Fixed a problem in estream-printf.c.
Changes for Windows (gpgsm -k does now work).
Minor cleanups.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpg.texi | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 27546e08f..7123c5d71 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-06-22 Werner Koch <[email protected]> + + * gpg.texi (Operational GPG Commands): Describe the flags used by + --check-sigs. + 2007-06-21 Werner Koch <[email protected]> * gpgsm.texi (Certificate Management): Changed description of diff --git a/doc/gpg.texi b/doc/gpg.texi index b46036e41..409320a7c 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -309,6 +309,14 @@ command "tsign"). @opindex check-sigs Same as @option{--list-sigs}, but the signatures are verified. +The status of the verification is indicated by a flag directly following +the "sig" tag (and thus before the flags described above for +@option{--list-sigs}). A "!" indicates that the signature has been +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). + + @item --fingerprint @opindex fingerprint List all keys (or the specified ones) along with their |