-
Notifications
You must be signed in to change notification settings - Fork 9.2k
modules: mbedtls: bump to 4.x #104031
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
Merged
MaureenHelm
merged 22 commits into
zephyrproject-rtos:main
from
valeriosetti:mbedtls4-integration
Mar 20, 2026
Merged
modules: mbedtls: bump to 4.x #104031
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
1fed3bc
manifest: add Mbed TLS 4.x and related modules
valeriosetti 4ae805a
MAINTAINERS: add entries for newly added Mbed TLS and TF-PSA-Crypto
valeriosetti 4b75a0b
manifest: hostap: include changes for Mbed TLS 4.x
valeriosetti 7285056
modules: mbedtls: modify CMake to build Mbed TLS 4.x and TF-PSA-Crypt…
valeriosetti 1fa354f
modules: mbedtls: split Mbed TLS and TF-PSA-Crypto configuration files
valeriosetti e2e667a
modules: mbedtls: fix entropy polling
valeriosetti f2c01a9
modules: mbedtls: remove deprecated build symbols
valeriosetti c2d2075
modules: mbedtls: include config-psa.h from config-tf-psa-crypto.h
valeriosetti 354535d
modules: mbedtls: let config-tf-psa-crypto.h include config-mbedtls.h
valeriosetti 524fc71
modules: mbedtls: remove deprecated PSA_WANT symbols
valeriosetti e3ec209
modules: mbedtls: add Kconfigs for major version
valeriosetti 0d4ead9
modules: mbedtls: add Kconfig to give access to legacy crypto
valeriosetti f944246
modules: mbedtls: rephrasing and fixing typos in Kconfigs and their p…
valeriosetti 622d0ab
modules: tf-m: keep building with Mbed TLS 3.6
valeriosetti c03930b
modules: tf-m: add interface headers to zephyr_interface library
valeriosetti 44db7ed
modules: hostap: remove legacy crypto Kconfig
valeriosetti 0c16cf0
net: lib: sockets: tls: do not specify random function to be used
valeriosetti e781b90
secure_storage: adapt build system for TF-PSA-Crypto
valeriosetti 323d158
drivers: esp32: bt|wifi: adjust Kconfigs for TF-PSA-Crypto 1.x
valeriosetti ba046e7
modules: openthread: remove OPENTHREAD_CRYPTO_LEGACY_MBEDTLS_CONFIG
valeriosetti 1e878dc
tests: adjust Mbed TLS header file path
valeriosetti 19700cd
test: bluetooth: tester: disable optimizations for native_sim
valeriosetti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
It is not clear from the comment what gets set by this select that TLS depends on. Maybe just remove the comment?