From 67a4bc8d536f6997f14daff4c039abd48a172100 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 31 May 2016 15:43:51 +0200 Subject: gpg: New status code NOTATION_FLAGS. * common/status.h (STATUS_NOTATION_FLAGS: New. * g10/packet.h (struct notation): Add flags.human. (notation_t): New typedef. * g10/build-packet.c (sig_to_notation): Set flags.human. * g10/keylist.c (show_notation): Write STATUS_NOTATION_FLAGS. --- doc/DETAILS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/DETAILS b/doc/DETAILS index 59f8d5619..d2df9ace4 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -520,14 +520,17 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: letter 'T'. *** NOTATION_ - There are actually two related status codes to convey notation + There are actually three related status codes to convey notation data: - NOTATION_NAME + - NOTATION_FLAGS - NOTATION_DATA - and are %XX escaped; the data may be split among - several NOTATION_DATA lines. + and are %XX escaped. The data may be split among + several NOTATION_DATA lines. NOTATION_FLAGS is emitted after + NOTATION_NAME and gives the critical and human readable flags; + the flag values are either 0 or 1. *** POLICY_URL Note that URL in is %XX escaped. -- cgit v1.2.3