diff options
author | David Shaw <[email protected]> | 2003-01-06 21:10:41 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-01-06 21:10:41 +0000 |
commit | 462b2f93ca37bfc939de83e2ef4b2ccdd5bd579d (patch) | |
tree | a64e149ea8754b2528f2294a72f2df2b82b67031 | |
parent | * keylist.c (print_capabilities): Show 'D' for disabled keys in (diff) | |
download | gnupg-462b2f93ca37bfc939de83e2ef4b2ccdd5bd579d.tar.gz gnupg-462b2f93ca37bfc939de83e2ef4b2ccdd5bd579d.zip |
* DETAILS: Document disabled flag in capabilities field.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/DETAILS | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index ebcb94795..20d4bcf7f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-06 David Shaw <[email protected]> + + * DETAILS: Document disabled flag in capabilities field. + 2002-12-23 Werner Koch <[email protected]> * samplekeys.asc: Updated. diff --git a/doc/DETAILS b/doc/DETAILS index d37fda408..a6ba06c5e 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -43,6 +43,7 @@ record. o = Unknown (this key is new to the system) i = The key is invalid (e.g. due to a missing self-signature) d = The key has been disabled + (deprecated - use the 'D' in field 12 instead) r = The key has been revoked e = The key has expired - = Unknown trust (i.e. no value assigned) @@ -85,9 +86,11 @@ record. e = encrypt s = sign c = certify - A key may have any combination of them. The primary key has in - addition to these letters, uppercase version of the letter to - denote the _usable_ capabilities of the entire key. + A key may have any combination of them in any order. In + addition to these letters, the primary key has uppercase + versions of the letters to denote the _usable_ + capabilities of the entire key, and a potential letter 'D' + to indicate a disabled key. 13. Field: Used in FPR records for S/MIME keys to store the fingerprint of the issuer certificate. This is useful to build the certificate path based on certificates stored in the local |