-
Notifications
You must be signed in to change notification settings - Fork 8.2k
manifest: tf-m: include fix for Mbed TLS cipher interface #99161
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
manifest: tf-m: include fix for Mbed TLS cipher interface #99161
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
FYI @jhedberg @cfriedt this is a fixup to #98786, IMO a showstopper so would be good to get into 4.3.0, it's low risk as it's just aligning some duplicated files between Mbed TLS and TF-M (the latter unfortunately keeps copies of files of the former, and they fell out of sync with the update of Mbed TLS) |
7518a1c to
905f85c
Compare
Update manifest to align the copy of Mbed TLS header files which lives in the TF-M repository to what's in Mbed TLS release v3.6.5. Signed-off-by: Valerio Setti <[email protected]>
9aa6e46
905f85c to
9aa6e46
Compare
|
|
@tomi-font do you mind being added as a co-maintainer of tf-m related areas? Looks like we need more coverage here and many of those PRs related to TF-M keep getting stuck |
Sure, as long as expectations are not too high I'm happy to help out. At least should help with moving things forward as @d3zd3z has mostly been irresponsive. |
Upgrade from collaborator to maintainer as suggested in zephyrproject-rtos#99161 (comment). Signed-off-by: Tomi Fontanilles <[email protected]>
Upgrade from collaborator to maintainer as suggested in zephyrproject-rtos#99161 (comment). Signed-off-by: Tomi Fontanilles <[email protected]>



Update manifest to include a fix in Mbed TLS interface header files for cipher module.
Resolves #99153