BIO_new_buffer_ssl_connect

Create a BIO chain of buffering BIO, SSL BIO, and connect BIO.

Synopsis

Declared in <openssl/ssl.h>

BIO*
BIO_new_buffer_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 in the chain.