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