Name

SSL_get_SSL_CTX — get the SSL_CTX from which an SSL is created


Library

libssl.lib


Synopsis

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


Detailed Description

SSL_get_SSL_CTX() 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

ssl(), SSL_new()


Feedback

For additional information or queries on this page send feedback


© 2008 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user.

Top