Failure

Verification failed — the connection does not satisfy the CT policy.

Inheritors

Types

Link copied to clipboard

All SCTs failed verification against their respective log servers.

Link copied to clipboard

No SCTs were found in the certificate, TLS extension, or OCSP response.

Link copied to clipboard
data class TooFewDistinctOperators(val found: Int, val required: Int) : VerificationResult.Failure

Valid SCTs exist but from too few distinct log operators.

Link copied to clipboard
data class TooFewSctsTrusted(val found: Int, val required: Int) : VerificationResult.Failure

Some SCTs were valid but fewer than the policy requires.

Link copied to clipboard

An unexpected error occurred during verification.