Closed
Bug 1599985
Opened 5 years ago
Closed 5 years ago
about:certificate viewer does not look up and show the cert chain when viewing a single cert
Categories
(Firefox :: Security, defect, P3)
Tracking
()
RESOLVED
FIXED
Firefox 76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: bughit.github, Assigned: gaurijove)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
do the following with old and new cert viewer
- open the authorities tab of the certificate manage
- view an intermediate authority cert (Software Security Device)
The old cert viewer dialog showed the full chain in the details tab, the new about:certificate does not show the chain.
Updated•5 years ago
|
Comment 1•5 years ago
|
||
The old certificate viewer uses asyncDetermineUsages which seems to return a "chain" parameter.
We need to use that code in some way to get the chain in ViewCertHelper and build a list of query parameters for all certs in the chain (about:certificate?cert=...&cert=...&cert=...
)
Assignee | ||
Comment 2•5 years ago
|
||
hello, working on this!
Assignee | ||
Comment 4•5 years ago
|
||
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3dbfa1dc3921
Ensure that new cert viewer shows the full cert chain when viewing an intermmediate authority cert.r=johannh
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
You need to log in
before you can comment on or make changes to this bug.
Description
•