Success

Verification completed successfully — the connection is considered CT-compliant (or was explicitly skipped).

Inheritors

Types

Link copied to clipboard

Verification was skipped because the host is excluded by the host matcher.

Link copied to clipboard

Verification was skipped because the log list is stale and the policy allows it.

Link copied to clipboard

Verification was skipped because the connection is not secured (plain HTTP).

Link copied to clipboard
data class OsVerified(val platform: String, val ctConfirmed: Boolean = true, val coreVerificationResult: VerificationResult? = null) : VerificationResult.Success

CT compliance was confirmed by the operating system's built-in verifier (e.g., Apple's SecTrust CT evaluation).

Link copied to clipboard

The certificate chain has enough valid SCTs to satisfy the CT policy.