]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Add a pool for the QUIC TLS encryption levels
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 21 Jun 2023 14:50:33 +0000 (16:50 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 30 Jun 2023 14:20:55 +0000 (16:20 +0200)
commit25a7b15144ffbc9b8e941b7c71088a37cbe690b4
tree4a8f0150c57092eac2991e096ae66f25e6a117ad
parent7d9f12998d2177f0bcf1ec8f4ebba3a5bed2638b
MINOR: quic: Add a pool for the QUIC TLS encryption levels

Very simple patch to define and declare a pool for the QUIC TLS encryptions levels.
It will be used to dynamically allocate such objects to be attached to the
QUIC connection object (quic_conn struct) and to remove from quic_conn struct the
static array of encryption levels (see ->els[]).
include/haproxy/quic_tls-t.h
src/quic_tls.c