1f8192d9f9
feat(exmaples): remove wolfSSL example
...
The wolfSSL example will be supplied independently.
2019-10-10 15:43:29 +08:00
5f2b5eafcf
feat(mbedtls): modify code to support ESP8266
...
It is that maybe less modification working on the components is better, so I just modified the platform
code of AES, SHA and so on.
ESP8266 has no real hardware AES, SHA or bignum peripheral, but some method can speed up the process of part
of upper algorithm, so I also added the platform code of AES, SHA, bignum, ARC, MD5.
ESP8266 has no platform of bignum, so users should not enable the bignum hardware at "menuconfig".
2019-10-10 13:39:08 +08:00
77b9d38791
fix(examples): fix example of openssl client connecting to the server fail
...
When openssl client connect to the server, the wifi not get the ip
2019-07-26 15:59:43 +08:00
af0fcc0492
fix(wifi): fix compatibility issues with AP which configured to 11n only
2019-06-14 11:06:39 +08:00
268e9d5846
feat(examples): Add cmake compiler script for examples
2019-05-16 16:22:24 +08:00
430b95fc33
feat(example): Add "BIT0" to example instead of "1 << 0"
2018-08-09 19:53:44 +08:00
1ba1e5ccbd
feat(task): Change all tasks size 4 times the original
2018-07-09 20:11:41 +08:00
c4faded08f
feat(examples): remove the use of user_rf_cal_sector_set in examples
...
rf cal data now stored in nvs if needed
2018-07-09 17:16:53 +08:00
cadbddbd2c
fix(example): fix openssl server & client to use new APIs
2018-06-30 22:09:35 +08:00
bf0b8c8bb6
feat(esp8266): Modify old system APIs to new ones
2018-06-25 20:37:38 +08:00
271e2c7bfa
feat(examples): Modify examples to make mbedtls and wolfssl compatible
2018-05-30 15:01:17 +08:00
74be880138
feat(example): Clean up the code in example
2018-05-25 16:59:10 +08:00
91f7080231
fix: Fix all files when change to use standard typedef
2018-05-24 19:27:41 +08:00
f1d2152991
feat(esp8266): Don't use LOCAL in SDK
2018-05-24 15:30:47 +08:00
b9922f5116
fix: Fix warning while esp_libc update
2018-05-24 14:47:14 +08:00
5d2ea7e4cf
feat(examples): Update openssl server/client example to use pem file directly
2018-05-11 17:08:52 +08:00
49a636eaf6
feat(examples): Modify examples according to lwip V2.0.3
...
Change ip_addr/ip_addr_t to ip4_addr/ip4_addr_t.
2018-05-02 16:13:19 +08:00
f30b84f3d4
feat(example): Use CC0 license for examples
2018-04-12 14:03:21 +08:00
3f0f3f152a
feat(example): Restructure examples folder
2018-04-12 11:45:59 +08:00