1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

gpg-mail-tube: New utility.

* tools/gpg-mail-tube.c: New.
* tools/Makefile.am: Add it.
--

Backported-from-master: 28a080bc9f

We had to use the old spawn interface from gnupg-2.4 here.
This commit is contained in:
Werner Koch 2024-06-28 17:51:18 +02:00
parent 2130760904
commit a564a9f66c
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
5 changed files with 920 additions and 3 deletions

2
NEWS
View file

@ -28,6 +28,8 @@ Noteworthy changes in version 2.4.6 (unreleased)
* gpgconf: Check readability of some files with -X and change its
output format. [rG759adb2493]
* gpg-mail-tube: New tool to apply PGP/MIME encryption to a mail.
* Fix some uninitialized variables and double frees in error code
paths. [T7129]