commit | 29d2ce34b840e7471a199012c40ca6984648bea8 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Jun 08 09:28:31 2023 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Sep 21 10:35:14 2023 +0200 |
tree | 0e9949b487d407ae67ba3cf3e0786182c6228075 | |
parent | cd5ab684f9c05043c4f66fd925305d9efd261e81 [diff] |
MINOR: quic: SSL context initialization with QUIC OpenSSL wrapper. When the QUIC OpenSSL wrapper is used, the keylog has to be set and a QUIC specific TLS 1.3 extension must be added to the EncryptedExtensions message. This is done by quic_tls_compat_init(). (cherry picked from commit bcbd5a287b35813ed667f23afb98db446c572618) Signed-off-by: William Lallemand <wlallemand@haproxy.org>