mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch
This commit is contained in:
parent
77d6309e21
commit
9131432b4d
25 changed files with 374 additions and 170 deletions
12
doc/DETAILS
12
doc/DETAILS
|
@ -54,16 +54,22 @@ more arguments in future versions.
|
|||
BADSIG <long keyid> <username>
|
||||
The signature with the keyid has not been verified okay.
|
||||
|
||||
ERRSIG <long keyid> <algorithm_number>
|
||||
ERRSIG <long keyid> <pubkey_algo> <hash_algo> \
|
||||
<sig_class> <timestamp> <rc>
|
||||
It was not possible to check the signature. This may be
|
||||
caused by a missing public key or an unsupported algorithm.
|
||||
A RC of 4 indicates unknown algorithm, a 9 indicates a missing
|
||||
public key. The other fields give more information about
|
||||
this signature. sig_class is a 2 byte hex-value.
|
||||
|
||||
VALIDSIG <fingerprint in hex>
|
||||
VALIDSIG <fingerprint in hex> <sig_creation_date> <sig-timestamp>
|
||||
The signature with the keyid is good. This is the same
|
||||
as GOODSIG but has the fingerprint as the argument. Both
|
||||
status lines ere emitted for a good signature.
|
||||
sig-timestamp is the signature creation time in seconds after
|
||||
the epoch.
|
||||
|
||||
SIG_ID <radix64_string> <sig_creation_date>
|
||||
SIG_ID <radix64_string> <sig_creation_date> <sig-timestamp>
|
||||
This is emitted only for signatures of class 0 or 1 which
|
||||
have been verified okay. The string is a signature id
|
||||
and may be used in applications to detect replay attacks
|
||||
|
|
|
@ -379,6 +379,9 @@ B<--debug-all>
|
|||
B<--status-fd> I<n>
|
||||
Write special status strings to the file descriptor I<n>.
|
||||
|
||||
B<--logger-fd> I<n>
|
||||
Write log output to file descriptor I<n> and not to stderr.
|
||||
|
||||
B<--no-comment>
|
||||
Do not write comment packets. This option affects only
|
||||
the generation of secret keys. Output of option packets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue