mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +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>
|
2002-12-23 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* samplekeys.asc: Updated.
|
* samplekeys.asc: Updated.
|
||||||
|
@ -43,6 +43,7 @@ record.
|
|||||||
o = Unknown (this key is new to the system)
|
o = Unknown (this key is new to the system)
|
||||||
i = The key is invalid (e.g. due to a missing self-signature)
|
i = The key is invalid (e.g. due to a missing self-signature)
|
||||||
d = The key has been disabled
|
d = The key has been disabled
|
||||||
|
(deprecated - use the 'D' in field 12 instead)
|
||||||
r = The key has been revoked
|
r = The key has been revoked
|
||||||
e = The key has expired
|
e = The key has expired
|
||||||
- = Unknown trust (i.e. no value assigned)
|
- = Unknown trust (i.e. no value assigned)
|
||||||
@ -85,9 +86,11 @@ record.
|
|||||||
e = encrypt
|
e = encrypt
|
||||||
s = sign
|
s = sign
|
||||||
c = certify
|
c = certify
|
||||||
A key may have any combination of them. The primary key has in
|
A key may have any combination of them in any order. In
|
||||||
addition to these letters, uppercase version of the letter to
|
addition to these letters, the primary key has uppercase
|
||||||
denote the _usable_ capabilities of the entire key.
|
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
|
13. Field: Used in FPR records for S/MIME keys to store the fingerprint of
|
||||||
the issuer certificate. This is useful to build the
|
the issuer certificate. This is useful to build the
|
||||||
certificate path based on certificates stored in the local
|
certificate path based on certificates stored in the local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user