conn_new
static int conn_new(BIO *h);
.create = conn_new,
void conn_new(struct session *, struct connection_config *);
conn_new(s, &s->config.connection);