mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
437c97ab6a
commit
fd973ee1c1
2 changed files with 10 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue