mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
f2f6025a44
LAST BYTE ONLY (YASSL) Description:- TLS cipher negociation happens incorrectly leading to the use of a different Analysis:- YaSSL based MySQL server will compare only the last byte of each cipher sent in the Client Hello message. This can cause TLS connections to fail, due to the server picking a cipher which the client doesn't actually support. Fix:- A fix for detecting cipher suites with non leading zeros is included as YaSSL only supports cipher suites with leading zeros. |
||
---|---|---|
.. | ||
yassl | ||
charset2html.c | ||
CMakeLists.txt | ||
comp_err.c | ||
innochecksum.c | ||
my_print_defaults.c | ||
mysql_waitpid.c | ||
perror.c | ||
replace.c | ||
resolve_stack_dump.c | ||
resolveip.c |