|
5340fae48b
|
feat(mbedtls): Modify openssl according to mbedtls V2.8.0
1. Remove SSL_CTX_set_default_read_buffer_len and SSL_set_default_read_buffer_len.
2. Add SSL_CTX_load_verify_buffer to load CA certification.
|
2018-05-25 20:42:11 +08:00 |
|
|
e518650b36
|
feat: Don't use c_types.h in SDK
|
2018-05-24 20:41:29 +08:00 |
|
|
d75ffa61eb
|
feat(esp8266): Don't use ICACHE_RODATA_ATTR to let string to be in flash
rodata will be in flash by default.
|
2018-05-24 11:02:34 +08:00 |
|
|
7665082ad0
|
feat(esp8266): Make os_printf equal to printf
Since the string used by printf are put in flash by default.
Don't need the old os_printf to define a macro to put string to flash manually.
|
2018-05-24 10:17:00 +08:00 |
|
|
7e8a728427
|
feat(mbedtls): Make openssl into mbedtls
|
2018-05-17 18:21:50 +08:00 |
|