diff options
author | Werner Koch <[email protected]> | 2024-09-09 15:33:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-09-09 15:33:29 +0000 |
commit | cd79fc39736fda6ce38f1f79700cf658c47372f9 (patch) | |
tree | e4da5d060c6d487dbe7897ec7bf9441814b69e27 /NEWS | |
parent | core: Treat email-only user IDs with upper case letters as email address (diff) | |
download | gpgme-cd79fc39736fda6ce38f1f79700cf658c47372f9.tar.gz gpgme-cd79fc39736fda6ce38f1f79700cf658c47372f9.zip |
core: New encryption flags GPGME_ENCRYPT_ADD_RECP and _CHG_RECP.
* src/gpgme.h.in (GPGME_ENCRYPT_ADD_RECP, GPGME_ENCRYPT_CHG_RECP):
New flag values.
* src/engine-gpg.c (have_cmd_modify_recipients): New.
(gpg_encrypt): Check availability of the feature and prepare command.
* tests/run-encrypt.c (main): New options --add-recipients
and --change-recipients.
--
GnuPG-bug-id: 1825
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,8 @@ Noteworthy changes in version 1.24.0 (unrelease) easier and to allow enabling/disabling of keys (requires GnuPG 2.4.6). [T7239] + * New flag to re-encrypt OpenPGP data (requires GnuPG 2.5.1). [T1825] + * cpp: Provide information about designated revocation keys for a Key. [T7118] @@ -49,6 +51,8 @@ Noteworthy changes in version 1.24.0 (unrelease) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPGME_ENCRYPT_FILE NEW. GPGME_SIG_MODE_FILE NEW. + GPGME_ENCRYPT_ADD_RECP NEW. + GPGME_ENCRYPT_CHG_RECP NEW. gpgme_key_t EXTENDED: New field 'revkeys'. gpgme_revocation_key_t NEW. gpgme_set_ctx_flag EXTENDED: New flag 'import-options'. |