Set the certificate that the SCTs in a policy context were issued for.
Declared in <openssl/ct.h>
int
CT_POLICY_EVAL_CTX_set1_cert(
CT_POLICY_EVAL_CTX* ctx,
X509* cert);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| ctx | Policy evaluation context to update. |
| cert | Certificate associated with the SCTs; a reference is taken. |