mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* DETAILS: Add the 'a' value for field 12 and the new field 15.
* keylist.c (list_keyblock_print): Denote secrets keys stored on a card with an '>'. Print the '#' also for subkeys. (list_keyblock_colon): Introduce new field 15 for sec/ssb to print the serial number.
This commit is contained in:
parent
c43bc4f52d
commit
be239a058a
4 changed files with 54 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-10-28 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* DETAILS: Add the 'a' value for field 12 and the new field 15.
|
||||
|
||||
2003-10-01 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* samplekeys.asc: Update 99242560.
|
||||
|
|
|
@ -94,6 +94,7 @@ record.
|
|||
e = encrypt
|
||||
s = sign
|
||||
c = certify
|
||||
a = authentication
|
||||
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_
|
||||
|
@ -116,6 +117,9 @@ record.
|
|||
|
||||
14. Field Flag field used in the --edit menu output:
|
||||
|
||||
15. Field Used in sec/sbb to print the serial number of a token
|
||||
(internal protect mode 1002) or a '#' if that key is a
|
||||
simple stub (internal protect mode 1001)
|
||||
|
||||
All dates are displayed in the format yyyy-mm-dd unless you use the
|
||||
option --fixed-list-mode in which case they are displayed as seconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue