diff options
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index cf779d27d..b5431d004 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -238,8 +238,10 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: - Field 4 :: signcount - The number of signatures seen. - Field 5 :: encrcount - The number of encryptions done. - Field 6 :: policy - A string with the policy - - Field 7 :: first-seen - a timestamp or 0 if not known. - - Field 8 :: most-recent-seen - a timestamp or 0 if not known. + - Field 7 :: signture-first-seen - a timestamp or 0 if not known. + - Field 8 :: signature-most-recent-seen - a timestamp or 0 if not known. + - Field 9 :: encryption-first-done - a timestamp or 0 if not known. + - Field 10 :: encryption-most-recent-done - a timestamp or 0 if not known. *** TRU - Trust database information Example for a "tru" trust base record: @@ -715,7 +717,7 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: userid encoded in UTF-8 and percent escaped. The fingerprint is indentical for all TOFU_USER lines up to a NEWSIG line. -*** TOFU_STATS <validity> <sign-count> 0 [<policy> [<tm1> <tm2>]] +*** TOFU_STATS <validity> <sign-count> 0 [<policy> [<tm1> <tm2> <tm3> <tm4>]] Statistics for the current user id. @@ -734,9 +736,11 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: - ask :: Policy is "ask" - unknown :: Policy is not known. - TM1 ist the time the first messages was verified. TM2 is the time - the most recent message was verified. Both may either be seconds - since Epoch or an ISO time string (yyyymmddThhmmss). + TM1 ist the time the first message was verified. TM2 is the time + the most recent message was verified. TM3 is the time the first + message was encrypted. TM4 is the most recent encryption. All may + either be seconds since Epoch or an ISO time string + (yyyymmddThhmmss). *** TOFU_STATS_SHORT <long_string> |