Closed
Bug 292243
Opened 20 years ago
Closed 20 years ago
No support for SSL client certificate
Categories
(Camino Graveyard :: Security, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 272606
People
(Reporter: jmdesp, Assigned: dveditz)
Details
Camino 0.8.3 has no support at all for client authentification when connecting to an SSL server. There is no certificate related option in the preferences. This includes no way to see and modify the list of trusted CAs (separate bug ?). Still, the Camino binary tree includes the standard cryptography library, nss, etc ., and the profile has the full cryptography database : cert8.db, key3.db, secmod.db, so the required component to implement that are present. But the problem is not only that the GUI is missing, because if I replace the cryptography database with one from firefox/mozilla that's includes the needed client certificates for authentification, nothing changes. Maybe not much is needed, because NSS that does the SSL connexion will be doing most of the job here, and already has the database loaded, maybe the part that blocks is because of the missing hooks to enter the password ?
Looks to me like a dup of Bug 272606. Reopen as needed. *** This bug has been marked as a duplicate of 272606 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•20 years ago
|
||
Sorry for the duplicate. I searched for this bug only in the security/preference components, and all the related bugs are in general.
You need to log in
before you can comment on or make changes to this bug.
Description
•