commit | 5aa92411fb9c88f54e0ef6b81b84c4ea5e695d2a | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Nov 09 15:59:23 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 23 11:57:26 2020 +0100 |
tree | 3edd54dd41d284d0c434ea290e007fefd0c01f93 | |
parent | 70da889d57051134d2c9536bf5aa66637432e664 [diff] |
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.