]> git.kaiwu.me - haproxy.git/commit
MINOR: ssl: Export definitions required by QUIC.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 23 Nov 2020 10:19:04 +0000 (11:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 10:57:26 +0000 (11:57 +0100)
commit901ee2f37bf2840b95eb1b4a37168f9aad823148
tree6d44d94efc2d8c44be9b44f4a804b4f17c09e514
parent5e3d83a2214ede08e89e8f67ab72133f9e1d5cae
MINOR: ssl: Export definitions required by QUIC.

QUIC needs to initialize its BIO and SSL session the same way as for SSL over TCP
connections. It needs also to use the same ClientHello callback.
This patch only exports functions and variables shared between QUIC and SSL/TCP
connections.
include/haproxy/ssl_sock.h
src/ssl_sock.c