Pretty-print a stack of SCTs to a BIO, optionally resolving log names.
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);
| 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. |