stack_st_SCT

Synopsis

Declared in <openssl/ct.h>

struct stack_st_SCT;

Non-Member Functions

NameDescription
SCT_LIST_freeFree a stack of SCTs and the SCTs themselves.
SCT_LIST_printPretty-print a stack of SCTs to a BIO, optionally resolving log names.
SCT_LIST_validateValidate a list of SCTs against a policy evaluation context.
SSL_get0_peer_sctsReturn the signed certificate timestamps (SCTs) received on this connection.
d2i_SCT_LISTDecode a DER-encoded list of Signed Certificate Timestamps.
i2d_SCT_LISTSerialize a stack of SCTs to DER and return the encoded length.
i2o_SCT_LISTSerialize a stack of SCTs to TLS format and return the encoded length.
o2i_SCT_LISTDecode a TLS-format (not DER) list of SCTs from pp.