mbedTLS with support of TLS_1.3 in STM32CubeMX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-19 03:19 AM
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
- Labels:
-
STM32CubeMX
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-02 04:14 AM
Hi,
I have the same problem. Do you got any information from ST?
Thanks,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-29 09:21 PM
Hi,
I have the same problem. Can the existing mbedtls version 2.16.2 connect to a secure MQTT connection on port 8883 Any updates?