This website requires JavaScript.
Explore
Help
Sign In
blackbeard420
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf
synced
2025-03-09 17:19:09 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
esp-idf
/
components
/
tcp_transport
History
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
…
test
…
CMakeLists.txt
…
Kconfig
…
transport_internal.c
…
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
…