Closed
Bug 306290
Opened 20 years ago
Closed 9 years ago
nsICertificateDialogs::NotifyCACertExists should supply the nsIX509Cert
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
INVALID
People
(Reporter: sfraser_bugs, Unassigned)
References
Details
(Whiteboard: [kerh-ehz])
When implementing nsICertificateDialogs::NotifyCACertExists in an embedder, I'd
like to be able to tell the user _which_ CA cert they have already installed.
The method as it stands now is almost useless (and may be exploitable in a
phishing type attack).
it's also flash frozen, bug 168450 :). you'll have to GI nsIUsefulProperties.
| Reporter | ||
Comment 2•20 years ago
|
||
We may want to replace NotifyCACertExists() with something more generic, along
the lines of "Show alert or confirm regarding cert" (see bug 298045).
Comment 3•20 years ago
|
||
Please see bug 310446 comment 4.
I've produced a new patch that combines the various requests to give user
feedback with certificate details.
Updated•20 years ago
|
Whiteboard: [kerh-ehz]
Updated•18 years ago
|
QA Contact: psm
Comment 5•9 years ago
|
||
Bug 1251009 removed NotifyCACertExists(), so this is now "invalid".
You need to log in
before you can comment on or make changes to this bug.
Description
•