mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher preferences by default
This commit is contained in:
parent
689bb28120
commit
2c7c0cd711
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user