diff options
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index bab961499..b8f360e35 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1171,7 +1171,7 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: 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> +*** PUBKEY_INFO <n> <ubid> <flags> 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 the fingerprint of @@ -1179,6 +1179,10 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: that the keyboxd SEARCH command can be used to lookup the public key using the <ubid> prefixed with a caret (^). + <flags> is a string extra information about the blob. The first + byte is either '-' for standard key or 'e' for an ephemeral key. + The second byte is either '-' or 'r' for a known revoked key. + *** KEYPAIRINFO <grip> <keyref> [<usage>] [<keytime>] This status is emitted by scdaemon and gpg-agent to convey brief |