|
|
|
SSL_get_SSL_CTX(3)
NAME
SSL_get_SSL_CTX - Get the SSL_CTX from which an SSL is createdSYNOPSIS
#include <openssl/ssl.h> SSL_CTX *SSL_get_SSL_CTX( SSL *ssl );DESCRIPTION
The SSL_get_SSL_CTX() function returns a pointer to the SSL_CTX object from which ssl was created with SSL_new().RETURN VALUES
The pointer to the SSL_CTX object is returned.SEE ALSO
Functions: ssl(3), SSL_new(3)
|
|
|