commit | 4015cbb723111e4d4bdd43ad073061f7d44466a1 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Dec 14 19:29:34 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Dec 17 08:38:43 2021 +0100 |
tree | 0364cbfa091b0bfbd22724d1d88976c9266ee2af | |
parent | ad3c07ae8188f3fce52bb838954ec638781d1506 [diff] |
MINOR: quic: No TX secret at EARLY_DATA encryption level The TLS does not provide us with TX secrets after we have provided it with 0-RTT data. This is logic: the server does not need to send 0-RTT data. We must skip the section where such secrets are derived if we do not want to close the connection with a TLS alert.