[#SSL_CONF_CTX_new] = SSL_CONF_CTX_new :mrdocs: Allocate and initialise an SSL_CONF_CTX for SSL_CONF_* configuration commands. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SSL_CONF_CTX.adoc[SSL_CONF_CTX]* SSL_CONF_CTX_new(); ---- == Return Value Newly allocated SSL_CONF_CTX, or NULL on error. [.small]#Created with https://www.mrdocs.com[MrDocs]#