MirOS Manual: SSL_get_SSL_CTX(3)


SSL_GET_SSL_CTX(3)           OpenSSL           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(const SSL *ssl);

DESCRIPTION

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

RETURN VALUES

     The pointer to the SSL_CTX object is returned.

SEE ALSO

     ssl(3), SSL_new(3)

MirOS BSD #10-current      2005-04-29                           1

Generated on 2012-02-20 02:47:02 by $MirOS: src/scripts/roff2htm,v 1.70 2011/12/03 18:21:12 tg Exp $

These manual pages and other documentation are copyrighted by their respective writers; their source is available at our CVSweb, AnonCVS, and other mirrors. The rest is Copyright © 2002‒2011 The MirOS Project, Germany.
This product includes material provided by Thorsten Glaser.

This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.