esp-idf/components/esp-tls
Laukik Hase dbedcc264d
esp_tls: Fix issue when timeout is not explicitly given in esp_tls_cfg_t
- If internet connectivity weakened or disappeared suddenly while we were
  in the TLS handshake stage, the app got stuck at that point indefinitely.
- This was because when timeout was not explicitly specified in esp_tls_cfg_t,
  the default timeout was set at the wrong place. This causes the sockets to be
  setup with zero timeout, hence the indefinite wait.
2022-12-21 14:59:58 +05:30
..
esp-tls-crypto esp32/esp-tls: Make crypto abstraction layer inside esp-tls 2020-10-23 05:16:06 +00:00
private_include tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00
test esp-tls: Added unit tests 2021-01-21 01:17:23 +00:00
CMakeLists.txt tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00
component.mk tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00
esp_tls_error_capture.c tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00
esp_tls_mbedtls.c esp-tls: Fix memory leak in mbedtls ds peripheral when MBEDTLS_THREADING_C enabled 2022-10-13 19:41:19 +08:00
esp_tls_wolfssl.c Fix esp_mbedtls_write API 2021-09-21 16:31:21 +08:00
esp_tls.c esp_tls: Fix issue when timeout is not explicitly given in esp_tls_cfg_t 2022-12-21 14:59:58 +05:30
esp_tls.h Fix esp_mbedtls_write API 2021-09-21 16:31:21 +08:00
Kconfig esp32c3/Digital Signature: mbedtls integration through ESP-TLS 2021-01-22 11:54:16 +05:30