[#SSL_CTX_new] = SSL_CTX_new :mrdocs: Create a new SSL_CTX for connections using method `meth.` == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SSL_CTX.adoc[SSL_CTX]* SSL_CTX_new(xref:SSL_METHOD.adoc[SSL_METHOD] const* meth); ---- == Return Value New SSL_CTX, or NULL on failure; free with SSL_CTX_free. == Parameters [cols="1,4"] |=== | Name| Description | *meth* | Connection method such as TLS_method() or DTLS_method(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#