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

Name

Description

sct

SCT to query.

Created with MrDocs