Validate a list of SCTs against a policy evaluation context.

Synopsis

Declared in <openssl/ct.h>

int
SCT_LIST_validate(
    stack_st_SCT const* scts,
    CT_POLICY_EVAL_CTX* ctx);

Return Value

1 if all are valid and verify, 0 if any is invalid or unverifiable, or a negative value on error.

Parameters

Name

Description

scts

Stack of SCTs to validate; each validation_status field is updated.

ctx

Policy evaluation context.

Created with MrDocs