blob: 8b2fe233690ce3391d0693dc36a79432bd429221 [file] [log] [blame]
Waleed Elmelegyb5df9d82024-08-22 16:10:10 +00001Bugfix
Waleed Elmelegy65e73c82024-08-22 16:27:27 +00002 * Fix an issue where TLS 1.2 clients who send a ClientHello message with
3 legacy_compression_methods get a failure in connection because TLS 1.3
4 is enabled by default and the server rejects the ClientHello packet as
5 malformed for TLS 1.3 in a way that stops the fallback to TLS 1.2.
6 fixes #8995, #9243.
7