[#SSL_ct_is_enabled] = SSL_ct_is_enabled :mrdocs: Report whether Certificate Transparency validation is enabled on an SSL connection. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_ct_is_enabled(xref:SSL.adoc[SSL] const* s); ---- == Return Value 1 if a non‐NULL CT validation callback is set (including via SSL_enable_ct), or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL connection to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#