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:
Markus Makela
2016-03-08 15:22:35 +02:00
parent 18a3aa5e33
commit 60724172a4
3 changed files with 3 additions and 10 deletions

View File

@ -42,7 +42,6 @@ struct dcb;
enum
{
SERVICE_SSLV3,
SERVICE_TLS10,
#ifdef OPENSSL_1_0
SERVICE_TLS11,