]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: add QUIC support when no client_hello_cb
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 7 Sep 2022 09:21:34 +0000 (11:21 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 7 Sep 2022 09:33:28 +0000 (11:33 +0200)
commit70a6e637b47d8e0ccf49dff8e2f3f4bb1a9c0b29
tree8bcc7cc79f5ed771421f8e277b8fd5ccb1467b04
parent373ce73695541b9bdb9826a63a6a092cb2dbe779
MINOR: quic: add QUIC support when no client_hello_cb

Add QUIC support to the ssl_sock_switchctx_cbk() variant used only when
no client_hello_cb is available.

This could be used with libreSSL implementation of QUIC for example.
It also works with quictls when HAVE_SSL_CLIENT_HELLO_CB is removed from
openss-compat.h
src/ssl_sock.c