From 1129ab89798e3c9bbfc3b58652dd6a4fddb451c0 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Fri, 21 Jun 2002 19:46:30 +0000 Subject: [PATCH] * DETAILS: Document "uat". * gpg.sgml: Document --personal-{compress|digest|compress}-preferences, --group, and add comments to --expert. --- doc/ChangeLog | 8 ++++++++ doc/DETAILS | 5 ++++- doc/gpg.sgml | 48 +++++++++++++++++++++++++++++++++++++++--------- 3 files changed, 51 insertions(+), 10 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 06638f9a1..1832da00a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2002-06-21 David Shaw + + * DETAILS: Document "uat". + + * gpg.sgml: Document + --personal-{compress|digest|compress}-preferences, --group, and + add comments to --expert. + 2002-06-17 Werner Koch * gpg.sgml: Grammar fix. diff --git a/doc/DETAILS b/doc/DETAILS index 6120fc61f..9170d5b93 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -29,6 +29,7 @@ record. sec = secret key ssb = secret subkey (secondary key) uid = user id (only field 10 is used). + uat = user attribute (same as user id except for field 10). sig = signature rev = revocation signature fpr = fingerprint: (fingerprint is in field 10) @@ -65,7 +66,9 @@ record. information may follow in some future versions. 10. Field: User-ID. The value is quoted like a C string to avoid 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. + A UAT record puts the attribute subpacket count here, a + space, and then the total attribute subpacket size. In gpgsm the issuer name comes here An FPR record stores the fingerprint here. The fingerprint of an revocation key is stored here. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 59d9c9edf..145ad7c52 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1,5 +1,5 @@