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

Name

Description

sct

Signed Certificate Timestamp to query.

ext

Non‐NULL destination for an internal pointer to the extension bytes (do not free).

Created with MrDocs