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 Bug 1788290 - Record whether OCSP requests were made whilst making a TLS connection. r=keeler,necko-reviewers. 2022-09-02 20:59:34 +00:00
CertVerifier.h Bug 1788290 - Record whether OCSP requests were made whilst making a TLS connection. r=keeler,necko-reviewers. 2022-09-02 20:59:34 +00:00
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 Bug 1794479 - Gather telemetry on the age of OCSP responses used to override CRLite. r=keeler 2022-10-13 14:08:23 +00:00
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