Closed
Bug 378889
Opened 18 years ago
Closed 15 years ago
certificates imported using 'importPKCS12File' are not immediately used
Categories
(Core :: Security, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: koen, Assigned: dveditz)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)
Build Identifier: Mozilla XULRunner 1.8.0.11_0000000000
After adding a certificate using:
var certdb = Components.classes[nsX509CertDB].createInstance(nsIX509CertDB);
certdb.importPKCS12File(null, pfx);
A message box appears which informs the certificate has been added succesfully.
The certificate is however not directly usable. A new https-connection made after the certificate has been added does not send the certificate.
After restarting xulrunner or waiting for more than 10 minutes, the certificate is passed to the server. (this is without any other interventions)
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•18 years ago
|
Assignee: nobody → dveditz
Component: Password Manager → Security
Product: Firefox → Core
QA Contact: password.manager → toolkit
Version: unspecified → 1.8 Branch
Updated•18 years ago
|
Summary: certificates imported using 'importPKCS12File' are not immediatly used → certificates imported using 'importPKCS12File' are not immediately used
Resolving unconfirmed bugs older than a year with no activity as INCOMPLETE. Please reopen or file a new bug if you can still reproduce the bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•