diff options
author | David Shaw <[email protected]> | 2003-04-07 22:23:42 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-04-07 22:23:42 +0000 |
commit | cf6fcc0b4bb70c4d7b66ed9ab66a922ae220c0ef (patch) | |
tree | 383e5b07649e44e394650b2a676155073f9e8bf6 /doc/DETAILS | |
parent | * dcigettext.c (plural_lookup): Name conflict on some platforms with (diff) | |
download | gnupg-cf6fcc0b4bb70c4d7b66ed9ab66a922ae220c0ef.tar.gz gnupg-cf6fcc0b4bb70c4d7b66ed9ab66a922ae220c0ef.zip |
* DETAILS: Don't specify which hash is used to make up the namehash since
it may change in the future.
* samplekeys.asc: Updated.
* gpg.sgml: Document "revuid". Clarify that --openpgp resets --pgpX.
Some cleanup of --no-xxx options, make sure that all SGML tags are closed,
clarify --pgp8 allows SHA-256, and document --no-emit-version.
* Makefile.am: Allow CVS version to build without faqprog.pl.
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 48e125c4c..8da2a0a5f 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -66,11 +66,11 @@ record. 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. For trust signatures, this is - the trust depth seperated by the trust value by a space. + For UID and UAT records, this is a hash of the user ID contents + used to represent that exact user ID. For trust signatures, + this is the trust depth seperated by the trust value by a + space. 9. Field: Ownertrust (primary public keys only) This is a single letter, but be prepared that additional information may follow in some future versions. For trust |