Removed support for SSLv3
SSLv3 can't be considered safe anymore so removing the support for it improves MaxScale's security as a whole.
This commit is contained in:
@ -42,7 +42,6 @@ struct dcb;
|
||||
|
||||
enum
|
||||
{
|
||||
SERVICE_SSLV3,
|
||||
SERVICE_TLS10,
|
||||
#ifdef OPENSSL_1_0
|
||||
SERVICE_TLS11,
|
||||
|
Reference in New Issue
Block a user