mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
90bfe180f2
Certificate verification can take a while, which is why it runs in a separate thread pool. At shutdown, the thread pool gets joined. To make this fast, certificate verification tasks should check for shutdown before doing time-consuming operations and return early if appropriate. Differential Revision: https://phabricator.services.mozilla.com/D175163 |
||
---|---|---|
.. | ||
tests/gtest | ||
CertVerifier.cpp | ||
CertVerifier.h | ||
CRLiteTimestamp.h | ||
ExtendedValidation.cpp | ||
ExtendedValidation.h | ||
moz.build | ||
NSSCertDBTrustDomain.cpp | ||
NSSCertDBTrustDomain.h | ||
OCSPCache.cpp | ||
OCSPCache.h | ||
TrustOverride-AppleGoogleDigiCertData.inc | ||
TrustOverride-SymantecData.inc | ||
TrustOverrideUtils.h |