Open
Bug 1415312
Opened 8 years ago
Updated 1 year ago
Make CT SCTs available to the certificate error page.
Categories
(Core :: Security: PSM, enhancement, P3)
Core
Security: PSM
Tracking
()
NEW
Future
People
(Reporter: jcj, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [psm-backlog])
In order to give the error analysis code the same context as Mozilla::PKIX, we need to also provide the Certificate Transparency SCT that was used when determining the error. One place to put that response might be nsISSLStatus, where the certificate chain is stored.
[1] http://searchfox.org/mozilla-central/source/security/manager/ssl/nsISSLStatus.idl
Comment 1•7 years ago
|
||
FYI, this may or may not be more work than cutting Firefox over to using something like Certainly Something:
https://github.com/april/certainly-something
Which parses certs in JavaScript to display the SCTs.
Updated•3 years ago
|
Severity: normal → S3
This bug seems has been fixed? Test this: https://no-sct.badssl.com
Comment 3•1 year ago
|
||
While Firefox (on desktop) requires CT, the error page doesn't include SCTs in the debugging information it shows, which is the issue this bug is describing.
Severity: S3 → N/A
Priority: P2 → P3
Whiteboard: [psm-backlog]
Updated•1 year ago
|
status-firefox58:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•