-
Notifications
You must be signed in to change notification settings - Fork 23
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
Finalize split preparation-2 #99
Merged
ronald-cron-arm
merged 2 commits into
Mbed-TLS:main
from
ronald-cron-arm:finalize-split-preparation-2
Dec 11, 2024
Merged
Finalize split preparation-2 #99
ronald-cron-arm
merged 2 commits into
Mbed-TLS:main
from
ronald-cron-arm:finalize-split-preparation-2
Dec 11, 2024
Conversation
This file contains 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 was referenced Dec 9, 2024
13c9bdb
to
3663221
Compare
Move test_keys.h to tests/include/test instead of tests/src as it is used outside of tests/src namely by test_suite_pk. Signed-off-by: Ronald Cron <[email protected]>
Adapt default path of psa_test_wrappers.[hc] in generate_psa_wrappers.py when called in the context of Mbed TLS 4.x. Signed-off-by: Ronald Cron <[email protected]>
3663221
to
8e3b171
Compare
Validated by #9832 CI for 3.6 and #9828 CI for development. |
minosgalanakis
approved these changes
Dec 11, 2024
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
gabor-mezei-arm
approved these changes
Dec 11, 2024
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
eleuzi01
pushed a commit
to eleuzi01/mbedtls-framework
that referenced
this pull request
Dec 13, 2024
Signed-off-by: Ronald Cron <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
needs-review
Every commit must be reviewed by at least two team members,
priority-high
High priority - will be reviewed soon
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.
Companion PR of #9828.