Set the CT log ID on an SCT by copying log_id.
Declared in <openssl/ct.h>
int
SCT_set1_log_id(
SCT* sct,
unsigned char const* log_id,
size_t log_id_len);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| sct | SCT to update. |
| log_id | Log ID bytes to copy. |
| log_id_len | Length of log_id in bytes. |