]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Assemble QUIC TLS flags at the same level
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 25 Feb 2022 16:17:59 +0000 (17:17 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 1 Mar 2022 15:34:03 +0000 (16:34 +0100)
commitbd242086733227f0f11e7aa4d37ee6e47ce2b698
tree9a03905f1287a508c080693089fcf4a162fb4caa
parent9355d50f731d47f685317f40b65b43a611e6b6c5
MINOR: quic: Assemble QUIC TLS flags at the same level

Do not distinguish the direction (TX/RX) when settings TLS secrets flags.
There is not such a distinction in the RFC 9001.
Assemble them at the same level: at the upper context level.
include/haproxy/quic_loss.h
include/haproxy/quic_tls-t.h
include/haproxy/quic_tls.h
src/xprt_quic.c