SCT_set1_signature

Set the SCT signature by copying sig.

Synopsis

Declared in <openssl/ct.h>

int
SCT_set1_signature(
    SCT* sct,
    unsigned char const* sig,
    size_t sig_len);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
sctSCT to update.
sigSignature bytes to copy.
sig_lenLength of sig in bytes.