gecko-dev/security/certverifier
Dana Keeler 90bfe180f2 Bug 1674410 - stop slow certificate verification tasks when the app is shutting down r=jschanck
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
2023-04-12 16:20:30 +00:00
..
tests/gtest
CertVerifier.cpp
CertVerifier.h
CRLiteTimestamp.h
ExtendedValidation.cpp Bug 1820573 - Make security/ buildable outside of a unified build environment r=andi,keeler 2023-03-15 07:30:36 +00:00
ExtendedValidation.h
moz.build Bug 1820573 - Make security/ buildable outside of a unified build environment r=andi,keeler 2023-03-15 07:30:36 +00:00
NSSCertDBTrustDomain.cpp Bug 1674410 - stop slow certificate verification tasks when the app is shutting down r=jschanck 2023-04-12 16:20:30 +00:00
NSSCertDBTrustDomain.h
OCSPCache.cpp Bug 1820573 - Make security/ buildable outside of a unified build environment r=andi,keeler 2023-03-15 07:30:36 +00:00
OCSPCache.h
TrustOverride-AppleGoogleDigiCertData.inc
TrustOverride-SymantecData.inc
TrustOverrideUtils.h