Closed
Bug 1694542
Opened 4 years ago
Closed 4 years ago
cache intermediate certificates on the socket thread when it is idle
Categories
(Core :: Security: PSM, enhancement, P1)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: keeler, Assigned: keeler)
References
(Blocks 1 open bug)
Details
(Whiteboard: [psm-assigned])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Firefox caches intermediate certificates from verified connections in case they are useful in the future. This operation involves modifying the NSS cert database, and so should only be done on the socket thread (ideally when it is idle).
Assignee | ||
Comment 1•4 years ago
|
||
Firefox sometimes caches intermediate certificates from verified connections in
case they are useful in the future. This operation involves modifying the NSS
cert database, and so should only be done on the socket thread (ideally when it
is idle).
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e2eaa6ac006b
cache intermediate certificates on the socket thread when it is idle r=mbirghan,rmf
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•