mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Merge pull request #673 from Mkaysi/sasl
modules/sasl: disable DH-BLOWFISH & AES by default
This commit is contained in:
+2
-2
@@ -28,8 +28,8 @@ static const struct {
|
||||
} SupportedMechanisms[] = {
|
||||
{ "EXTERNAL", "TLS certificate, for use with the *cert module", false },
|
||||
#ifdef HAVE_SASL_MECHANISM
|
||||
{ "DH-BLOWFISH", "Secure negotiation using the DH-BLOWFISH mechanism", true },
|
||||
{ "DH-AES", "More secure negotiation using the DH-AES mechanism", true },
|
||||
{ "DH-BLOWFISH", "Secure negotiation using the DH-BLOWFISH mechanism", false },
|
||||
{ "DH-AES", "More secure negotiation using the DH-AES mechanism", false },
|
||||
#endif
|
||||
{ "PLAIN", "Plain text negotiation", true },
|
||||
{ NULL, NULL, false }
|
||||
|
||||
Reference in New Issue
Block a user