|
NAMESSL_set_SSL_CTX —
modify an SSL connection object to use another context
SYNOPSIS#include <openssl/ssl.h>
SSL_CTX *
DESCRIPTIONSSL_set_SSL_CTX () causes ssl to
use the context ctx.
If ctx is If ssl already uses ctx, no action occurs. RETURN VALUESSSL_set_SSL_CTX () returns an internal pointer to the
context that ssl is using as a result of the call, or
NULL if memory allocation fails.
SEE ALSOssl(3), SSL_clear(3), SSL_CTX_new(3), SSL_get_SSL_CTX(3), SSL_new(3)HISTORYSSL_set_SSL_CTX () first appeared in OpenSSL 0.9.8f and
has been available since OpenBSD 4.5.
Visit the GSP FreeBSD Man Page Interface. |