Return a pointer to the extension data embedded in an SCT.
Declared in <openssl/ct.h>
size_t
SCT_get0_extensions(
SCT const* sct,
unsigned char** ext);
Length of the extension data in bytes.
| Name | Description |
|---|---|
| sct | Signed Certificate Timestamp to query. |
| ext | Non-NULL destination for an internal pointer to the extension bytes (do not free). |