[#BIO_new_buffer_ssl_connect] = BIO_new_buffer_ssl_connect :mrdocs: Create a BIO chain of buffering BIO, SSL BIO, and connect BIO. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO.adoc[BIO]* BIO_new_buffer_ssl_connect(xref:SSL_CTX.adoc[SSL_CTX]* ctx); ---- == Return Value New BIO chain on success, or NULL on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context used by the SSL BIO in the chain. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#