commit | a956d151183e412c049b40d11ea384fb9f2fc9b4 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Nov 10 09:24:22 2021 +0100 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Fri Nov 19 14:37:35 2021 +0100 |
tree | de458ac0891247b595fc2e074074c0ca0f99ff63 | |
parent | 28f51faf0bf2c9f4a40297908978e16e37a41657 [diff] |
MINOR: quic: Support transport parameters draft TLS extension If we want to run quic-tracker against haproxy, we must at least support the draft version of the TLS extension for the QUIC transport parameters (0xffa5). quic-tracker QUIC version is draft-29 at this time. We select this depending on the QUIC version. If draft, we select the draft TLS extension.