mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* options.h, getkey.c (merge_selfsigs_subkey), gpg.c (main), sig-check.c
(signature_check2): Add --require-backsigs and --no-require-backsigs. Currently defaults to --no-require-backsigs.
This commit is contained in:
parent
47433adaa5
commit
094a7ab401
5 changed files with 33 additions and 12 deletions
|
@ -2082,13 +2082,6 @@ merge_selfsigs_subkey( KBNODE keyblock, KBNODE subnode )
|
|||
free_seckey_enc(backsig);
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef FAKE_BACKSIGS
|
||||
/* If there is no backsig, pretend there is a valid one. If there
|
||||
is a backsig (or an invalid backsig), use it. */
|
||||
if(subpk->backsig==0)
|
||||
subpk->backsig=2;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue