Decode a TLS-format (not DER) list of SCTs from pp.
Declared in <openssl/ct.h>
stack_st_SCT*
o2i_SCT_LIST(
stack_st_SCT** a,
unsigned char const** pp,
size_t len);
Stack of SCTs, or NULL on error.
| 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. |