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

Name

Description

a

Optional destination stack pointer updated to the result, or NULL.

pp

Address of a pointer to the TLS‐encoded SCT list; advanced past the data.

len

Number of bytes available at *`pp.`

Created with MrDocs