From fe0b37e123ded51cc5f4cb5e3547fdfbce37a43e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 20 Mar 2017 10:09:40 +0100 Subject: 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 --- doc/DETAILS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/DETAILS b/doc/DETAILS index 8c1187287..cfe70e1df 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -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 -- cgit v1.2.3