mirror of
git://git.gnupg.org/gnupg.git
synced 2025-06-14 18:31:03 +02:00
* DETAILS: Document "tru" trust record. Document REVKEYSIG status tag.
This commit is contained in:
parent
fe2451d0e3
commit
663e62980a
@ -1,3 +1,8 @@
|
|||||||
|
2003-07-27 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* DETAILS: Document "tru" trust record. Document REVKEYSIG status
|
||||||
|
tag.
|
||||||
|
|
||||||
2003-07-02 David Shaw <dshaw@jabberwocky.com>
|
2003-07-02 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpg.sgml: Warning not to try and parse --list-keys in scripts.
|
* gpg.sgml: Warning not to try and parse --list-keys in scripts.
|
||||||
@ -8,12 +13,12 @@
|
|||||||
|
|
||||||
2003-06-18 David Shaw <dshaw@jabberwocky.com>
|
2003-06-18 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* Add pointer in --ignore-time-conflict to see --ignore-valid
|
* gpg.sgml: Add pointer in --ignore-time-conflict to see
|
||||||
from, and vice versa.
|
--ignore-valid from, and vice versa.
|
||||||
|
|
||||||
* Document --set-notation. Explain why it is not possible to
|
* gpg.sgml: Document --set-notation. Explain why it is not
|
||||||
disable permission warnings in the gpg.conf file about the
|
possible to disable permission warnings in the gpg.conf file about
|
||||||
homedir.
|
the homedir.
|
||||||
|
|
||||||
2003-05-21 David Shaw <dshaw@jabberwocky.com>
|
2003-05-21 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
21
doc/DETAILS
21
doc/DETAILS
@ -36,6 +36,7 @@ record.
|
|||||||
pkd = public key data (special field format, see below)
|
pkd = public key data (special field format, see below)
|
||||||
grp = reserved for gpgsm
|
grp = reserved for gpgsm
|
||||||
rvk = revocation key
|
rvk = revocation key
|
||||||
|
tru = trust database information
|
||||||
|
|
||||||
2. Field: A letter describing the calculated trust. This is a single
|
2. Field: A letter describing the calculated trust. This is a single
|
||||||
letter, but be prepared that additional information may follow
|
letter, but be prepared that additional information may follow
|
||||||
@ -116,6 +117,21 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB:
|
|||||||
! !------ for information number of bits in the value
|
! !------ for information number of bits in the value
|
||||||
!--------- index (eg. DSA goes from 0 to 3: p,q,g,y)
|
!--------- index (eg. DSA goes from 0 to 3: p,q,g,y)
|
||||||
|
|
||||||
|
|
||||||
|
The "tru" trust database records have the fields:
|
||||||
|
|
||||||
|
1: Reason for staleness of trust. If this field is empty, then the
|
||||||
|
trustdb is not stale. This field may have multiple flags in it:
|
||||||
|
|
||||||
|
o: Trustdb is old
|
||||||
|
t: Trustdb was built with a different trust model than the one we
|
||||||
|
are using now.
|
||||||
|
|
||||||
|
2: Trust model. This is always zero (i.e. "Classic") in this version
|
||||||
|
of GnuPG.
|
||||||
|
3: Date trustdb was created in seconds since 1/1/1970.
|
||||||
|
4: Date trustdb will expire in seconds since 1/1/1970.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Format of the "--status-fd" output
|
Format of the "--status-fd" output
|
||||||
@ -143,6 +159,11 @@ more arguments in future versions.
|
|||||||
made by an expired key. The username is the primary one
|
made by an expired key. The username is the primary one
|
||||||
encoded in UTF-8 and %XX escaped.
|
encoded in UTF-8 and %XX escaped.
|
||||||
|
|
||||||
|
REVKEYSIG <long keyid> <username>
|
||||||
|
The signature with the keyid is good, but the signature was
|
||||||
|
made by a revoked key. The username is the primary one
|
||||||
|
encoded in UTF-8 and %XX escaped.
|
||||||
|
|
||||||
BADSIG <long keyid> <username>
|
BADSIG <long keyid> <username>
|
||||||
The signature with the keyid has not been verified okay.
|
The signature with the keyid has not been verified okay.
|
||||||
The username is the primary one encoded in UTF-8 and %XX
|
The username is the primary one encoded in UTF-8 and %XX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user