mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
* DETAILS: Document disabled flag in capabilities field.
This commit is contained in:
parent
fad1d22621
commit
462b2f93ca
@ -1,3 +1,7 @@
|
||||
2003-01-06 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* DETAILS: Document disabled flag in capabilities field.
|
||||
|
||||
2002-12-23 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* samplekeys.asc: Updated.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user