diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 866e713d3..dd07d089e 100644 --- a/g10/options.h +++ b/g10/options.h @@ -162,6 +162,8 @@ struct STRLIST sig_policy_url; STRLIST cert_policy_url; STRLIST sig_keyserver_url; + STRLIST cert_subpackets; + STRLIST sig_subpackets; int use_embedded_filename; int allow_non_selfsigned_uid; int allow_freeform_uid; @@ -207,6 +209,11 @@ struct int disable_ccid; /* Disable the use of the internal CCID driver. */ #endif /*ENABLE_CARD_SUPPORT*/ + /* If set, require an 0x19 backsig to be present on signatures made + by signing subkeys. If not set, a missing backsig is not an + error (but an invalid backsig still is). */ + int require_backsigs; + } opt; /* CTRL is used to keep some global variables we currently can't |