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 /doc | |
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 'doc')
-rw-r--r-- | doc/DETAILS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 4b8249706..61ad7d801 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -338,9 +338,9 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: ** General status codes *** NEWSIG - May be issued right before a signature verification starts. This - is useful to define a context for parsing ERROR status messages. - No arguments are currently defined. + Is issued right before a signature verification starts. This is + useful to define a context for parsing ERROR status messages. No + arguments are currently defined. *** GOODSIG <long_keyid_or_fpr> <username> The signature with the keyid is good. For each signature only one |