skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: SSL Application Programming Interface (API) Reference SSL Application Programming Interface (API) Reference
go to previous page: SSL_get_session SSL_get_session
go to next page: SSL_get_verify_resultSSL_get_verify_result
end of book navigation links


SSL_get_SSL_CTX
Description
Return Values
See Also
 

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


return to top DESCRIPTION  

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


return to top RETURN VALUES  

The pointer to the SSL_CTX object is returned.


return to top SEE ALSO  

ssl(3) , SSL_new(3)
go to previous page: SSL_get_session SSL_get_session
go to next page: SSL_get_verify_resultSSL_get_verify_result