Question
mbedTLS with support of TLS_1.3 in STM32CubeMX
- February 19, 2024
- 3 replies
- 4056 views
Hi,
I'm using the STM32H753I-EVAL2 (MCU Type: STM32H753XIHX) to develop a new product.
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).
The problem is that the current version of MbedTLS (as provided by STM32CubeMX Version 6.10.0) is 2.16.2 - which does not supports TLS Version 1.3.
The latest MbedTLS version is 3.5.2 (as shown in Github).
My question is: when the STM32CubeMX will include the newest MbedTLS version, with TLS 1.3 support?
Thanks,
Asher
