commit | b82296c10e9a0bf8021a977a939d1073110e15ef | [log] [tgz] |
---|---|---|
author | Stefan Eissing <stefan@eissing.org> | Wed Nov 30 15:16:38 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Nov 30 17:38:27 2022 +0100 |
tree | 2b945e03870652e39f8f36f1a2502af7d3d4f305 | |
parent | 334d091b759b74bc45ec2c84de4f1ee40b3ed6ec [diff] |
BUILD: quic: allow build with USE_QUIC and USE_OPENSSL_WOLFSSL WolfSSL does not implement the TLS1_3_CK_AES_128_CCM_SHA256 cipher as well as the SSL_ERROR_WANT_ASYNC, SSL_ERROR_WANT_ASYNC_JOB and SSL_ERROR_WANT_CLIENT_HELLO_CB error codes. This patch disables them for WolfSSL. Signed-off-by: William Lallemand <wlallemand@haproxy.org>