mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-22 14:57:02 +01:00
* DETAILS (NEWSIG): Documented.
This commit is contained in:
parent
577d9c2342
commit
e0e5aa214a
@ -3,6 +3,10 @@
|
|||||||
* gpg.sgml: Document delsig. Clarify that --refresh-keys
|
* gpg.sgml: Document delsig. Clarify that --refresh-keys
|
||||||
arguments are optional. Document --bzip2-decompress-lowmem.
|
arguments are optional. Document --bzip2-decompress-lowmem.
|
||||||
|
|
||||||
|
2004-04-05 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* DETAILS (NEWSIG): Documented.
|
||||||
|
|
||||||
2004-02-25 David Shaw <dshaw@jabberwocky.com>
|
2004-02-25 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpg.sgml: Document --ask-cert-level, --max-output, and
|
* gpg.sgml: Document --ask-cert-level, --max-output, and
|
||||||
|
19
doc/DETAILS
19
doc/DETAILS
@ -163,6 +163,11 @@ type (maybe none); an application should always be prepared to see
|
|||||||
more arguments in future versions.
|
more arguments in future versions.
|
||||||
|
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
GOODSIG <long keyid> <username>
|
GOODSIG <long keyid> <username>
|
||||||
The signature with the keyid is good. For each signature only
|
The signature with the keyid is good. For each signature only
|
||||||
one of the three codes GOODSIG, BADSIG or ERRSIG will be
|
one of the three codes GOODSIG, BADSIG or ERRSIG will be
|
||||||
@ -396,6 +401,20 @@ more arguments in future versions.
|
|||||||
done and "total" is amount to be done; a "total" of 0 indicates that
|
done and "total" is amount to be done; a "total" of 0 indicates that
|
||||||
the total amount is not known. 100/100 may be used to detect the
|
the total amount is not known. 100/100 may be used to detect the
|
||||||
end of operation.
|
end of operation.
|
||||||
|
Well known values for WHAT:
|
||||||
|
"pk_dsa" - DSA key generation
|
||||||
|
"pk_elg" - Elgamal key generation
|
||||||
|
"primegen" - Prime generation
|
||||||
|
"need_entropy" - Waiting for new entropy in the RNG
|
||||||
|
"file:XXX" - processing file XXX
|
||||||
|
(note that current gpg versions leave out the
|
||||||
|
"file:" prefix).
|
||||||
|
"tick" - generic tick without any special meaning - useful
|
||||||
|
for letting clients know that the server is
|
||||||
|
still working.
|
||||||
|
"starting_agent" - A gpg-agent was started because it is not
|
||||||
|
running as a daemon.
|
||||||
|
|
||||||
|
|
||||||
SIG_CREATED <type> <pubkey algo> <hash algo> <class> <timestamp> <key fpr>
|
SIG_CREATED <type> <pubkey algo> <hash algo> <class> <timestamp> <key fpr>
|
||||||
A signature has been created using these parameters.
|
A signature has been created using these parameters.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user