Closed
Bug 756113
Opened 13 years ago
Closed 13 years ago
when using libkpix the certificateviewer does not display the calculated chain
Categories
(Core Graveyard :: Security: UI, defect)
Core Graveyard
Security: UI
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 481656
People
(Reporter: cviecco, Unassigned)
Details
On x509 there are cases in where a certificate may have multiple chains for validation. When using libpkix I am able to establish a trusted connection with a validated chain and have the certificate viewer showing not the one it was calculated (actually one that is invalid).
Here is the test scenario.
Server: hosts EE cert signed by INT.
Browser:
- Has two custom CA certs: CA1, with no trust bits and CA2 with server trust bits.
- has two certificates for INT (same CRL), one signed by CA1 (INT-CA1) and one signed by CA2 (INT-CA2).
- Both of these INT certs have no trust bits.
I connect to the server, libpkix correctly calculates trust via EE--> INT-CA2 -> CA2. But the cert details window shows: EE -> INT-CA1->CA1.
Resolving as a duplicate of bug 481656. Related: bug 651994.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•