BIO_new_ssl
sbio = BIO_new_ssl(ctx, 1);
BIO *BIO_new_ssl(SSL_CTX *ctx, int client);
if ((ssl = BIO_new_ssl(ctx, 1)) == NULL)