Bug 379892 - Display stronger fingerprints (sha512)
Summary: Display stronger fingerprints (sha512)
Status: RESOLVED UPSTREAM
Alias: None
Product: kleopatra
Classification: Applications
Component: general (show other bugs)
Version: 2.3.0
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Andre Heinecke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-16 09:15 UTC by sedrubal
Modified: 2017-05-16 09:21 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sedrubal 2017-05-16 09:15:08 UTC
Currently kleopatra displays only sha1 fingerprints for x509 keys (in key overview and dialogues to ask if you trust a certificate).

In the key dump tab you can also see the md5 fingerprint.

But why aren't any stronger fingerprints displayed like sha512?
Comment 1 Andre Heinecke 2017-05-16 09:21:02 UTC
Hi,
Kleopatra is only a Frontend for the crypto software GnuPG. E.g. the question where you are asked to confirm a fingerprint is directly issued by GnuPG. Similarly the dump is what you would get on the command line from "gpgsm --dump-cert <cert>".

So please report this issue on the upstream tracker http://dev.gnupg.org

Thanks and Regards,
Andre