Decryption may include the verification of OpenPGP messages. This is due to the often used combined signing/encryption modus of OpenPGP. The client may pass an option to the server to inhibit the signature verification. The following two commands are required to set the input and output file descriptors:
Set the file descriptor for the message to be decrypted to n. The message send to the server is either binary encoded or — in the case of OpenPGP — ASCII armored. For details on the file descriptor, see the description of
INPUTin theENCRYPTsection.
Set the file descriptor to be used for the output. The output is binary encoded. For details on the file descriptor, see the description of
INPUTin theENCRYPTsection.
The decryption is started with the command:
name is the encryption protocol used for the message. For a description of the allowed protocols see the
ENCRYPTcommand. This argument is mandatory. If the option --no-verify is given, the server should not try to verify a signature, in case the input data is an OpenPGP combined message.