mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Add new field no 18 to the colon listing.
* g10/misc.c (gnupg_pk_is_compliant): New. * g10/keylist.c (print_compliance_flags): New. (list_keyblock_colon): Call it here. * sm/keylist.c (print_compliance_flags): New. (list_cert_colon): Call it here. -- This patch is to convey information about DE_VS compliant keys to the caller. The double digit value is used so that parsers do the right thing and don't just look for a single digit. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
e2c63a13e2
commit
fe0b37e123
5 changed files with 168 additions and 25 deletions
|
@ -218,6 +218,15 @@ described here.
|
|||
For pub, sub, sec, and ssb records this field is used for the ECC
|
||||
curve name.
|
||||
|
||||
*** Field 18 - Compliance flags
|
||||
|
||||
Space separated list of asserted compliance modes for this key.
|
||||
|
||||
Valid values are:
|
||||
|
||||
- 8 :: The key is compliant with RFC4880bis
|
||||
- 23 :: The key is compliant with compliance mode "de-vs".
|
||||
|
||||
** Special fields
|
||||
|
||||
*** PKD - Public key data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue