[#SCT_LIST_print] = SCT_LIST_print :mrdocs: Pretty‐print a stack of SCTs to a BIO, optionally resolving log names. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SCT_LIST_print( xref:stack_st_SCT.adoc[stack_st_SCT] const* sct_list, xref:BIO.adoc[BIO]* out, int indent, char const* separator, xref:CTLOG_STORE.adoc[CTLOG_STORE] const* logs); ---- == Parameters [cols="1,4"] |=== | Name| Description | *sct_list* | Stack of Signed Certificate Timestamps to print. | *out* | Destination BIO. | *indent* | Number of leading spaces for each SCT. | *separator* | Text inserted between consecutive SCTs. | *logs* | Optional CT log store used to look up log names, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#