esp-idf/components/tcp_transport
Harshit Malpani 90d0689331
fix(esp-tls): Use TLS 1.2 and TLS 1.3 simultaneously
This commit fixes the issue with TLS 1.2 connection when TLS 1.3 is
enabled in config.
2024-05-02 17:15:08 +05:30
..
include fix(esp-tls): Use TLS 1.2 and TLS 1.3 simultaneously 2024-05-02 17:15:08 +05:30
private_include [tcp_transport] Fix initialition of transport 2022-07-14 12:29:58 +00:00
test build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
CMakeLists.txt [tcp_transport] Fix initialition of transport 2022-07-14 12:29:58 +00:00
Kconfig tcp_transport: add websocket dynamic buffer feature 2022-06-08 19:13:25 +00:00
transport_internal.c Replaced logging tags with lower case in tcp_transport component to unite all tags under common structure. 2022-08-19 15:25:44 +02:00
transport_ssl.c fix(esp-tls): Use TLS 1.2 and TLS 1.3 simultaneously 2024-05-02 17:15:08 +05:30
transport_ws.c tcp_transport: Add authorization header for websocket client 2023-02-22 16:19:41 +04:00
transport.c Replaced logging tags with lower case in tcp_transport component to unite all tags under common structure. 2022-08-19 15:25:44 +02:00