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