BIO_f_ssl
ssl_bio = BIO_new(BIO_f_ssl());
const BIO_METHOD *BIO_f_ssl(void);
if ((ret = BIO_new(BIO_f_ssl())) == NULL)