BadVPN – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 About PolarSSL files into lwIP PPP support
2 ------------------------------------------
3  
4 This folder contains some files fetched from the latest BSD release of
5 the PolarSSL project (PolarSSL 0.10.1-bsd) for ciphers and encryption
6 methods we need for lwIP PPP support.
7  
8 The PolarSSL files were cleaned to contain only the necessary struct
9 fields and functions needed for lwIP.
10  
11 The PolarSSL API was not changed at all, so if you are already using
12 PolarSSL you can choose to skip the compilation of the included PolarSSL
13 library into lwIP.
14  
15 If you are not using the embedded copy you must include external
16 libraries into your arch/cc.h port file.
17  
18 Beware of the stack requirements which can be a lot larger if you are not
19 using our cleaned PolarSSL library.
20  
21  
22 PolarSSL project website: http://polarssl.org/