esp-idf/components/esp-tls
David Cermak f68d7d7023 esp_tls: Renamed public API to indicate the Plain TCP connection
Also added parameter checks if used from as a public API
and updated the `is_plein_tcp` description that it's possible to connect
directly using plain tcp transport with the new API.
2021-05-25 10:55:50 +02:00
..
esp-tls-crypto esp32/esp-tls: Make crypto abstraction layer inside esp-tls 2020-10-23 05:16:06 +00:00
private_include esp-tls: Added _esp_tls_net_init to init fd for both mbedtls/wolfssl 2021-02-16 09:01:35 +01:00
test esp-tls: Added unit tests 2021-01-21 01:17:23 +00:00
CMakeLists.txt esp_tls: Fix unresolved lwip symbol when complex dependency tree 2021-02-16 09:01:35 +01:00
Kconfig esp32c3/Digital Signature: mbedtls integration through ESP-TLS 2021-01-22 11:54:16 +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: Renamed public API to indicate the Plain TCP connection 2021-05-25 10:55:50 +02:00
esp_tls.h esp_tls: Renamed public API to indicate the Plain TCP connection 2021-05-25 10:55:50 +02: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: Fix wolfssl error codes for WANT_READ/WANT_WRITE 2021-02-16 09:01:35 +01:00
esp_tls_mbedtls.c secure_element: Update esp-cryptoauthlib submodule latest version. 2021-05-24 07:28:20 +00:00
esp_tls_wolfssl.c esp-tls: Fix wolfssl error codes for WANT_READ/WANT_WRITE 2021-02-16 09:01:35 +01:00