Files
Lars Eggert eeb6657127 Bug 2047518 - Move SSL session-cache clearing from nsNSSComponent into necko r=necko-reviewers,kershaw,nss-reviewers,keeler
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
2026-07-15 13:07:50 +00:00
..