SCT_print

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

NameDescription
sctSCT to print.
outDestination BIO.
indentNumber of leading spaces for each line.
logsOptional CT log store used to resolve the log name, or NULL.