esp-idf/components/esp-tls
Laukik Hase 665ad3dbdb
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-16 10:20:21 +05:30
..
esp-tls-crypto mbedtls-3 update: 2022-03-03 01:37:10 +05:30
private_include esp-tls: add api to free client session 2022-05-23 16:28:40 +08:00
test_apps soc: Add a soc cap, SOC_CLK_RC_FAST_D256_SUPPORTED, for whether the target has the RC_FAST_D256 clock 2022-11-01 11:23:26 +08:00
CMakeLists.txt esp-tls: Fix esp-cryptoauthlib built dependency when secure element 2022-11-11 16:13:15 +05:30
esp_tls_error_capture.c esp-tls, esp_http_client and esp_http_server: update copyright notice 2021-05-31 20:06:09 +08:00
esp_tls_errors.h esp_tls.h: Clean up included header files. 2022-05-11 07:09:34 +00:00
esp_tls_mbedtls.c Distinguish 4 identical log messages 2022-12-08 10:31:28 +00:00
esp_tls_wolfssl.c esp_tls: Added getter function for esp_tls ssl ctx. 2022-05-11 07:09:34 +00:00
esp_tls.c esp_tls: Fix issue when timeout is not explicitly given in esp_tls_cfg_t 2022-12-16 10:20:21 +05:30
esp_tls.h esp-tls: Add changes to the Cert selection callback PR. 2022-11-03 07:17:05 +00:00
Kconfig esp-tls/Kconfig: Fix dependency for ESP-TLS Server menuconfig option 2022-11-03 07:17:05 +00:00