-
Notifications
You must be signed in to change notification settings - Fork 8.2k
(backport 87637/88593 to 4.0) modules: mbedtls: update to 3.6.3 and tf-m to 2.1.2 #88437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(backport 87637/88593 to 4.0) modules: mbedtls: update to 3.6.3 and tf-m to 2.1.2 #88437
Conversation
Update Mbed TLS to 3.6.3 as it has CVE fixes. Signed-off-by: Sudan Landge <[email protected]>
|
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs changes in TF-M as well to work properly
|
I think that for 4.0 and 4.1 you can try to just point to my TF-M 2.1.2 update as it also makes sense to take it in, more than just the commits needed to work with Mbed TLS 3.6.3 (and the |
|
@mmahadevan108 once this PR (and it's dependencies) is merged, we should release 4.0.1. Any objections? |
|
@kartben could you please help with ci failures? I retried the job multiple times but not sure if this is just a github ci hiccup or if something else needs to be done to fix this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comments than on #88433 (review)
8a4d9c5 to
31cf831
Compare
Update TF-M to 2.1.2 from version 2.1.1. This is required to use MbedTLS 3.6.3. Signed-off-by: Sudan Landge <[email protected]>
31cf831 to
5713963
Compare
|
@fabiobaltieri, @kartben, could you please help with this PR as well? This is same as #88433 but for 4.0 |
|
0a8f9bb
into
zephyrproject-rtos:v4.0-branch



Update Mbed TLS to 3.6.3 as it has CVE fixes.
Fixes #88435.
Related to #87637 .