SCT_set0_signature

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

NameDescription
sctSCT to update.
sigSignature bytes; the SCT takes ownership.
sig_lenLength of sig in bytes.