Pretty‐print a single Signed Certificate Timestamp to a BIO.

Synopsis

Declared in <openssl/ct.h>

void
SCT_print(
    SCT const* sct,
    BIO* out,
    int indent,
    CTLOG_STORE const* logs);

Parameters

Name

Description

sct

SCT to print.

out

Destination BIO.

indent

Number of leading spaces for each line.

logs

Optional CT log store used to resolve the log name, or NULL.

Created with MrDocs