1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* Makefile.am (EXTRA_DIST): Add autogen.sh wrapper which is

useful for some cross-compiling targets.
This commit is contained in:
Werner Koch 2003-04-08 08:37:18 +00:00
parent 17e12f2ec1
commit 3330c63a05
9 changed files with 68 additions and 16 deletions

View file

@ -157,7 +157,7 @@ more arguments in future versions.
this signature. sig_class is a 2 byte hex-value.
VALIDSIG <fingerprint in hex> <sig_creation_date> <sig-timestamp>
<expire-timestamp>
<expire-timestamp> <primary-key-fpr>
The signature with the keyid is good. This is the same
as GOODSIG but has the fingerprint as the argument. Both
@ -165,6 +165,9 @@ more arguments in future versions.
sig-timestamp is the signature creation time in seconds after
the epoch. expire-timestamp is the signature expiration time
in seconds after the epoch (zero means "does not expire").
PRIMARY-KEY-FPR is the fingerprint of the primary key or
identical to the first argument. This is useful to get back
to the primary key without running gpg again for this purpose.
SIG_ID <radix64_string> <sig_creation_date> <sig-timestamp>
This is emitted only for signatures of class 0 or 1 which