diff options
author | Peter Powell <petpow@saberuk.com> | 2016-04-13 20:26:50 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-04-13 20:26:50 +0100 |
commit | f4f6787c9ccdbcb675e0c81129abce469f694d94 (patch) | |
tree | 43391b25121c696e1ae5f507432fe71a9501ec2f /data | |
parent | 79e7c3f98a57b7cffc46d9a7dc250a0e6e25fc98 (diff) |
Remove support for DH-AES and DH-BLOWFISH.
These SASL mechanisms are considered insecure and should not be
used anymore.
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 7e1a4eca5..e921c1e0d 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -543,24 +543,6 @@ module { name = "help" } #module { name = "m_sasl" } /* - * m_sasl_dh-aes [EXTRA] - * - * Add the DH-AES mechanism to SASL. - * Requires m_sasl to be loaded. - * Requires openssl. - */ -#module { name = "m_sasl_dh-aes" } - -/* - * m_sasl_dh-blowfish [EXTRA] - * - * Add the DH-BLOWFISH mechanism to SASL. - * Requires m_sasl to be loaded. - * Requires openssl. - */ -#module { name = "m_sasl_dh-blowfish" } - -/* * m_ssl_gnutls [EXTRA] * * This module provides SSL services to Anope using GnuTLS, for example to |