o2i_SCT_LIST

Decode a TLS-format (not DER) list of SCTs from pp.

Synopsis

Declared in <openssl/ct.h>

stack_st_SCT*
o2i_SCT_LIST(
    stack_st_SCT** a,
    unsigned char const** pp,
    size_t len);

Return Value

Stack of SCTs, or NULL on error.

Parameters

NameDescription
aOptional destination stack pointer updated to the result, or NULL.
ppAddress of a pointer to the TLS-encoded SCT list; advanced past the data.
lenNumber of bytes available at *pp.