diff options
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index f1abda930..315f56e31 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1138,6 +1138,18 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: *** BEGIN_STREAM, END_STREAM Used to issued by the experimental pipemode. +** Inter-component codes + Status codes are also used between the components of the GnuPG + system via the Assuan S lines. Some of them are documented here: + +*** PUBKEY_INFO <n> <ubid> + The type of the public key in the following D-lines or + communicated via a pipe. <n> is the value of =enum pubkey_types= + and <ubid> the Unique Blob ID (UBID) which is a SHA-1 digest the + entire blob here formatted in hex. The consumer of this status + line should be prepared to see a <ubid> of up to 64 characters. + Note that the keyboxd SEARCH command can be used to lookup the + public key using the <ubid> prefixed with a caret (^). * Format of the --attribute-fd output |