esp-idf/components/esp-tls
David Cermak 2d25252746 esp-tls: Rework tcp_connect() to use more subroutines
Refactored the esp_tcp_connect() functionality to break it down to
* dns-resolution + socket creation
* set configured socket options
* set/reset non-block mode
* the actual connection in non-blocking mode
2021-02-16 09:01:35 +01:00
..
esp-tls-crypto
private_include
test
CMakeLists.txt
Kconfig
component.mk
esp_tls.c esp-tls: Rework tcp_connect() to use more subroutines 2021-02-16 09:01:35 +01:00
esp_tls.h
esp_tls_error_capture.c
esp_tls_errors.h
esp_tls_mbedtls.c
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