commit | ad3c07ae8188f3fce52bb838954ec638781d1506 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Dec 14 19:23:43 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Dec 17 08:38:43 2021 +0100 |
tree | eeaab22a07b5e4a665928bef773a9c3b5064bd7d | |
parent | 0371cd54d029423b9bff6aec79053a27845ce6bd [diff] |
MINOR: quic: Enable TLS 0-RTT if needed Enable 0-RTT at the TLS context level: RFC 9001 4.6.1. Enabling 0-RTT Accordingly, the max_early_data_size parameter is repurposed to hold a sentinel value 0xffffffff to indicate that the server is willing to accept QUIC 0-RTT data. At the SSL connection level, we must call SSL_set_quic_early_data_enabled().