After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 646905 - Display consistent fingerprints for keys
Display consistent fingerprints for keys
Status: RESOLVED FIXED
Product: gcr
Classification: Core
Component: General
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on: 646901
Blocks:
 
 
Reported: 2011-04-06 11:48 UTC by Stef Walter
Modified: 2019-02-22 11:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Diff of all patches for key widget (32.24 KB, patch)
2011-04-17 13:36 UTC, Stef Walter
none Details | Review
Updated patch rebased on master (32.33 KB, patch)
2011-05-13 21:28 UTC, Stef Walter
none Details | Review

Description Stef Walter 2011-04-06 11:48:23 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.
Comment 1 Stef Walter 2011-04-17 13:36:45 UTC
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
Comment 2 Stef Walter 2011-05-13 21:28:40 UTC
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
Comment 3 Stef Walter 2011-05-24 07:41:41 UTC
Timeout on review. Merged into master.