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