SCT_set_source

Record where an SCT was obtained (TLS extension, OCSP, X.509 extension, etc.).

Synopsis

Declared in <openssl/ct.h>

int
SCT_set_source(
    SCT* sct,
    sct_source_t source);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
sctSCT to update.
sourceOrigin tag from sct_source_t.