1
0
Fork 0
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:
David Shaw 2001-12-06 22:04:08 +00:00
parent 934ac0bd7d
commit 46efe28815
10 changed files with 286 additions and 22 deletions

View file

@ -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;