esp-idf/components/esp-tls
David Cermak 6b318fe583 esp_tls: Updated connection method to use non-blocking connect
For better control over connection timeouts
To be in line with former tcp_transport, as esp-tls is not used for
plain tcp transports
2021-02-16 09:00:43 +01:00
..
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_errors.h esp_tls: Updated connection method to use non-blocking connect 2021-02-16 09:00:43 +01:00
esp_tls_mbedtls.c esp_tls: Fix misplaced paranthesis in esp_tls_mbedtls.c 2021-02-10 02:07:58 +00:00
esp_tls_wolfssl.c esp_tls_wolfssl: Move order of crt_bundle check to match that in 2021-01-21 01:17:23 +00:00
esp_tls.c esp_tls: Updated connection method to use non-blocking connect 2021-02-16 09:00:43 +01:00
esp_tls.h esp_tls: Updated connection method to use non-blocking connect 2021-02-16 09:00:43 +01:00
Kconfig esp32c3/Digital Signature: mbedtls integration through ESP-TLS 2021-01-22 11:54:16 +05:30