Pretty-print a single Signed Certificate Timestamp to a BIO.
Declared in <openssl/ct.h>
void
SCT_print(
SCT const* sct,
BIO* out,
int indent,
CTLOG_STORE const* logs);
| 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. |