-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Remove MBEDTLS_PSA_CRYPTO_CONFIG configuration option #9771
Remove MBEDTLS_PSA_CRYPTO_CONFIG configuration option #9771
Conversation
Is this PR intended to remove only the configuration options, or the source code that is enabled by it? Should we consider adjusting the ext configration files? |
Both.
I have on purpose not changed these ones as they are not supposed to be changed, just imported from TF-M project. |
615907c
to
c849b30
Compare
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.
LGTM
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.
LGTM
e5ef871
to
499e715
Compare
I've updated the last commit to point to the new version of the framework companion PR. I have then rebased on top of development. That way with 9567 rebased on top of this one we have 9567 on top of 9760(merged) and this one. |
499e715
to
6310d0d
Compare
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.
LGTM ( The Psa-sim failure looks like a CI starvation isssue)
OpenCI is green. ABI-API-checking failure is due to the fact that now PBKDF2 is enabled by default, which is fine. @Harry-Ramsey please have another look and to the new framework companion PR as well: Mbed-TLS/mbedtls-framework#76. |
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.
LGTM.
df7f603
to
8cf623d
Compare
@minosgalanakis @Harry-Ramsey On OpenCI only a glitch in an DTLS test, Internal CI green, thus the CI can be considered green. Please have another look to this PR and its companion PRs #9787 and Mbed-TLS/mbedtls-framework#79. |
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.
LGTM.
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.
LGTM
8cf623d
to
7e56db2
Compare
Re-running CI to be able to go through the merge queue, OpenCI must be green. |
config_test_driver.h and crypto_config_test_driver_extension.h are configuration files thus they better fit in mbedtls branches than in the framework. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
42a5c97
7e56db2
to
42a5c97
Compare
@minosgalanakis @Harry-Ramsey due to the merge of #9794 (I think) this PR got a |
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.
LGTM
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.
LGTM.
28a26ec
Description
Fixes #9622
PR checklist