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
Name |
Description |
ctx |
SSL context used by the SSL BIO in the chain. |
Created with MrDocs