Closed
Bug 39680
Opened 25 years ago
Closed 25 years ago
Need CA in the chrome
Categories
(Core Graveyard :: Security: UI, enhancement, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: leger, Assigned: ddrinan0264)
References
Details
(Whiteboard: [nsbeta2+]Exception Feature)
No description provided.
Comment 2•25 years ago
|
||
Adjusting summary.
Summary: Need Versign CA in the chrome → Need CA in the chrome
Updated•25 years ago
|
Severity: normal → enhancement
Giving [nsbeta2+]Exception Feature status. Assigning to drinan
Update:
1) We need to show the CA which made the assertion, in other words, the
immidiate signer (as opposed to the trusted root).
2) David Drinan will make a small change to PSM to provide the exact string we
need to show in the chrome. He'll document that fuction in this bug.
3) The text should say "Signed by %s", e.g. "Signed by Verisign, Inc.". Most of
these CA names are short, by the way.
4) When you click on that text, nothing should happen. It's not hot.
5) This text should appear to the *immediate* left of the lock icon. It should
appear only when the connection to the server uses SSL.
Note 1: some PM (probably LaGuardia) needs to approve this plan.
Note 2: we need someone in client-land to write the code to insert this text
into the chrome.
Comment 5•25 years ago
|
||
cc don. Do we need separate bugs for the Cartman API vs. the Navigator chrome?
Assignee | ||
Comment 6•25 years ago
|
||
In the psm-glue layer, to get the CA that signed a secure sites SSL cert, do the
following:
CMTItem caName;
result = CMT_GetStringAttribute(contolConnection, socketStatusID,
SSM_FID_SSS_CA_NAME, &caName);
if (result != CMTSuccess) return some error;
Yeah, we probably need at least one bug for this. Before we do any chrome
changes I'd like to see a design on how this should look, an icon, etc. All the
necessary stuff. I'll open a bug later today on it.
Assignee | ||
Comment 8•25 years ago
|
||
Seamonkey has picked up an interim PSM 1.2 build. Marking this bug fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 9•25 years ago
|
||
Verified, since bug 44281 has been opened. "[FEATURE] Show certificate authority
in browser chrome"
Status: RESOLVED → VERIFIED
Comment 10•24 years ago
|
||
Mass changing Security:Crypto to PSM
Component: Security: Crypto → Client Library
Product: Browser → PSM
Version: other → 2.1
Comment 11•24 years ago
|
||
Mass changing Security:Crypto to PSM
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•