From de076a792858e8d3f8216beefde2b38dc6e644dc Mon Sep 17 00:00:00 2001 From: Max Lv Date: Wed, 18 May 2016 14:27:44 +0800 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 28bd2862..0023b962 100644 --- a/README.md +++ b/README.md @@ -63,17 +63,8 @@ try `configure --help`. There are three crypto libraries available: - OpenSSL (**default**) -- PolarSSL -- mbedTLS (__NOT__ officially supported) - -##### PolarSSL - -To build against PolarSSL, specify `--with-crypto-library=polarssl` -and `--with-polarssl=/path/to/polarssl` when running `./configure`. - -* PolarSSL __1.2.5 or newer__ is required. Currently, PolarSSL does __NOT__ support -CAST5-CFB, DES-CFB, IDEA-CFB, RC2-CFB and SEED-CFB. -* RC4 is only support by PolarSSL __1.3.0 or above__. +- mbedTLS +- PolarSSL (Deprecated) ##### mbedTLS To build against mbedTLS, specify `--with-crypto-library=mbedtls` @@ -85,6 +76,15 @@ and you should use it at your own risk. Windows users will need extra work when compiling mbedTLS library, see [this issue](https://github.com/shadowsocks/shadowsocks-libev/issues/422) for detail info. +##### PolarSSL (Deprecated) + +To build against PolarSSL, specify `--with-crypto-library=polarssl` +and `--with-polarssl=/path/to/polarssl` when running `./configure`. + +* PolarSSL __1.2.5 or newer__ is required. Currently, PolarSSL does __NOT__ support +CAST5-CFB, DES-CFB, IDEA-CFB, RC2-CFB and SEED-CFB. +* RC4 is only support by PolarSSL __1.3.0 or above__. + #### Using shared library from system Please specify `--enable-system-shared-lib`. This will replace the bundled