Record where an SCT was obtained (TLS extension, OCSP, X.509 extension, etc.).
Synopsis
Declared in <openssl/ct.h>
int
SCT_set_source(
SCT* sct,
sct_source_t source);
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
sct |
SCT to update. |
source |
Origin tag from sct_source_t. |
Created with MrDocs