diff options
author | Ingo Klöcker <[email protected]> | 2023-12-19 10:26:15 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-12-19 12:12:59 +0000 |
commit | 5efd3486a9fa9f4b0f383aca2f2f01412e73237c (patch) | |
tree | 01d62e7da673d239c19b0e221cfc919da8b1aa0d /NEWS | |
parent | core: Support direct signing of file with gpg (diff) | |
download | gpgme-5efd3486a9fa9f4b0f383aca2f2f01412e73237c.tar.gz gpgme-5efd3486a9fa9f4b0f383aca2f2f01412e73237c.zip |
core: Support writing the decrypt/verify output directly to a fileikloecker/t6550
* src/engine-gpg.c (gpg_decrypt): Pass output file name to gpg if output
has file name set.
(gpg_verify): Ditto.
* tests/run-decrypt.c (show_usage): New option --output.
(main): Parse new option. Set file name on output if --output is given.
Do not print output if --output is given.
* tests/run-verify.c (show_usage): New option --output.
(main): Parse new option. Set file name on output if --output is given.
--
This change makes it possible to tell gpg to write the output (i.e. the
decrypted/verified data) directly to a file with given file name instead
of piping the output back to gpgme.
GnuPG-bug-id: 6550
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ Noteworthy changes in version 1.23.3 (unrelease) ------------------------------------------------- + * Extended gpgme_op_decrypt* and gpgme_op_verify* to allow writing the + output directly to a file. [T6550] + * Extended gpgme_op_encrypt*, gpgme_op_encrypt_sign*, and gpgme_op_sign* to allow reading the input data directly from a file. [T6550] |