]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: SSL session reuse for QUIC
authorFrederic Lecaille <flecaille@haproxy.com>
Mon, 8 Sep 2025 09:46:26 +0000 (11:46 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Mon, 8 Sep 2025 09:46:26 +0000 (11:46 +0200)
commit6f9fccec1f228eff392a86bfbb4383ae2464aa1b
tree686c6e72a09ef88a76a4e124229812e64cf28108
parentb3e685ac3d6f49fd323cb4562564082e1b07ecc1
MINOR: quic: SSL session reuse for QUIC

Mimic the same behavior as the one for SSL/TCP connetion to implement the
SSL session reuse.

Extract the code which try to reuse the SSL session for SSL/TCP connections
to implement ssl_sock_srv_try_reuse_sess().
Call this function from QUIC ->init() xprt callback (qc_conn_init()) as this
done for SSL/TCP connections.
include/haproxy/ssl_sock.h
src/quic_ssl.c
src/ssl_sock.c