mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 23:12:21 +00:00
4488a492b1
This patch implements CRLite lookups for TLS server certificate revocation information in telemetry-only mode. It adds a new preference "security.pki.crlite_mode" to control the behavior of this feature. Setting this preference to 0 disables it completely. Setting it to 1 enables telemetry collection only (the default). Setting it to 2 enables enforcing revocation information found via CRLite. Differential Revision: https://phabricator.services.mozilla.com/D54040 --HG-- rename : third_party/rust/bit_reverse/LICENSE-APACHE => third_party/rust/rental/LICENSE-APACHE rename : third_party/rust/bit-vec/LICENSE-MIT => third_party/rust/rental/LICENSE-MIT extra : moz-landing-system : lando