diff options
| author | Werner Koch <[email protected]> | 2003-04-08 08:42:47 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2003-04-08 08:42:47 +0000 |
| commit | 26fabc31e3487f4ae902cbf66c381de01ac2eb5b (patch) | |
| tree | 6915b5b6b68d11a9bb96badfc87ae86bb40089c2 /doc/DETAILS | |
| parent | * DETAILS: Don't specify which hash is used to make up the namehash since (diff) | |
| download | gnupg-26fabc31e3487f4ae902cbf66c381de01ac2eb5b.tar.gz gnupg-26fabc31e3487f4ae902cbf66c381de01ac2eb5b.zip | |
Add primary key fingerprint to VALIDSIG status.
Diffstat (limited to 'doc/DETAILS')
| -rw-r--r-- | doc/DETAILS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 8da2a0a5f..b5bca781b 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -164,7 +164,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 @@ -172,6 +172,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 |
