m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher preferences by default

This commit is contained in:
Attila Molnar 2015-11-11 10:51:00 +01:00
parent 689bb28120
commit 2c7c0cd711

View File

@ -348,7 +348,7 @@ namespace GnuTLS
static const char* GetDefault()
{
return "NORMAL";
return "NORMAL:%SERVER_PRECEDENCE:-VERS-SSL3.0";
}
static std::string RemoveUnknownTokens(const std::string& prio)