Set the CT log ID on an SCT, transferring ownership of log_id.
Synopsis
Declared in <openssl/ct.h>
int
SCT_set0_log_id(
SCT* sct,
unsigned char* log_id,
size_t log_id_len);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
sct |
SCT whose log_id field is replaced. |
log_id |
Log ID bytes that |
log_id_len |
Length of |
Created with MrDocs