Browse Source
Merge pull request #2694 from wangxinhe2006/master
Add `xchacha20-ietf-poly1305` to docs and completions
pull/2697/head
Max Lv
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with
28 additions and
22 deletions
-
completions/bash/ss-local
-
completions/bash/ss-manager
-
completions/bash/ss-redir
-
completions/bash/ss-server
-
completions/bash/ss-tunnel
-
completions/zsh/_ss-local
-
completions/zsh/_ss-manager
-
completions/zsh/_ss-redir
-
completions/zsh/_ss-server
-
completions/zsh/_ss-tunnel
-
doc/shadowsocks-libev.asciidoc
-
doc/ss-local.asciidoc
-
doc/ss-manager.asciidoc
-
doc/ss-redir.asciidoc
-
doc/ss-server.asciidoc
-
doc/ss-tunnel.asciidoc
|
|
@ -2,7 +2,7 @@ _ss_local() |
|
|
|
{ |
|
|
|
local cur prev opts ciphers |
|
|
|
opts='-s -p -l -k -m -a -f -t -c -n -i -b -u -U -v -h --reuse-port --fast-open --acl --mtu --mptcp --no-delay --key --plugin --plugin-opts --help' |
|
|
|
ciphers='rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf' |
|
|
|
ciphers='rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 xchacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf' |
|
|
|
cur=${COMP_WORDS[COMP_CWORD]} |
|
|
|
prev="${COMP_WORDS[COMP_CWORD-1]}" |
|
|
|
case "$prev" in |
|
|
|
|
|
@ -2,7 +2,7 @@ _ss_manager() |
|
|
|
{ |
|
|
|
local cur prev opts ciphers |
|
|
|
opts='-s -p -l -k -m -a -f -t -c -n -i -b -u -U -v -h --reuse-port --manager-address --executable --mtu --mptcp --plugin --plugin-opts --help' |
|
|
|
ciphers='rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf' |
|
|
|
ciphers='rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 xchacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf' |
|
|
|
cur=${COMP_WORDS[COMP_CWORD]} |
|
|
|
prev="${COMP_WORDS[COMP_CWORD-1]}" |
|
|
|
case "$prev" in |
|
|
|
|
|
@ -2,7 +2,7 @@ _ss_redir() |
|
|
|
{ |
|
|
|
local cur prev opts ciphers |
|
|
|
opts='-s -p -l -k -m -a -f -t -c -n -b -u -U -v -h --reuse-port --mtu --mptcp --key --plugin --plugin-opts --help' |
|
|
|
ciphers='rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf' |
|
|
|
ciphers='rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 xchacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf' |
|
|
|
cur=${COMP_WORDS[COMP_CWORD]} |
|
|
|
prev="${COMP_WORDS[COMP_CWORD-1]}" |
|
|
|
case "$prev" in |
|
|
|
|
|
@ -2,7 +2,7 @@ _ss_server() |
|
|
|
{ |
|
|
|
local cur prev opts ciphers |
|
|
|
opts='-s -p -l -k -m -a -f -t -c -n -i -b -u -U -6 -d -v -h --reuse-port --fast-open --acl --manager-address --mtu --mptcp --no-delay --key --plugin --plugin-opts --help' |
|
|
|
ciphers='rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf' |
|
|
|
ciphers='rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 xchacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf' |
|
|
|
COMPREPLY=() |
|
|
|
cur=${COMP_WORDS[COMP_CWORD]} |
|
|
|
prev="${COMP_WORDS[COMP_CWORD-1]}" |
|
|
|
|
|
@ -2,7 +2,7 @@ _ss_tunnel() |
|
|
|
{ |
|
|
|
local cur prev opts ciphers |
|
|
|
opts='-s -p -l -k -m -a -f -t -c -n -i -b -u -U -L -v -h --reuse-port --mtu --mptcp --key --plugin --plugin-opts --help' |
|
|
|
ciphers='rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf' |
|
|
|
ciphers='rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 xchacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf' |
|
|
|
cur=${COMP_WORDS[COMP_CWORD]} |
|
|
|
prev="${COMP_WORDS[COMP_CWORD-1]}" |
|
|
|
compopt +o nospace |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#compdef ss-local |
|
|
|
|
|
|
|
local ciphers |
|
|
|
ciphers='(rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf)' |
|
|
|
ciphers='(rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 xchacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf)' |
|
|
|
|
|
|
|
_arguments "-h::" \ |
|
|
|
"-s:server host:_hosts" \ |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#compdef ss-manager |
|
|
|
|
|
|
|
local ciphers |
|
|
|
ciphers='(rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf)' |
|
|
|
ciphers='(rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 xchacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf)' |
|
|
|
|
|
|
|
_arguments "-h::" \ |
|
|
|
"-s:server host:_hosts" \ |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#compdef ss-redir |
|
|
|
|
|
|
|
local ciphers |
|
|
|
ciphers='(rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf)' |
|
|
|
ciphers='(rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 xchacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf)' |
|
|
|
|
|
|
|
_arguments "-h::" \ |
|
|
|
"-s:server host:_hosts" \ |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#compdef ss-server |
|
|
|
|
|
|
|
local ciphers |
|
|
|
ciphers='(rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf)' |
|
|
|
ciphers='(rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 xchacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf)' |
|
|
|
|
|
|
|
_arguments "-h::" \ |
|
|
|
"-s:server host:_hosts" \ |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#compdef ss-tunnel |
|
|
|
|
|
|
|
local ciphers |
|
|
|
ciphers='(rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf)' |
|
|
|
ciphers='(rc4-md5 aes-128-gcm aes-192-gcm aes-256-gcm aes-128-cfb aes-192-cfb aes-256-cfb aes-128-ctr aes-192-ctr aes-256-ctr camellia-128-cfb camellia-192-cfb camellia-256-cfb bf-cfb chacha20-ietf-poly1305 xchacha20-ietf-poly1305 salsa20 chacha20 chacha20-ietf)' |
|
|
|
|
|
|
|
_arguments "-h::" \ |
|
|
|
"-s:server host:_hosts" \ |
|
|
|
|
|
@ -56,13 +56,14 @@ Not available in manager mode. |
|
|
|
-m <encrypt_method>:: |
|
|
|
Set the cipher. |
|
|
|
+ |
|
|
|
*Shadowsocks-libev* accepts 18 different ciphers: |
|
|
|
*Shadowsocks-libev* accepts 19 different ciphers: |
|
|
|
+ |
|
|
|
aes-128-gcm, aes-192-gcm, aes-256-gcm, |
|
|
|
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb, |
|
|
|
aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb, |
|
|
|
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, |
|
|
|
chacha20-ietf-poly1305, salsa20, chacha20 and chacha20-ietf. |
|
|
|
chacha20-ietf-poly1305, xchacha20-ietf-poly1305, |
|
|
|
salsa20, chacha20 and chacha20-ietf. |
|
|
|
+ |
|
|
|
The default cipher is 'chacha20-ietf-poly1305'. |
|
|
|
+ |
|
|
|
|
|
@ -51,13 +51,14 @@ Set the key directly. The key should be encoded with URL-safe Base64. |
|
|
|
-m <encrypt_method>:: |
|
|
|
Set the cipher. |
|
|
|
+ |
|
|
|
*Shadowsocks-libev* accepts 18 different ciphers: |
|
|
|
*Shadowsocks-libev* accepts 19 different ciphers: |
|
|
|
+ |
|
|
|
aes-128-gcm, aes-192-gcm, aes-256-gcm, |
|
|
|
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb, |
|
|
|
aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb, |
|
|
|
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, |
|
|
|
chacha20-ietf-poly1305, salsa20, chacha20 and chacha20-ietf. |
|
|
|
chacha20-ietf-poly1305, xchacha20-ietf-poly1305, |
|
|
|
salsa20, chacha20 and chacha20-ietf. |
|
|
|
+ |
|
|
|
The default cipher is 'chacha20-ietf-poly1305'. |
|
|
|
+ |
|
|
|
|
|
@ -43,13 +43,14 @@ Set the password. The server and the client should use the same password. |
|
|
|
-m <encrypt_method>:: |
|
|
|
Set the cipher. |
|
|
|
+ |
|
|
|
*Shadowsocks-libev* accepts 18 different ciphers: |
|
|
|
*Shadowsocks-libev* accepts 19 different ciphers: |
|
|
|
+ |
|
|
|
aes-128-gcm, aes-192-gcm, aes-256-gcm, |
|
|
|
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb, |
|
|
|
aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb, |
|
|
|
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, |
|
|
|
chacha20-ietf-poly1305, salsa20, chacha20 and chacha20-ietf. |
|
|
|
chacha20-ietf-poly1305, xchacha20-ietf-poly1305, |
|
|
|
salsa20, chacha20 and chacha20-ietf. |
|
|
|
+ |
|
|
|
The default cipher is 'chacha20-ietf-poly1305'. |
|
|
|
+ |
|
|
|
|
|
@ -50,13 +50,14 @@ Set the key directly. The key should be encoded with URL-safe Base64. |
|
|
|
-m <encrypt_method>:: |
|
|
|
Set the cipher. |
|
|
|
+ |
|
|
|
*Shadowsocks-libev* accepts 18 different ciphers: |
|
|
|
*Shadowsocks-libev* accepts 19 different ciphers: |
|
|
|
+ |
|
|
|
aes-128-gcm, aes-192-gcm, aes-256-gcm, |
|
|
|
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb, |
|
|
|
aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb, |
|
|
|
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, |
|
|
|
chacha20-ietf-poly1305, salsa20, chacha20 and chacha20-ietf. |
|
|
|
chacha20-ietf-poly1305, xchacha20-ietf-poly1305, |
|
|
|
salsa20, chacha20 and chacha20-ietf. |
|
|
|
+ |
|
|
|
The default cipher is 'chacha20-ietf-poly1305'. |
|
|
|
+ |
|
|
|
|
|
@ -48,13 +48,14 @@ Set the key directly. The key should be encoded with URL-safe Base64. |
|
|
|
-m <encrypt_method>:: |
|
|
|
Set the cipher. |
|
|
|
+ |
|
|
|
*Shadowsocks-libev* accepts 18 different ciphers: |
|
|
|
*Shadowsocks-libev* accepts 19 different ciphers: |
|
|
|
+ |
|
|
|
aes-128-gcm, aes-192-gcm, aes-256-gcm, |
|
|
|
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb, |
|
|
|
aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb, |
|
|
|
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, |
|
|
|
chacha20-ietf-poly1305, salsa20, chacha20 and chacha20-ietf. |
|
|
|
chacha20-ietf-poly1305, xchacha20-ietf-poly1305, |
|
|
|
salsa20, chacha20 and chacha20-ietf. |
|
|
|
+ |
|
|
|
If built with PolarSSL or custom OpenSSL libraries, some of |
|
|
|
these ciphers may not work. |
|
|
|
|
|
@ -50,13 +50,14 @@ Set the key directly. The key should be encoded with URL-safe Base64. |
|
|
|
-m <encrypt_method>:: |
|
|
|
Set the cipher. |
|
|
|
+ |
|
|
|
*Shadowsocks-libev* accepts 18 different ciphers: |
|
|
|
*Shadowsocks-libev* accepts 19 different ciphers: |
|
|
|
+ |
|
|
|
aes-128-gcm, aes-192-gcm, aes-256-gcm, |
|
|
|
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb, |
|
|
|
aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb, |
|
|
|
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, |
|
|
|
chacha20-ietf-poly1305, salsa20, chacha20 and chacha20-ietf. |
|
|
|
chacha20-ietf-poly1305, xchacha20-ietf-poly1305, |
|
|
|
salsa20, chacha20 and chacha20-ietf. |
|
|
|
+ |
|
|
|
The default cipher is 'chacha20-ietf-poly1305'. |
|
|
|
+ |
|
|
|