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 /doc/gpgme.texi | |
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 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 354ec5ab..a630e0e2 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -3290,6 +3290,14 @@ manual and the gpg man page under the option @option{--import-options}. Setting the @var{value} to "1" forces the GPG backend to disable the automatic check of the trust database. +@item "proc-all-sigs" +@since{1.24.0} +Setting the @var{value} to "1" forces the GPG backend not to stop +signature checking of data after a bad signatures. This option is +ignored if the backend itself does not support the --proc-all-sigs +option. + + @end table This function returns @code{0} on success. |