OVMS3-idf/components/tcp_transport
Aditya Patwardhan 423e600d46 secure_element: atecc608_ecdsa example
* Replaced crypotoauthlib with esp-cryptoauthlib
* Added menuconfig option for esp-tls about using HSM
* Added error codes for HSM in esp-tls,
* Added support to select different type of ATECC608A chips
* Added README, updated docs
* tcp_transport: Added option to enable secure_element for ssl

Closes https://github.com/espressif/esp-idf/issues/4432
2020-05-21 13:08:30 +05:30
..
include secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30
private_include ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
test tcp_transport: unit test for tcp connection timeout 2020-05-05 15:53:09 +02:00
CMakeLists.txt tcp_transport: replace transport_strcasestr with strcasestr 2019-08-15 17:51:54 +02:00
component.mk esp-tls: extending error handle to contain error descriptors with last mbedtls failure and latest certificate verification result flags, reworked tcp_transport to use this error handle 2019-07-04 20:55:10 +02:00
transport.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
transport_ssl.c secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30
transport_tcp.c tcp_transport: close to return error only for socket error or invalid args 2020-05-05 15:53:09 +02:00
transport_utils.c ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
transport_ws.c ws_client: fix fragmented send setting proper opcodes 2020-04-14 16:11:32 +02:00