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