From 83c244bc9a0f80096822a302504bbc3fb8ed6315 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Wed, 26 Oct 2016 09:15:12 +0800 Subject: [PATCH] Update the document to use rc4-md5 as default cipher --- doc/shadowsocks-libev.asciidoc | 2 +- doc/ss-local.asciidoc | 2 +- doc/ss-manager.asciidoc | 2 +- doc/ss-redir.asciidoc | 2 +- doc/ss-server.asciidoc | 2 +- doc/ss-tunnel.asciidoc | 2 +- src/utils.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/shadowsocks-libev.asciidoc b/doc/shadowsocks-libev.asciidoc index 9d5d5d80..cfb5a49d 100644 --- a/doc/shadowsocks-libev.asciidoc +++ b/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, 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 these ciphers may not work. diff --git a/doc/ss-local.asciidoc b/doc/ss-local.asciidoc index cc6d3f6f..10ce5916 100644 --- a/doc/ss-local.asciidoc +++ b/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, 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 these ciphers may not work. diff --git a/doc/ss-manager.asciidoc b/doc/ss-manager.asciidoc index 0f8c6f5e..6183b923 100644 --- a/doc/ss-manager.asciidoc +++ b/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, 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 these ciphers may not work. diff --git a/doc/ss-redir.asciidoc b/doc/ss-redir.asciidoc index f54490d0..6637f7f0 100644 --- a/doc/ss-redir.asciidoc +++ b/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, 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 these ciphers may not work. diff --git a/doc/ss-server.asciidoc b/doc/ss-server.asciidoc index 139a7263..d8022eef 100644 --- a/doc/ss-server.asciidoc +++ b/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, 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 these ciphers may not work. diff --git a/doc/ss-tunnel.asciidoc b/doc/ss-tunnel.asciidoc index 7b44f229..3979b19e 100644 --- a/doc/ss-tunnel.asciidoc +++ b/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, 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 these ciphers may not work. diff --git a/src/utils.c b/src/utils.c index 139e7c69..367d4c2d 100644 --- a/src/utils.c +++ b/src/utils.c @@ -254,7 +254,7 @@ usage() printf( " chacha20 and chacha20-ietf.\n"); printf( - " The default cipher is tables.\n"); + " The default cipher is rc4-md5.\n"); printf("\n"); printf( " [-a ] Run as another user.\n");