diff options
author | Werner Koch <wk@gnupg.org> | 2022-10-31 15:01:24 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2022-10-31 15:01:24 +0100 |
commit | 03f04dfb9a03f0b10dfd7e01ee06df7495b95667 (patch) | |
tree | 8b962520e15974ceaeb92a26cf4a49b79088f1d9 /doc | |
parent | gpgsm: Also announce AES256-CBC in signatures. (diff) | |
download | gnupg2-03f04dfb9a03f0b10dfd7e01ee06df7495b95667.tar.xz gnupg2-03f04dfb9a03f0b10dfd7e01ee06df7495b95667.zip |
gpg: New option --compatibility-flags
* g10/gpg.c (oCompatibilityFlags): New.
(opts): Add option.
(compatibility_flags): New list.
(main): Set flags and print help.
* g10/options.h (opt): Add field compatibility_flags.
--
No flags are yet defined but it is good to have the framework.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 5c5bab6e5..59d5e578f 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2997,6 +2997,14 @@ therefore enables a fast listing of the encryption keys. @opindex interactive Prompt before overwriting any files. +@item --compatibility-flags @var{flags} +@opindex compatibility-flags +Set compatibility flags to work around problems due to non-compliant +keys 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 |