Bug 1607445 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Currently, there is no way to clear the cache in SSLTokensCache. We need to expose this API and also make this API available for js.
At the places where `SSL_ClearSessionCache()` is called, we need to also cleat the tokens stored in `SSLTokensCache`.

Back to Bug 1607445 Comment 0