Bug 4102 - Show SHA-256 fingerprint in certificate verification popup
Summary: Show SHA-256 fingerprint in certificate verification popup
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: UI (show other bugs)
Version: 3.17.1
Hardware: PC Windows 7
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2018-10-15 22:45 UTC by Traumschule Riebau
Modified: 2018-10-16 11:23 UTC (History)
0 users

See Also:


Attachments

Description Traumschule Riebau 2018-10-15 22:45:48 UTC
My mail server just changed the certificate and published a signed statement[1] with sha256 fingerprint but the popup only shows md5 and sha1. Please show the SHA-256 fingerprint as well / instead.

$ openssl s_client --connect mail.riseup.net:443 < /dev/null 2>/dev/null | openssl x509 -fingerprint -sha256 -noout -in -|cut -f2 -d'='
38:14:E3:EA:F9:1E:30:45:17:90:69:7A:98:B1:B5:59:4C:DB:DF:EF:4A:73:EF:5A:47:ED:33:C5:56:81:66:45

Which is the correct one listed in the signed statement:
3814e3eaf91e30451790697a98b1b5594cdbdfef4a73ef5a47ed33c556816645

[1] https://github.com/riseupnet/riseup_help/pull/552/files

Note You need to log in before you can comment on or make changes to this bug.