mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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.
This commit is contained in:
parent
ce63eaa4f8
commit
f0b373cec9
5 changed files with 76 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue