Set the SCT signature by copying sig.
Declared in <openssl/ct.h>
int
SCT_set1_signature(
SCT* sct,
unsigned char const* sig,
size_t sig_len);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| sct | SCT to update. |
| sig | Signature bytes to copy. |
| sig_len | Length of sig in bytes. |