diff options
author | Werner Koch <[email protected]> | 2020-08-04 09:03:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-08-04 09:11:22 +0000 |
commit | e7d70923901eeb6a2c26445aee9db7e78f6f7f3a (patch) | |
tree | 82f2e3a16c5bb34f6923814f629975541f5041bb /doc/DETAILS | |
parent | w32: Fix cast from intptr_t of _get_osfhandle. (diff) | |
download | gnupg-e7d70923901eeb6a2c26445aee9db7e78f6f7f3a.tar.gz gnupg-e7d70923901eeb6a2c26445aee9db7e78f6f7f3a.zip |
sm: Also show the SHA-256 fingerprint.
* sm/keylist.c (list_cert_colon): Emit a new "fp2" record.
(list_cert_raw): Print the SHA2 fingerprint.
(list_cert_std): Ditto.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 4c1fcfa50..0a1282d91 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -61,6 +61,7 @@ described here. - rev :: Revocation signature - rvs :: Revocation signature (standalone) [since 2.2.9] - fpr :: Fingerprint (fingerprint is in field 10) + - fp2 :: SHA-256 fingerprint (fingerprint is in field 10) - pkd :: Public key data [*] - grp :: Keygrip - rvk :: Revocation key @@ -168,8 +169,8 @@ described here. (the colon is quoted =\x3a=). For a "pub" record this field is not used on --fixed-list-mode. A UAT record puts the attribute subpacket count here, a space, and then the total attribute - subpacket size. In gpgsm the issuer name comes here. A FPR - record stores the fingerprint here. The fingerprint of a + subpacket size. In gpgsm the issuer name comes here. The FPR and FP2 + records store the fingerprints here. The fingerprint of a revocation key is stored here. *** Field 11 - Signature class |