]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic-be: Add a function for the TLS context allocations
authorFrederic Lecaille <flecaille@haproxy.com>
Mon, 18 Dec 2023 16:06:40 +0000 (17:06 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 11 Jun 2025 16:37:34 +0000 (18:37 +0200)
commit1e45690656fc1ec0173c44f1631d808e452c4a1b
tree107854108ebe23fd856f4b38dd8443e4a5acd25f
parenta4e12962086157aa0eb95fb014c5fc76f04f8e95
MINOR: quic-be: Add a function for the TLS context allocations

Implement ssl_quic_srv_new_ssl_ctx() whose aim is to allocate a TLS context
for QUIC servers.
include/haproxy/quic_ssl.h
src/quic_ssl.c