[#BIO_new_ssl] = BIO_new_ssl :mrdocs: Allocate an SSL filter BIO using the given context. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO.adoc[BIO]* BIO_new_ssl( xref:SSL_CTX.adoc[SSL_CTX]* ctx, int client); ---- == Return Value New SSL BIO on success, or NULL on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context used to create the internal SSL object. | *client* | Non‐zero for client mode; zero for server mode. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#