diff options
author | David Shaw <[email protected]> | 2003-01-06 21:12:34 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-01-06 21:12:34 +0000 |
commit | fd6d6fd147973d5c6c86329cc506ff7e3bf7bde2 (patch) | |
tree | 5eeb1293f9a9c230cb988bed9bac5a25bcc13acc | |
parent | * keylist.c (print_capabilities): Show 'D' for disabled keys in (diff) | |
download | gnupg-fd6d6fd147973d5c6c86329cc506ff7e3bf7bde2.tar.gz gnupg-fd6d6fd147973d5c6c86329cc506ff7e3bf7bde2.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 43adf6028..628793a90 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-27 David Shaw <[email protected]> * gpg.sgml: Clarify --no-permission-warning to note that the diff --git a/doc/DETAILS b/doc/DETAILS index b9599f12d..2612afdd5 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 |