Closed SailReal closed 1 year ago
"Invalid SSL certificate" dialog should show SHA-256 fingerprint of the certificate instead of SHA-1
- Android: X - Cryptomator: 1.8.1
WebDAV
"Invalid SSL certificate" dialog shows SHA-256 fingerprint of the certificate
"Invalid SSL certificate" dialog shows SHA-1 fingerprint of the certificate
Always
No response
https://github.com/cryptomator/android/blob/edc47c9914e5e6a1f600e2577594535f5be09591/data/src/main/java/org/cryptomator/data/util/X509CertificateHelper.kt#L35
It is not so dramatic because the entire certificate can be displayed in addition to the fingerprint as workaround.
Please agree to the following
Summary
"Invalid SSL certificate" dialog should show SHA-256 fingerprint of the certificate instead of SHA-1
System Setup
Cloud Type
WebDAV
Steps to Reproduce
Expected Behavior
"Invalid SSL certificate" dialog shows SHA-256 fingerprint of the certificate
Actual Behavior
"Invalid SSL certificate" dialog shows SHA-1 fingerprint of the certificate
Reproducibility
Always
Relevant Log Output
No response
Anything else?
https://github.com/cryptomator/android/blob/edc47c9914e5e6a1f600e2577594535f5be09591/data/src/main/java/org/cryptomator/data/util/X509CertificateHelper.kt#L35
It is not so dramatic because the entire certificate can be displayed in addition to the fingerprint as workaround.