Get a pointer to the signature bytes of an SCT.
Declared in <openssl/ct.h>
size_t
SCT_get0_signature(
SCT const* sct,
unsigned char** sig);
Length of the signature in bytes.
| Name | Description |
|---|---|
| sct | SCT to query. |
| sig | Receives a pointer to the signature; ownership remains with the SCT. |