diff options
author | Werner Koch <[email protected]> | 2022-06-13 15:46:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-06-13 15:50:26 +0000 |
commit | f0b373cec93bb01f02b9c0a3ab1f3e242b381c3f (patch) | |
tree | 7c54cfd4a2bcbdc24a85edd15974fae517712c06 /doc/gpgsm.texi | |
parent | common: New function parse_compatibility_flags. (diff) | |
download | gnupg-f0b373cec93bb01f02b9c0a3ab1f3e242b381c3f.tar.gz gnupg-f0b373cec93bb01f02b9c0a3ab1f3e242b381c3f.zip |
gpgsm: New option --compatibility-flags.
* sm/gpgsm.c (oCompatibilityFlags): New option.
(compatibility_flags): new.
(main): Parse and print them in verbose mode.
* sm/gpgsm.h (opt): Add field compat_glags.:
(COMPAT_ALLOW_KA_TO_ENCR): New.
* sm/keylist.c (print_capabilities): Take care of the new flag.
* sm/certlist.c (cert_usage_p): Ditto.
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 57d807d81..a328ea5f0 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -733,6 +733,14 @@ Include ephemeral flagged keys in the output of key listings. Note that they are included anyway if the key specification for a listing is given as fingerprint or keygrip. +@item --compatibility-flags @var{flags} +@opindex compatibility-flags +Set compatibility flags to work around problems due to non-compliant +certificates or data. The @var{flags} are given as a comma separated +list of flag names and are OR-ed together. The special flag "none" +clears the list and allows to start over with an empty list. To get a +list of available flags the sole word "help" can be used. + @item --debug-level @var{level} @opindex debug-level Select the debug level for investigating problems. @var{level} may be |