mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
overhauled the trustdb stuff
This commit is contained in:
parent
b9dd2ebb2c
commit
aad7f1a0fc
2 changed files with 347 additions and 273 deletions
18
doc/FAQ
18
doc/FAQ
|
@ -282,6 +282,20 @@
|
|||
For more see the chapter "The Web of Trust" in the
|
||||
Manual [gpg: Oops: Internal error: manual not found - sorry]
|
||||
|
||||
|
||||
|
||||
Q: How do interpret some of the informational outputs:
|
||||
A: While checking the validness of a key, GnuPG sometimes print
|
||||
some informations which are prefixed with information about
|
||||
the checked item:
|
||||
"key 12345678.3456"
|
||||
This is about the key with key ID 12345678 and the internal
|
||||
number 3456, which is the record number of the so called
|
||||
directory record in the trustdb.
|
||||
"uid 12345678.3456/ACDE"
|
||||
This is about the user ID for the same key; to identify the
|
||||
user ID the last two bytes of a ripe-md-160 over the user ID
|
||||
tring is printed.
|
||||
"sig 12345678.3456/ACDE/9A8B7C6D"
|
||||
This is about the signature with key ID 9A8B7C6D for the
|
||||
above key and user ID, if it is a signature which is direct
|
||||
on a key, the user ID part is empty (..//..).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue