Set the SCT extensions field by copying ext.
Declared in <openssl/ct.h>
int
SCT_set1_extensions(
SCT* sct,
unsigned char const* ext,
size_t ext_len);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| sct | SCT to update. |
| ext | Extension bytes to copy, or NULL when ext_len is 0. |
| ext_len | Length of ext in bytes. |