mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
"sigclass" patch - adds key signature class levels, notation and policy-url
displays in key listings, and shows flags for signature features.
This commit is contained in:
parent
934ac0bd7d
commit
46efe28815
10 changed files with 286 additions and 22 deletions
|
@ -65,6 +65,7 @@ struct {
|
|||
const char *def_secret_key;
|
||||
char *def_recipient;
|
||||
int def_recipient_self;
|
||||
int def_check_level;
|
||||
int no_comment;
|
||||
int no_version;
|
||||
int marginals_needed;
|
||||
|
@ -106,7 +107,9 @@ struct {
|
|||
int no_encrypt_to;
|
||||
int interactive;
|
||||
STRLIST notation_data;
|
||||
int show_notation;
|
||||
const char *set_policy_url;
|
||||
int show_policy_url;
|
||||
int use_embedded_filename;
|
||||
int allow_non_selfsigned_uid;
|
||||
int allow_freeform_uid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue