Index Index for
Section 3
Index Alphabetical
listing for S
Bottom of page Bottom of
page

SSL_get_SSL_CTX(3)

NAME

SSL_get_SSL_CTX - Get the SSL_CTX from which an SSL is created

SYNOPSIS

#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)

Index Index for
Section 3
Index Alphabetical
listing for S
Top of page Top of
page