doc: Add --binary option for the OUTPUT command of an uiserver.
This commit is contained in:
parent
ff84d8d894
commit
393a9471f2
@ -77,11 +77,12 @@ time replaces the file descriptor set by the last one.
|
|||||||
@c %Libassuan manual}, on how to do descriptor passing.
|
@c %Libassuan manual}, on how to do descriptor passing.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Command OUTPUT FD=@var{n}
|
@deffn Command OUTPUT FD=@var{n} [--binary]
|
||||||
Set the file descriptor to be used for the output (i.e. the encrypted
|
Set the file descriptor to be used for the output (i.e. the encrypted
|
||||||
message) to @var{n}. For OpenPGP, the output needs to be ASCII armored;
|
message) to @var{n}. If the option @code{--binary} is given the
|
||||||
for CMS, the output needs to be Base-64 encoded. For details on the
|
output shall be in binary format; if not given, the output for OpenPGP
|
||||||
file descriptor, see the @code{INPUT} command.
|
needs to be ASCII armored and for CMS Base-64 encoded. For details on
|
||||||
|
the file descriptor, see the @code{INPUT} command.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
@ -193,12 +194,13 @@ descriptor, see the description of @code{INPUT} in the @code{ENCRYPT}
|
|||||||
section.
|
section.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Command OUTPUT FD=@var{n}
|
@deffn Command OUTPUT FD=@var{n} [--binary]
|
||||||
Set the file descriptor to be used for the output. The output is either
|
Set the file descriptor to be used for the output. The output is
|
||||||
the complete signed message or in case of a detached signature just that
|
either the complete signed message or in case of a detached signature
|
||||||
detached signature. For OpenPGP, the output needs to be ASCII armored;
|
just that detached signature. If the option @code{--binary} is given
|
||||||
for CMS, the output needs to be Base-64 encoded. For details on the
|
the output shall be in binary format; if not given, the output for
|
||||||
file descriptor, see the @code{INPUT} command.
|
OpenPGP needs to be ASCII armored and for CMS Base-64 encoded. For
|
||||||
|
details on the file descriptor, see the @code{INPUT} command.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
|
Loading…
Reference in New Issue
Block a user