mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
bbc2e37fe4
Description:- Client applications establishes connection to server, which does not support SSL, via TCP even when SSL is enforced via MYSQL_OPT_SSL_MODE or MYSQL_OPT_SSL_ENFORCE or MYSQL_OPT_SSL_VERIFY_SERVER_CERT. Analysis:- There exist no error handling for catching client applications which enforces SSL connection to connect to a server which does not support SSL. Fix:- Error handling is done to catch above mentioned scenarios. |
||
---|---|---|
.. | ||
client.c | ||
client_plugin.c | ||
my_path_permissions.cc | ||
my_time.c | ||
my_user.c | ||
pack.c |