[#SSL_CTX_set_info_callback] = SSL_CTX_set_info_callback :mrdocs: Set the information callback used by SSL objects created from a context. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SSL_CTX_set_info_callback( xref:SSL_CTX.adoc[SSL_CTX]* ctx, void(* cb)(xref:SSL.adoc[SSL] const*, int, int)); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context whose default info callback is set. | *cb* | Callback receiving the SSL, a where bitmask (SSL_CB_*), and a detail value; NULL disables it. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#