SCT_get0_extensions

Return a pointer to the extension data embedded in an SCT.

Synopsis

Declared in <openssl/ct.h>

size_t
SCT_get0_extensions(
    SCT const* sct,
    unsigned char** ext);

Return Value

Length of the extension data in bytes.

Parameters

NameDescription
sctSigned Certificate Timestamp to query.
extNon-NULL destination for an internal pointer to the extension bytes (do not free).