diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-04-14 07:30:49 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-04-14 07:30:49 +0200 |
commit | 906c6ebb61c159cfe0bf6dfef7f42b6477fac0fd (patch) | |
tree | 7c35b24fba613a8a8ca4808f637c48fb5fee1c6a /doc/en | |
parent | 1d8f48b1026c5d1d90f990c79f4cb59524814fe7 (diff) | |
download | weechat-906c6ebb61c159cfe0bf6dfef7f42b6477fac0fd.zip |
doc: mask SASL mechanisms dh-blowfish and dh-aes as "insecure"
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index 89f96982f..3a084b357 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -2229,8 +2229,8 @@ WeeChat supports SASL authentication, using different mechanisms: * 'plain': plain text password (default) * 'ecdsa-nist256p-challenge': challenge with public/private key * 'external': client side SSL cert -* 'dh-blowfish': blowfish encrypted password -* 'dh-aes': AES encrypted password +* 'dh-blowfish': blowfish encrypted password (*insecure*, not recommended) +* 'dh-aes': AES encrypted password (*insecure*, not recommended) [NOTE] The "gcrypt" library is required when compiling WeeChat in order to use |