Set the SCT signature by taking ownership of the given buffer.
Declared in <openssl/ct.h>
void
SCT_set0_signature(
SCT* sct,
unsigned char* sig,
size_t sig_len);
| Name | Description |
|---|---|
| sct | SCT to update. |
| sig | Signature bytes; the SCT takes ownership. |
| sig_len | Length of sig in bytes. |