SSL_get_SSL_CTX.3ssl - Man Page

get the SSL_CTX from which an SSL is created

Synopsis

 #include <openssl/ssl.h>

 SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);

Description

SSL_get_SSL_CTX() returns a pointer to the SSL_CTX object, from which ssl was created with SSL_new(3).

Return Values

The pointer to the SSL_CTX object is returned.

See Also

ssl(7), SSL_new(3)

Referenced By

SSL_new.3ssl(3).

2024-01-25 1.1.1q OpenSSL