5 Commits

Author SHA1 Message Date
8b5cd285ce feat(esp_tls): Fix a bug of esp_tls when work on no-block mode 2019-04-18 14:41:34 +08:00
0c16744f2b feat/wolfssl_http_client: Added wolfssl support to http-client & ota.
Changes:
Client, OTA examples fixed. Bug fixes in esp-tls wolfssl support.
2019-03-16 17:04:18 +05:30
7cb954abc8 feat: Add wolfSSL library in esp_tls component 2019-01-30 09:14:17 +08:00
98e7dfa8dc feat(esp-tls): Add macro to disable ipv6 configuration
If LWIP_IPV6 enables, esp-tls can use IPv6 configuration.
2018-12-25 14:04:56 +08:00
39d1dae06c esp-tls: Add support for simplified TLS
This is based on from esp-idf's esp-tls component.

Latest commit ID on esp-idf: dec70a760120d3c6d1d63ac0257dce6a8561879c

Some HTTP convenience APIs have been removed from esp-idf's esp-tls component while porting it ESP8266-RTOS-SDK due to
non-availabilty of http_parser
2018-12-20 12:25:23 +05:30