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 Encoding base64 with wolfSSL should produce the same result as esp_crypto_bas64_encode_mbedtls and not encode in PEM format /w new lines 2021-10-17 00:01:23 +08:00
private_include esp-tls: add api to free client session 2022-06-07 19:22:36 +08:00
test esp-tls, esp_http_client and esp_http_server: update copyright notice 2021-05-31 20:06:09 +08:00
CMakeLists.txt esp_tls: Fix unresolved lwip symbol when complex dependency tree 2021-02-16 09:01:35 +01:00
Kconfig https_server: Add config option to min. cert. auth mode 2022-04-18 11:10:14 +05:30
component.mk tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00
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, esp_http_client and esp_http_server: update copyright notice 2021-05-31 20:06:09 +08:00
esp_tls_errors.h Added support for client session tickets in esp-tls (with mbedtls) 2021-09-15 22:19:04 +05:30
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 Fix esp_mbedtls_write API 2021-09-15 21:40:54 +05:30