Closed
Bug 698988
Opened 13 years ago
Closed 13 years ago
Calculate SSL / certificate error messages lazily when they are retrieved
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
DUPLICATE
of bug 703508
People
(Reporter: briansmith, Unassigned)
References
Details
nsNSSSocketInfo::GetErrorMessage() is only called on the main thread. We have to format the error message on the main thread. Currently, we block the SSL thread and sync with the main thread to format the error message. Instead, we should get format the error message lazily the first time GetErrorMessage() is called.
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•