Allocate and initialise an SSL_CONF_CTX for SSL_CONF_* configuration commands.

Synopsis

Declared in <openssl/ssl.h>

SSL_CONF_CTX*
SSL_CONF_CTX_new();

Return Value

Newly allocated SSL_CONF_CTX, or NULL on error.

Created with MrDocs