diff options
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. |