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

Name

Description

sct

SCT to update.

sig

Signature bytes to copy.

sig_len

Length of sig in bytes.

Created with MrDocs