[git] GnuPG - branch, master, updated. gnupg-2.1.17-42-ge1f6833

by Andre Heinecke cvs at cvs.gnupg.org
Fri Jan 6 12:46:09 CET 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  e1f68337b979fe4b7c3bd095a83ea832e14efb74 (commit)
      from  858e14cd794e2a6125d51e652a754bbe26def997 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e1f68337b979fe4b7c3bd095a83ea832e14efb74
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Jan 6 12:26:01 2017 +0100

    doc: Document summary values of TOFU_STATS
    
    --
    
    Signed-off-by: Andre Heinecke <aheinecke at intevation.de>

diff --git a/doc/DETAILS b/doc/DETAILS
index 568500e..ac599fc 100644
--- a/doc/DETAILS
+++ b/doc/DETAILS
@@ -761,6 +761,19 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB:
     takes on value 0.  Instead, if there is a conflict, VALIDITY still
     reflects the key's validity (values: 1-4).
 
+    SUMMARY values use the euclidean distance (m = sqrt(a² + b²)) rather
+    then the sum of the magnitudes (m = a + b) to ensure a balance between
+    verified signatures and encrypted messages.
+
+    Values are calculated based on the number of days where a key was used
+    for verifying a signature or to encrypt to it.
+    The ranges for the values are:
+
+    - 1 :: signature_days + encryption_days == 0
+    - 2 :: 1 <= sqrt(signature_days² + encryption_days²) < 8
+    - 3 :: 8 <= sqrt(signature_days² + encryption_days²) < 42
+    - 4 :: sqrt(signature_days² + encryption_days²) >= 42
+
     SIGN-COUNT and ENCRYPTION-COUNT are the number of messages that we
     have seen that have been signed by this key / encryption to this
     key.

-----------------------------------------------------------------------

Summary of changes:
 doc/DETAILS | 13 +++++++++++++
 1 file changed, 13 insertions(+)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list