diff options
author | Werner Koch <[email protected]> | 2023-08-31 10:02:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-08-31 10:02:02 +0000 |
commit | d75b2a91517397261c2508dba058611f803c0733 (patch) | |
tree | 380b1f0e36039b170deb559f18dafbde737ab60f /NEWS | |
parent | qt: Allow specifying user IDs to use when refreshing keys via WKD (diff) | |
download | gpgme-d75b2a91517397261c2508dba058611f803c0733.tar.gz gpgme-d75b2a91517397261c2508dba058611f803c0733.zip |
Support GPGME_ENCRYPT_ALWAYS_TRUST also for S/MIME.
* src/engine-gpgsm.c (gpgsm_encrypt): Send the always-trust options.
* tests/run-encrypt.c: Add option --always-trust.
--
Note that the run-encrypt test tool used to assume always-trust for
OpenPGP since 1.7.0 This bug has also been fixed by introducing the
explicit option.
GnuPG-bug-id: 6559
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,8 @@ -Noteworthy changes in version 1.22.1 (unreleased) +Noteworthy changes in version 1.23.0 (unreleased) ------------------------------------------------- + * Support GPGME_ENCRYPT_ALWAYS_TRUST also for S/MIME. [T6559] + * qt: Support refreshing keys via WKD. [T6672] * Interface changes relative to the 1.22.0 release: @@ -8,6 +10,7 @@ Noteworthy changes in version 1.22.1 (unreleased) qt: Protocol::wkdRefreshJob NEW. qt: WKDRefreshJob NEW. + Noteworthy changes in version 1.22.0 (2023-08-21) ------------------------------------------------- |