mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Avoid output to the tty during import.
* g10/key-check.c (key_check_all_keysigs): Add arg mode and change all
output calls to use it.
* g10/keyedit.c (keyedit_print_one_sig): Add arg fp and chnage all
output calls to use it.
(keyedit_menu): Adjust for changes.
* g10/gpgcompose.c (keyedit_print_one_sig): Add dummy arg fp.
* g10/import.c (import_one): Call key_check_all_keysigs with output to
the log stream.
--
Fixes-commit: 404fa8211b
GnuPG-bug-id: 3288
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
94eea0ed2c
commit
fcb62fe20f
7 changed files with 96 additions and 74 deletions
|
@ -1701,7 +1701,7 @@ import_one (ctrl_t ctrl,
|
|||
keystr_from_pk(pk));
|
||||
|
||||
if ((options & IMPORT_REPAIR_KEYS))
|
||||
key_check_all_keysigs (ctrl, keyblock, 0, 0);
|
||||
key_check_all_keysigs (ctrl, 1, keyblock, 0, 0);
|
||||
|
||||
if (chk_self_sigs (ctrl, keyblock, keyid, &non_self))
|
||||
return 0; /* Invalid keyblock - error already printed. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue