2025-05-27 5:14 AM
Hi,
I'm using a STM32H743II.
The product will communicate to server using the LwIP (TCP Layer) + MbedTLS (SSL/TLS Layer), running over FreeRTOS environment.
We want to use the latest TLS protocol standard (TLS Version 1.3).
We are currently using MbedTLS version 3.6.1 which supports TLS1.3, but we can only get TLS 1.2 to work.
Are there any example projects where TLS 1.3 is used that we can use?
BR
Jonas