diff options
author | Werner Koch <[email protected]> | 2015-03-19 19:38:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-03-19 19:38:25 +0000 |
commit | e7ddaad0fd2c8774a1d3367adfaa68014eaf65de (patch) | |
tree | 23bec7f1b16be540169ca3fca3a17b7348a21668 /g10/mainproc.c | |
parent | agent: Compute correct MPI length header for protected ECC keys. (diff) | |
download | gnupg-e7ddaad0fd2c8774a1d3367adfaa68014eaf65de.tar.gz gnupg-e7ddaad0fd2c8774a1d3367adfaa68014eaf65de.zip |
gpg: Emit status line NEWSIG before signature verification starts.
* g10/mainproc.c (check_sig_and_print): Emit STATUS_NEWSIG.
--
gpgsm does this for a long time but somehow it never made it into gpg.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r-- | g10/mainproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index 0ae916852..0f6ba2b32 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -1670,6 +1670,8 @@ check_sig_and_print (CTX c, kbnode_t node) } } + write_status_text (STATUS_NEWSIG, NULL); + astr = openpgp_pk_algo_name ( sig->pubkey_algo ); if (keystrlen () > 8) { |