Closed
Bug 1665788
Opened 5 years ago
Closed 6 days ago
nsIX509CertDB.getCerts should be asynchronous
Categories
(Core :: Security: PSM, enhancement, P2)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
157 Branch
| Tracking | Status | |
|---|---|---|
| firefox157 | --- | fixed |
People
(Reporter: keeler, Assigned: keeler)
References
Details
(Whiteboard: [psm-backlog])
Attachments
(1 file)
nsIX509CertDB.getCerts queries all known certificates, which touches not only the nss cert db (i.e. the disk) but potentially other PKCS#11 devices that may be slow. This function should be asynchronous.
| Assignee | ||
Comment 1•12 days ago
|
||
Updated•12 days ago
|
Assignee: nobody → dkeeler
Status: NEW → ASSIGNED
Pushed by dkeeler@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/9b140e29b28d
https://hg.mozilla.org/integration/autoland/rev/2bc7a23afe87
make nsIX509CertDB.getCerts() asynchronous r=jschanck,necko-reviewers,urlbar-reviewers,manuel,hjones,daleharvey
Comment 3•6 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 days ago
status-firefox157:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 157 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•