1SSL_get_SSL_CTX(3)                  OpenSSL                 SSL_get_SSL_CTX(3)
2
3
4

NAME

6       SSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created
7

SYNOPSIS

9        #include <openssl/ssl.h>
10
11        SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
12

DESCRIPTION

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

RETURN VALUES

18       The pointer to the SSL_CTX object is returned.
19

SEE ALSO

21       ssl(3), SSL_new(3)
22
23
24
251.0.2k                            2017-01-26                SSL_get_SSL_CTX(3)
Impressum