Declared in <openssl/ct.h>
struct stack_st_SCT;
| Name | Description |
|---|---|
SCT_LIST_free | Free a stack of SCTs and the SCTs themselves. |
SCT_LIST_print | Pretty-print a stack of SCTs to a BIO, optionally resolving log names. |
SCT_LIST_validate | Validate a list of SCTs against a policy evaluation context. |
SSL_get0_peer_scts | Return the signed certificate timestamps (SCTs) received on this connection. |
d2i_SCT_LIST | Decode a DER-encoded list of Signed Certificate Timestamps. |
i2d_SCT_LIST | Serialize a stack of SCTs to DER and return the encoded length. |
i2o_SCT_LIST | Serialize a stack of SCTs to TLS format and return the encoded length. |
o2i_SCT_LIST | Decode a TLS-format (not DER) list of SCTs from pp. |