summaryrefslogtreecommitdiff
path: root/doc/en/includes/autogen_user_options.en.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-06-15 21:49:45 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-06-15 21:49:45 +0200
commite8cdda318fe2a09ff7302c54cdd7900040a8ba5a (patch)
tree13af58c29bbe19adc460692abed71435600570b3 /doc/en/includes/autogen_user_options.en.adoc
parent51740eb21e71ca63b53ade1b432f6711ae9769dc (diff)
downloadweechat-e8cdda318fe2a09ff7302c54cdd7900040a8ba5a.zip
irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175)
Diffstat (limited to 'doc/en/includes/autogen_user_options.en.adoc')
-rw-r--r--doc/en/includes/autogen_user_options.en.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc
index 193c623a0..059e57c30 100644
--- a/doc/en/includes/autogen_user_options.en.adoc
+++ b/doc/en/includes/autogen_user_options.en.adoc
@@ -2779,9 +2779,9 @@
** default value: `+""+`
* [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism*
-** description: pass:none[mechanism for SASL authentication: "plain" for plain text password, "scram-sha-1" for SCRAM authentication with SHA-1 digest algorithm, "scram-sha-256" for SCRAM authentication with SHA-256 digest algorithm, "scram-sha-512" for SCRAM authentication with SHA-512 digest algorithm, "ecdsa-nist256p-challenge" for key-based challenge authentication, "external" for authentication using client side SSL cert, "dh-blowfish" for blowfish crypted password (insecure, not recommended), "dh-aes" for AES crypted password (insecure, not recommended)]
+** description: pass:none[mechanism for SASL authentication: "plain" for plain text password, "scram-sha-1" for SCRAM authentication with SHA-1 digest algorithm, "scram-sha-256" for SCRAM authentication with SHA-256 digest algorithm, "scram-sha-512" for SCRAM authentication with SHA-512 digest algorithm, "ecdsa-nist256p-challenge" for key-based challenge authentication, "external" for authentication using client side SSL certificate]
** type: integer
-** values: plain, scram-sha-1, scram-sha-256, scram-sha-512, ecdsa-nist256p-challenge, external, dh-blowfish, dh-aes
+** values: plain, scram-sha-1, scram-sha-256, scram-sha-512, ecdsa-nist256p-challenge, external
** default value: `+plain+`
* [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password*