mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-24 15:17:02 +01:00
* DETAILS: Document trust depth, value, and regexp.
This commit is contained in:
parent
2659e53b6e
commit
e20701b7e5
@ -1,3 +1,7 @@
|
|||||||
|
2003-01-27 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* DETAILS: Document trust depth, value, and regexp.
|
||||||
|
|
||||||
2003-01-14 David Shaw <dshaw@jabberwocky.com>
|
2003-01-14 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpg.sgml: Minor language tweaks, spell check, copyright date,
|
* gpg.sgml: Minor language tweaks, spell check, copyright date,
|
||||||
|
@ -66,12 +66,16 @@ record.
|
|||||||
6. Field: Creation Date (in UTC). For UID and UAT records, this is the
|
6. Field: Creation Date (in UTC). For UID and UAT records, this is the
|
||||||
self-signature date.
|
self-signature date.
|
||||||
7. Field: Key or user ID/user attribute expiration date or empty if none.
|
7. Field: Key or user ID/user attribute expiration date or empty if none.
|
||||||
|
|
||||||
8. Field: Used for serial number in crt records (used to be the Local-ID).
|
8. Field: Used for serial number in crt records (used to be the Local-ID).
|
||||||
For UID and UAT records, this is the namehash: a RIPEMD/160 hash
|
For UID and UAT records, this is the namehash: a RIPEMD/160 hash
|
||||||
of the user ID contents.
|
of the user ID contents. For trust signatures, this is
|
||||||
|
the trust depth seperated by the trust value by a space.
|
||||||
9. Field: Ownertrust (primary public keys only)
|
9. Field: Ownertrust (primary public keys only)
|
||||||
This is a single letter, but be prepared that additional
|
This is a single letter, but be prepared that additional
|
||||||
information may follow in some future versions.
|
information may follow in some future versions. For trust
|
||||||
|
signatures with a regular expression, this is the regular
|
||||||
|
expression value, quoted as in field 10.
|
||||||
10. Field: User-ID. The value is quoted like a C string to avoid
|
10. Field: User-ID. The value is quoted like a C string to avoid
|
||||||
control characters (the colon is quoted "\x3a").
|
control characters (the colon is quoted "\x3a").
|
||||||
This is not used with --fixed-list-mode in gpg.
|
This is not used with --fixed-list-mode in gpg.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user