Set the Certificate Transparency version of an SCT.

Synopsis

Declared in <openssl/ct.h>

int
SCT_set_version(
    SCT* sct,
    sct_version_t version);

Return Value

1 if version is supported, or 0 otherwise.

Parameters

Name

Description

sct

SCT to update.

version

SCT version to set; only SCT_VERSION_V1 is currently supported.

Created with MrDocs