Browse Source

Update the document to use rc4-md5 as default cipher

pull/905/head
Max Lv 8 years ago
parent
commit
83c244bc9a
7 changed files with 7 additions and 7 deletions
  1. 2
      doc/shadowsocks-libev.asciidoc
  2. 2
      doc/ss-local.asciidoc
  3. 2
      doc/ss-manager.asciidoc
  4. 2
      doc/ss-redir.asciidoc
  5. 2
      doc/ss-server.asciidoc
  6. 2
      doc/ss-tunnel.asciidoc
  7. 2
      src/utils.c

2
doc/shadowsocks-libev.asciidoc

@ -57,7 +57,7 @@ aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb,
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb, des-cfb, camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb, des-cfb,
idea-cfb, rc2-cfb, seed-cfb, salsa20, chacha20 and chacha20-ietf. idea-cfb, rc2-cfb, seed-cfb, salsa20, chacha20 and chacha20-ietf.
+ +
The default cipher is 'table'.
The default cipher is 'rc4-md5'.
+ +
If built with PolarSSL or custom OpenSSL libraries, some of If built with PolarSSL or custom OpenSSL libraries, some of
these ciphers may not work. these ciphers may not work.

2
doc/ss-local.asciidoc

@ -50,7 +50,7 @@ aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb,
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb, des-cfb, camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb, des-cfb,
idea-cfb, rc2-cfb, seed-cfb, salsa20, chacha20 and chacha20-ietf. idea-cfb, rc2-cfb, seed-cfb, salsa20, chacha20 and chacha20-ietf.
+ +
The default cipher is 'table'.
The default cipher is 'rc4-md5'.
+ +
If built with PolarSSL or custom OpenSSL libraries, some of If built with PolarSSL or custom OpenSSL libraries, some of
these ciphers may not work. these ciphers may not work.

2
doc/ss-manager.asciidoc

@ -48,7 +48,7 @@ aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb,
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb, des-cfb, camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb, des-cfb,
idea-cfb, rc2-cfb, seed-cfb, salsa20, chacha20 and chacha20-ietf. idea-cfb, rc2-cfb, seed-cfb, salsa20, chacha20 and chacha20-ietf.
+ +
The default cipher is 'table'.
The default cipher is 'rc4-md5'.
+ +
If built with PolarSSL or custom OpenSSL libraries, some of If built with PolarSSL or custom OpenSSL libraries, some of
these ciphers may not work. these ciphers may not work.

2
doc/ss-redir.asciidoc

@ -52,7 +52,7 @@ aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb,
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb, des-cfb, camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb, des-cfb,
idea-cfb, rc2-cfb, seed-cfb, salsa20, chacha20 and chacha20-ietf. idea-cfb, rc2-cfb, seed-cfb, salsa20, chacha20 and chacha20-ietf.
+ +
The default cipher is 'table'.
The default cipher is 'rc4-md5'.
+ +
If built with PolarSSL or custom OpenSSL libraries, some of If built with PolarSSL or custom OpenSSL libraries, some of
these ciphers may not work. these ciphers may not work.

2
doc/ss-server.asciidoc

@ -48,7 +48,7 @@ aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb,
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb, des-cfb, camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb, des-cfb,
idea-cfb, rc2-cfb, seed-cfb, salsa20, chacha20 and chacha20-ietf. idea-cfb, rc2-cfb, seed-cfb, salsa20, chacha20 and chacha20-ietf.
+ +
The default cipher is 'table'.
The default cipher is 'rc4-md5'.
+ +
If built with PolarSSL or custom OpenSSL libraries, some of If built with PolarSSL or custom OpenSSL libraries, some of
these ciphers may not work. these ciphers may not work.

2
doc/ss-tunnel.asciidoc

@ -51,7 +51,7 @@ aes-128-ctr, aes-192-ctr, aes-256-ctr, bf-cfb,
camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb, des-cfb, camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb, des-cfb,
idea-cfb, rc2-cfb, seed-cfb, salsa20, chacha20 and chacha20-ietf. idea-cfb, rc2-cfb, seed-cfb, salsa20, chacha20 and chacha20-ietf.
+ +
The default cipher is 'table'.
The default cipher is 'rc4-md5'.
+ +
If built with PolarSSL or custom OpenSSL libraries, some of If built with PolarSSL or custom OpenSSL libraries, some of
these ciphers may not work. these ciphers may not work.

2
src/utils.c

@ -254,7 +254,7 @@ usage()
printf( printf(
" chacha20 and chacha20-ietf.\n"); " chacha20 and chacha20-ietf.\n");
printf( printf(
" The default cipher is tables.\n");
" The default cipher is rc4-md5.\n");
printf("\n"); printf("\n");
printf( printf(
" [-a <user>] Run as another user.\n"); " [-a <user>] Run as another user.\n");

Loading…
Cancel
Save