GNOME Bugzilla – Bug 646905
Display consistent fingerprints for keys
Last modified: 2019-02-22 11:59:28 UTC
Fingerprints for keys are inconsistent between programs and where they're displayed. For example the following all generate different fingerprints for the same RSA or DSA key: * openssh * libgcrypt * gnupg After much research we can settle on the semi-standard way of getting a fingerprint: hashing subjectPublicKeyInfo DER. Will implement this, and complete the missing bits of the key widget.
Created attachment 186135 [details] [review] Diff of all patches for key widget Branch with separate patches available here: http://git.collabora.co.uk/gitweb/?p=user/stefw/gnome-keyring.git;a=shortlog;h=refs/heads/key-widget
Created attachment 187795 [details] [review] Updated patch rebased on master This patch represents the branch here: http://cgit.collabora.co.uk/git/user/stefw/gnome-keyring.git/log/?h=key-fingerprints
Timeout on review. Merged into master.