BIO_do_handshake
i = BIO_do_handshake(io);
#define BIO_do_connect(b) BIO_do_handshake(b)
#define BIO_do_accept(b) BIO_do_handshake(b)