MINOR: ssl_sock: Initialize BIO and SSL objects outside of ssl_sock_init()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 9 Nov 2020 14:59:23 +0000 (15:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 10:57:26 +0000 (11:57 +0100)
commit5aa92411fb9c88f54e0ef6b81b84c4ea5e695d2a
tree3edd54dd41d284d0c434ea290e007fefd0c01f93
parent70da889d57051134d2c9536bf5aa66637432e664
MINOR: ssl_sock: Initialize BIO and SSL objects outside of ssl_sock_init()

This patch extraces the code which initializes the BIO and SSL session
objects so that to reuse it elsewhere later for QUIC conections which
only needs SSL and BIO objects at th TLS layer stack level to work.
src/ssl_sock.c