SCT_get_source

Get the origin of an SCT (TLS extension, OCSP response, and so on).

Synopsis

Declared in <openssl/ct.h>

sct_source_t
SCT_get_source(SCT const* sct);

Return Value

Source of the SCT.

Parameters

NameDescription
sctSCT to query.