mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
Issue #21 - Remove remaining telemetry structs, callers and flags.
This commit is contained in:
parent
2564be2d79
commit
eaf9e756a0
50 changed files with 31 additions and 500 deletions
|
|
@ -44,7 +44,6 @@ namespace mozilla { namespace psm {
|
|||
|
||||
typedef mozilla::pkix::Result Result;
|
||||
|
||||
// These values correspond to the CERT_CHAIN_KEY_SIZE_STATUS telemetry.
|
||||
enum class KeySizeStatus {
|
||||
NeverChecked = 0,
|
||||
LargeMinimumSucceeded = 1,
|
||||
|
|
@ -52,7 +51,6 @@ enum class KeySizeStatus {
|
|||
AlreadyBad = 3,
|
||||
};
|
||||
|
||||
// These values correspond to the CERT_CHAIN_SHA1_POLICY_STATUS telemetry.
|
||||
enum class SHA1ModeResult {
|
||||
NeverChecked = 0,
|
||||
SucceededWithoutSHA1 = 1,
|
||||
|
|
@ -92,7 +90,6 @@ public:
|
|||
// TLS feature request_status should be ignored
|
||||
static const Flags FLAG_TLS_IGNORE_STATUS_REQUEST;
|
||||
|
||||
// These values correspond to the SSL_OCSP_STAPLING telemetry.
|
||||
enum OCSPStaplingStatus {
|
||||
OCSP_STAPLING_NEVER_CHECKED = 0,
|
||||
OCSP_STAPLING_GOOD = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue