commit | 70a6e637b47d8e0ccf49dff8e2f3f4bb1a9c0b29 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed Sep 07 11:21:34 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Sep 07 11:33:28 2022 +0200 |
tree | 8bcc7cc79f5ed771421f8e277b8fd5ccb1467b04 | |
parent | 373ce73695541b9bdb9826a63a6a092cb2dbe779 [diff] |
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