mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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 <wk@gnupg.org>
Backported-from-master: e7d7092390
Here in 2.2 we keep the string "fingerprint:" and no not change it to
"sha1 fpr" as we did in master (2.3).
This commit is contained in:
parent
b2590f2e47
commit
9c57de75cf
2 changed files with 15 additions and 2 deletions
|
@ -61,6 +61,7 @@ described here.
|
|||
- rev :: Revocation signature
|
||||
- rvs :: Recocation 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue