SCT_LIST_print

Pretty-print a stack of SCTs to a BIO, optionally resolving log names.

Synopsis

Declared in <openssl/ct.h>

void
SCT_LIST_print(
    stack_st_SCT const* sct_list,
    BIO* out,
    int indent,
    char const* separator,
    CTLOG_STORE const* logs);

Parameters

NameDescription
sct_listStack of Signed Certificate Timestamps to print.
outDestination BIO.
indentNumber of leading spaces for each SCT.
separatorText inserted between consecutive SCTs.
logsOptional CT log store used to look up log names, or NULL.