Actions
Feature #190
openDisplay the SSL certificate serial number
Start date:
09/04/2017
Due date:
% Done:
0%
Estimated time:
Description
It should be possible to extract this from WebView.
https://www.ssllabs.com/ssltest/analyze.html?d=www.stoutner.com
Updated by Soren Stoutner almost 6 years ago
- Priority changed from 2 to Next Release
Updated by Soren Stoutner almost 6 years ago
- Priority changed from Next Release to 4.x
This information is not exposed by SslCertificate.
https://developer.android.com/reference/android/net/http/SslCertificate
It requires direct access to the X509Certificate.
https://developer.android.com/reference/java/security/cert/X509Certificate
As such, it will probably have to wait until after the release of Privacy WebView in the 4.x series.
Actions