mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url"
so the user can set different policies for key and data signing. For backwards compatibility, "--set-policy-url" sets both, as before.
This commit is contained in:
parent
e245123907
commit
0c3e409fa3
5 changed files with 42 additions and 8 deletions
|
@ -275,7 +275,7 @@ sign_uids( KBNODE keyblock, STRLIST locusr, int *ret_modified,
|
|||
int select_all = !count_selected_uids(keyblock);
|
||||
int upd_trust = 0, force_v4=0;
|
||||
|
||||
if(local || opt.set_policy_url || opt.notation_data)
|
||||
if(local || opt.cert_policy_url || opt.notation_data)
|
||||
force_v4=1;
|
||||
|
||||
/* build a list of all signators.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue