diff options
author | Werner Koch <[email protected]> | 2024-08-23 10:26:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-08-23 11:35:58 +0000 |
commit | 37aa9eee7c5696c7b79898a33f9c2883962c2a88 (patch) | |
tree | 82a1e0c8fedd549cb68376752002018ebbad2951 /NEWS | |
parent | qt,tests: Add make target to clean the keyring (diff) | |
download | gpgme-37aa9eee7c5696c7b79898a33f9c2883962c2a88.tar.gz gpgme-37aa9eee7c5696c7b79898a33f9c2883962c2a88.zip |
New context flag "proc-all-sigs".
* src/context.h (struct gpgme_context): Add proc_all_sigs.
* src/gpgme.c (gpgme_set_ctx_flag): Add flag "proc-all-sigs".
(gpgme_get_ctx_flag): Ditto.
* src/engine-gpg.c (engine.gpg): Add flags.proc_all_sigs.
(have_option_proc_all_sigs): New.
(gpg_set_engine_flags): Set flag from context.
(build_argv): Add --proc-all-sigs if requested and supported.
--
GnuPG-bug-id: 7261
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ Noteworthy changes in version 1.24.0 (unrelease) * New context flag "import-options". [T7152] + * New context flag "proc-all-sigs". [T7261] + * New function gpgme_op_setownertrust to make changing the owner trust easier and to allow enabling/disabling of keys (requires GnuPG 2.4.6). [T7239] |