mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-29 05:02:49 +02:00
Instead of storing the SSL_SESSION pointer directly in the struct server, store the ASN1 representation, otherwise, session resumption is broken with TLS 1.3, when multiple outgoing connections want to use the same session.