Create a BIO_s_connect() BIO configured for host_port.
host_port.
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO* BIO_new_connect(char const* host_port);
New connect BIO, or NULL on error; free with BIO_free().