Open Bug 1800852 Opened 1 year ago Updated 1 year ago

nsINSSComponent.ClearSSLExternalAndInternalSessionCache is racy with socket process

Categories

(Core :: Security: PSM, task)

task

Tracking

()

People

(Reporter: valentin, Unassigned)

References

(Blocks 1 open bug)

Details

In bug 1797279 it became apparent that ClearSSLExternalAndInternalSessionCache might be racy when using the socket process, because the test might not be waiting for the session cache to be cleared on the socket process.

To fix this we added an async version of the method that can be used for this test. However, there are still a bunch of places we call ClearSSLExternalAndInternalSessionCache which need to be audited and possibly be made async for the socket process.
See https://phabricator.services.mozilla.com/D162103#inline-892799

You need to log in before you can comment on or make changes to this bug.