Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ SSL_get_SSL_CTX(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ssl(3)

SSL_new(3)

SSL_get_SSL_CTX(3)  —  Subroutines

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)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026