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

gpg: New option --proc-all-sigs

* g10/options.h (flags): Add proc_all_sigs.
* g10/mainproc.c (check_sig_and_print): Do not stop signature checking
if this new option is used.
* g10/gpg.c (oProcAllSigs): New.
(opts): Add "proc-all-sigs".
(main): Set it.
--

GnuPG-bug-id: 7261
Backported-from-master: 1eb382fb1f
(cherry picked from commit cb739bb2a5)
This commit is contained in:
Werner Koch 2024-08-23 11:27:58 +02:00
parent a891e55f15
commit 5276a1373c
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
5 changed files with 21 additions and 1 deletions

View file

@ -270,6 +270,12 @@ is designed to compare signed data against a list of trusted keys and
returns with success only for a good signature. It has its own manual
page.
Note: With option @option{--batch} the verification of signatures
stops at the first bad signature. This is a safe default for
unattended processing but sometimes a status for all signatures is
needed. To override this early bailout use the option
@option{--proc-all-sigs}.
@item --multifile
@opindex multifile
@ -1307,6 +1313,10 @@ Assume "yes" on most questions. Should not be used in an option file.
@opindex no
Assume "no" on most questions. Should not be used in an option file.
@item --proc-all-sigs
@opindex proc-all-sigs
This option overrides the behaviour of the @option{--batch} option to
stop signature verification at the first bad signatures.
@item --list-options @var{parameters}
@opindex list-options