mirror of
https://github.com/mozilla-firefox/firefox
synced 2026-08-11 12:19:28 +00:00
TLS session-cache clearing moves from nsNSSComponent to mozilla::net::SSLTokensCache. ClearSessionCacheAndTokens() is the entry point everywhere except final XPCOM shutdown, which calls SSL_ClearSessionCache() directly. SSLTokensCacheService (@mozilla.org/network/ssl-tokens-cache;1, nsISSLTokensCache) exposes it to JS, replacing the equivalent nsINSSComponent methods; nsISSLTokensCacheTest moves to netwerk/base. Differential Revision: https://phabricator.services.mozilla.com/D307275