diff --git a/doc/ChangeLog b/doc/ChangeLog index 628793a90..fd1c1b10b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2003-01-14 David Shaw + + * gpg.sgml: Minor language tweaks, spell check, copyright date, + etc. + + * DETAILS: Note that user IDs/UATs fill in creation and expiration + date. Document namehash. + 2003-01-06 David Shaw * DETAILS: Document disabled flag in capabilities field. diff --git a/doc/DETAILS b/doc/DETAILS index 2612afdd5..bcc975d6c 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -62,10 +62,13 @@ record. 17 = DSA (sometimes called DH, sign only) 20 = ElGamal (sign and encrypt) (for other id's see include/cipher.h) - 5. Field: KeyID either of - 6. Field: Creation Date (in UTC) - 7. Field: Key expiration date or empty if none. - 8. Field: Used for serial number in crt records (used to be the Local-ID) + 5. Field: KeyID + 6. Field: Creation Date (in UTC). For UID and UAT records, this is the + self-signature date. + 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). + For UID and UAT records, this is the namehash: a RIPEMD/160 hash + of the user ID contents. 9. Field: Ownertrust (primary public keys only) This is a single letter, but be prepared that additional information may follow in some future versions. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 9f7650ae1..de1724aff 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1,5 +1,5 @@