diff options
author | Werner Koch <[email protected]> | 2016-05-21 09:06:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-05-21 09:06:24 +0000 |
commit | fd973ee1c18aa8fe764e09ba4dff589309b2d78d (patch) | |
tree | 24e67820454ac0012fa5b0b455aaf23b63a4935a /doc/DETAILS | |
parent | gpg: Print "[ never ]" instead of err for validity. (diff) | |
download | gnupg-fd973ee1c18aa8fe764e09ba4dff589309b2d78d.tar.gz gnupg-fd973ee1c18aa8fe764e09ba4dff589309b2d78d.zip |
gpg: Fix the TOFU_STATS_LONG status.
* g10/tofu.c (show_statistics): Print TOFU STATS with formatting
characters.
--
We better leave the non-breaking space character in the status
messages so that the caller can make use of them.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 271000749..59f8d5619 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -688,7 +688,7 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: This status identifies the key and the userid for all following Tofu information. The fingerprint is the fingerprint of the - primary key and the mbox is in general the mailbox part of the + primary key and the mbox is in general the addr-spec part of the userid encoded in UTF-8 and percent escaped. *** TOFU_STATS <validity> <sign-count> 0 [<policy> [<tm1> <tm2>]] @@ -730,8 +730,8 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: *** PKA_TRUST_ This is is one: - - PKA_TRUST_GOOD <mailbox> - - PKA_TRUST_BAD <mailbox> + - PKA_TRUST_GOOD <addr-spec> + - PKA_TRUST_BAD <addr-spec> Depending on the outcome of the PKA check one of the above status codes is emitted in addition to a =TRUST_*= status. |