Changes since version 3.0.15 : Christopher Faulet (7): MINOR: ssl: Add a function to hash SNIs MINOR: ssl: Store hash of the SNI for cached TLS sessions MINOR: ssl: Compare hashes instead of SNIs when a session is cached MINOR: connection/ssl: Store the SNI hash value in the connection itself MEDIUM: tcpcheck/backend: Get the connection SNI before initializing SSL ctx BUG/MEDIUM: ssl: Don't reuse TLS session if the connection's SNI differs MEDIUM: ssl/server: No longer store the SNI of cached TLS sessions Olivier Houchard (2): MINOR: connections: Add a new CO_FL_SSL_NO_CACHED_INFO flag BUG/MEDIUM: ssl: Don't resume session for check connections Willy Tarreau (2): BUG/MINOR: sock-inet: ignore conntrack for transparent sockets on Linux BUG/MEDIUM: mux-h2: synchronize all conditions to create a new backend stream