]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher preference...
authorAttila Molnar <attilamolnar@hush.com>
Wed, 11 Nov 2015 09:51:00 +0000 (10:51 +0100)
committerAttila Molnar <attilamolnar@hush.com>
Wed, 11 Nov 2015 09:51:00 +0000 (10:51 +0100)
src/modules/extra/m_ssl_gnutls.cpp

index 112ec8ef960b371e48541aa8a53dd98ccd03d19c..716a736f87868f3304adfc7b79a8f697673fe5d2 100644 (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)