1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-14 00:19:50 +02:00

Mention status messages in the documentation.

Note INQUIRE_MAXLEN.
This commit is contained in:
Ben Kibbey 2012-04-03 20:53:23 -04:00 committed by Werner Koch
parent a577f06c4a
commit 99fc61f1cf

View File

@ -796,6 +796,14 @@ certificate is that it will be possible to use the same keypair for
different protocols, thereby saving space on the token used to keep the different protocols, thereby saving space on the token used to keep the
secret keys. secret keys.
@ifset gpgtwoone
The @command{gpg-agent} may send status messages during a command or when
returning from a command to inform a client about the progress or result of an
operation. For example, the @var{INQUIRE_MAXLEN} status message may be sent
during a server inquire to inform the client of the maximum usable length of
the inquired data (which should not be exceeded).
@end ifset
@menu @menu
* Agent PKDECRYPT:: Decrypting a session key * Agent PKDECRYPT:: Decrypting a session key
* Agent PKSIGN:: Signing a Hash * Agent PKSIGN:: Signing a Hash