]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Compare hashes instead of SNIs when a session is cached
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 Dec 2025 15:23:53 +0000 (16:23 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 8 Dec 2025 14:22:01 +0000 (15:22 +0100)
commit92f77cb3e6b2532a285643863d6fd26e53f4cc24
treeed8c58dd524288168282806978ee8d535dfe707b
parent979458520448ae927b31d443d8da118feb80c422
MINOR: ssl: Compare hashes instead of SNIs when a session is cached

This patch relies on the commit "MINOR: ssl: Store hash of the SNI for
cached TLS sessions". We now use the hash of the SNIs instead of the SNIs
themselves to know if we must update the cached SNI or not.
src/ssl_sock.c