esp-idf/components/esp-tls
Laukik Hase 8c7b0c191e
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:42:44 +05:30
..
esp-tls-crypto
private_include esp-tls: add api to free client session 2022-06-07 19:22:36 +08:00
test
CMakeLists.txt
Kconfig
component.mk
esp_tls.c esp_tls: Fix issue when timeout is not explicitly given in esp_tls_cfg_t 2022-12-21 14:42:44 +05:30
esp_tls.h esp-tls: add api to free client session 2022-06-07 19:22:36 +08:00
esp_tls_error_capture.c
esp_tls_errors.h
esp_tls_mbedtls.c esp-tls: Fix memory leak in mbedtls ds peripheral when MBEDTLS_THREADING_C enabled 2022-10-13 19:37:18 +08:00
esp_tls_wolfssl.c