xref: /nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/polarssl/README (revision 104654410c56c573564690304ae786df310c91fc)
1*10465441SEvalZeroAbout PolarSSL files into lwIP PPP support
2*10465441SEvalZero------------------------------------------
3*10465441SEvalZero
4*10465441SEvalZeroThis folder contains some files fetched from the latest BSD release of
5*10465441SEvalZerothe PolarSSL project (PolarSSL 0.10.1-bsd) for ciphers and encryption
6*10465441SEvalZeromethods we need for lwIP PPP support.
7*10465441SEvalZero
8*10465441SEvalZeroThe PolarSSL files were cleaned to contain only the necessary struct
9*10465441SEvalZerofields and functions needed for lwIP.
10*10465441SEvalZero
11*10465441SEvalZeroThe PolarSSL API was not changed at all, so if you are already using
12*10465441SEvalZeroPolarSSL you can choose to skip the compilation of the included PolarSSL
13*10465441SEvalZerolibrary into lwIP.
14*10465441SEvalZero
15*10465441SEvalZeroIf you are not using the embedded copy you must include external
16*10465441SEvalZerolibraries into your arch/cc.h port file.
17*10465441SEvalZero
18*10465441SEvalZeroBeware of the stack requirements which can be a lot larger if you are not
19*10465441SEvalZerousing our cleaned PolarSSL library.
20*10465441SEvalZero
21*10465441SEvalZero
22*10465441SEvalZeroPolarSSL project website: http://polarssl.org/
23