Browse Source

Merge pull request #24 from linusyang/polarssl

Add some notes about PolarSSL in README.md
pull/27/head
Max Lv 11 years ago
parent
commit
bd32f9ab75
1 changed files with 6 additions and 1 deletions
  1. 7
      README.md

7
README.md

@ -69,9 +69,14 @@ no more than 5% on a low-end router (Buffalo WHR-G300N V2 with a 400MHz MIPS CPU
Installation
------------
__Note__: Default crypto library is OpenSSL. To build against PolarSSL,
#### Notes about PolarSSL
* Default crypto library is OpenSSL. 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__.
### Linux

Loading…
Cancel
Save