Result of validating a Signed Certificate Timestamp.

Synopsis

Declared in <openssl/ct.h>

enum sct_validation_status_t;

Members

Name

Description

SCT_VALIDATION_STATUS_NOT_SET

Validation has not been attempted.

SCT_VALIDATION_STATUS_UNKNOWN_LOG

SCT refers to a log that is not trusted.

SCT_VALIDATION_STATUS_VALID

SCT signature and contents validated successfully.

SCT_VALIDATION_STATUS_INVALID

SCT failed validation.

SCT_VALIDATION_STATUS_UNVERIFIED

SCT has not been verified yet.

SCT_VALIDATION_STATUS_UNKNOWN_VERSION

SCT uses an unrecognized version.

Created with MrDocs