]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic_tls: Stop hardcoding cipher IV lengths
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 5 Apr 2022 10:18:46 +0000 (12:18 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 8 Apr 2022 13:38:29 +0000 (15:38 +0200)
commitf2f4a4eee5a3979e8093bc6ffe713baa663a6437
treed846c914403ae4af586f0f0a86b0386fb8fd099e
parentf4605748f44dac766e910138813b76a0be9f3635
MINOR: quic_tls: Stop hardcoding cipher IV lengths

For QUIC AEAD usage, the number of bytes for the IVs is always 12.
include/haproxy/quic_tls-t.h
src/quic_tls.c
src/xprt_quic.c