Allocate an SSL filter BIO using the given context.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
BIO* BIO_new_ssl( SSL_CTX* ctx, int client);
New SSL BIO on success, or NULL on failure.