• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..25-Jul-201953

arc4.cH A D25-Jul-20193 KiB

arc4.hH A D25-Jul-20192.7 KiB

des.cH A D25-Jul-201916 KiB

des.hH A D25-Jul-20193 KiB

md4.cH A D25-Jul-20197.9 KiB

md4.hH A D25-Jul-20193.1 KiB

md5.cH A D25-Jul-20198.9 KiB

md5.hH A D25-Jul-20193.1 KiB

READMEH A D25-Jul-2019803

sha1.cH A D25-Jul-20199.3 KiB

sha1.hH A D25-Jul-20193.1 KiB

README

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