-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
modules: mbedtls: Update with PSA dependencies #69586
Conversation
b5bff81
to
3891160
Compare
mbedTLS wants matching PSA configuration options for some of the elliptic curve algorithms nowadays. These checks are encoded in mbedTLS's check_config.h header. Signed-off-by: Moritz Fischer <[email protected]>
3891160
to
37808d8
Compare
Updated the commit message to remove the typos. @d3zd3z this seems like a pretty non controversial change |
@valeriosetti how does this interact with #72243 ? |
The scope of #72243 is exactly to introduce support for all the This last sentence makes me wonder a bit about the goal of this PR. In MbedTLS 3.6 there is already a header file which performs the "forward conversion" (from
In conclusion I suspect that this PR is duplicating some work already done by MbedTLS internally. But perhaps I'm missing some failure/issue @mfischer found, so if you can provide some more detail here I'm glad to help. Note: if/when #72243 will be merged, there will be no need to convert |
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
mbedtls wants matching PSA configuration options for some of the elliptic curve algoritmhs nowadays.
Thse checks are encoded in mbedTLS' check_config.h header.