Install a CT log store on an SSL context, transferring ownership of logs.
Declared in <openssl/ssl.h>
void
SSL_CTX_set0_ctlog_store(
SSL_CTX* ctx,
CTLOG_STORE* logs);
| Name | Description |
|---|---|
| ctx | SSL context whose CT log store is replaced. |
| logs | CTLOG_STORE to use for SCT validation; owned by ctx after the call. |