mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
More comments about when to use IDEA in keygen.c
When key signing with multiple keys at the same time, make sure each key gets the sigclass prompt Close the iobuf and FILE before trying to reap the child process to encourage the child to exit Disable cache-on-close of the fd iobuf (shouldn't all fd iobufs not be cached?)
This commit is contained in:
parent
fe78130ac7
commit
3e6d5d7c77
4 changed files with 31 additions and 8 deletions
|
@ -267,7 +267,6 @@ sign_uids( KBNODE keyblock, STRLIST locusr, int *ret_modified,
|
|||
int local , int nonrevocable )
|
||||
{
|
||||
int rc = 0;
|
||||
int class=0;
|
||||
SK_LIST sk_list = NULL;
|
||||
SK_LIST sk_rover = NULL;
|
||||
PKT_secret_key *sk = NULL;
|
||||
|
@ -295,6 +294,7 @@ sign_uids( KBNODE keyblock, STRLIST locusr, int *ret_modified,
|
|||
u32 sk_keyid[2];
|
||||
size_t n;
|
||||
char *p;
|
||||
int class=0;
|
||||
u32 duration=0,timestamp=0;
|
||||
|
||||
/* we have to use a copy of the sk, because make_keysig_packet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue