Create a BIO chain of an SSL BIO and a connect BIO.

Synopsis

Declared in <openssl/ssl.h>

BIO*
BIO_new_ssl_connect(SSL_CTX* ctx);

Return Value

New BIO chain on success, or NULL on failure.

Parameters

Name

Description

ctx

SSL context used by the SSL BIO.

Created with MrDocs