diff options
author | Werner Koch <[email protected]> | 2016-05-31 13:43:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-05-31 13:51:18 +0000 |
commit | 67a4bc8d536f6997f14daff4c039abd48a172100 (patch) | |
tree | 743e50929a97c4d54e0ea13a5b2b15fa79f76a07 /doc | |
parent | build: Fix URL. (diff) | |
download | gnupg-67a4bc8d536f6997f14daff4c039abd48a172100.tar.gz gnupg-67a4bc8d536f6997f14daff4c039abd48a172100.zip |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 9 |
1 files changed, 6 insertions, 3 deletions
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 <name> + - NOTATION_FLAGS <critical> <human_readable> - NOTATION_DATA <string> - <name> and <string> are %XX escaped; the data may be split among - several NOTATION_DATA lines. + <name> and <string> 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 <string> Note that URL in <string> is %XX escaped. |