BIO_new_ssl_connect

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

NameDescription
ctxSSL context used by the SSL BIO.