diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-17 21:18:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-17 21:21:25 +0200 |
commit | 853a91d87097461c7a3268617f70769b9e5490d4 (patch) | |
tree | 2a3cada8d92cb79d6dbf94794266c3d8053e1fcd /doc | |
parent | a5770a224af29119b87c35cdbf4f1f0b43bc0576 (diff) | |
download | weechat-853a91d87097461c7a3268617f70769b9e5490d4.zip |
doc: replace "safest" by "most secure" (relay protocol)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_relay_protocol.en.adoc | 4 | ||||
-rw-r--r-- | doc/ja/weechat_relay_protocol.ja.adoc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_relay_protocol.en.adoc b/doc/en/weechat_relay_protocol.en.adoc index b5c6ee87c..42e370ec5 100644 --- a/doc/en/weechat_relay_protocol.en.adoc +++ b/doc/en/weechat_relay_protocol.en.adoc @@ -137,8 +137,8 @@ Notes about option _password_: * If the option is not given (of if the _handshake_ command is not sent by the client), _relay_ uses automatically _plain_ authentication (if allowed on _relay_ side). -* _Relay_ chooses the safest algorithm available on both client and _relay_, - by order of priority from first (safest) to last used: +* _Relay_ chooses the most secure algorithm available on both client and + _relay_, by order of priority from first (most secure) to last used: . _pbkdf2+sha512_ . _pbkdf2+sha256_ . _sha512_ diff --git a/doc/ja/weechat_relay_protocol.ja.adoc b/doc/ja/weechat_relay_protocol.ja.adoc index 5ce16b624..cdf42fd5a 100644 --- a/doc/ja/weechat_relay_protocol.ja.adoc +++ b/doc/ja/weechat_relay_protocol.ja.adoc @@ -146,8 +146,8 @@ Notes about option _password_: * If the option is not given (of if the _handshake_ command is not sent by the client), _relay_ uses automatically _plain_ authentication (if allowed on _relay_ side). -* _Relay_ chooses the safest algorithm available on both client and _relay_, - by order of priority from first (safest) to last used: +* _Relay_ chooses the more secure algorithm available on both client and + _relay_, by order of priority from first (most secure) to last used: . _pbkdf2+sha512_ . _pbkdf2+sha256_ . _sha512_ |