[#SSL_CTX_set0_ctlog_store] = SSL_CTX_set0_ctlog_store :mrdocs: Install a CT log store on an SSL context, transferring ownership of `logs.` == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SSL_CTX_set0_ctlog_store( xref:SSL_CTX.adoc[SSL_CTX]* ctx, xref:CTLOG_STORE.adoc[CTLOG_STORE]* logs); ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#