mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: New option --compliance.
* g10/gpg.c (oCompliance): New. (opts): Add "--compliance". (parse_tofu_policy): Use a generic description string for "help". (parse_compliance_option): New. (main): Add option oCompliance. Factor out code for compliance setting to ... (set_compliance_option): new. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
809d67e740
commit
f86b1a15ad
2 changed files with 125 additions and 46 deletions
|
@ -2618,6 +2618,12 @@ this does is disable @option{--throw-keyids} and set
|
|||
@option{--escape-from-lines}. All algorithms are allowed except for the
|
||||
SHA224, SHA384, and SHA512 digests.
|
||||
|
||||
@item --compliance @var{string}
|
||||
@opindex compliance
|
||||
This option can be used instead of one of the options above. Valid
|
||||
values for @var{string} are the above option names (without the double
|
||||
dash) and possibly others as shown when using "help" for @var{value}.
|
||||
|
||||
@end table
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue