-
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
PSA Crypto Configuration Split #9567
Open
minosgalanakis
wants to merge
27
commits into
Mbed-TLS:development
Choose a base branch
from
minosgalanakis:config_split
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
minosgalanakis
added
component-crypto
Crypto primitives and low-level interfaces
size-s
Estimated task size: small (~2d)
priority-high
High priority - will be reviewed soon
needs-work
needs-ci
Needs to pass CI tests
labels
Sep 16, 2024
minosgalanakis
force-pushed
the
config_split
branch
6 times, most recently
from
September 23, 2024 13:58
de354f3
to
0ff3245
Compare
minosgalanakis
force-pushed
the
config_split
branch
from
September 24, 2024 15:16
0ff3245
to
b9c3f0c
Compare
minosgalanakis
force-pushed
the
config_split
branch
4 times, most recently
from
September 26, 2024 17:30
68a8594
to
1074738
Compare
5 tasks
minosgalanakis
force-pushed
the
config_split
branch
9 times, most recently
from
October 10, 2024 11:41
6ac280e
to
20f4598
Compare
minosgalanakis
force-pushed
the
config_split
branch
2 times, most recently
from
October 21, 2024 10:20
f96ae61
to
f2aec87
Compare
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
…ation file. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
minosgalanakis
force-pushed
the
config_split
branch
from
November 7, 2024 16:09
af830aa
to
17ad196
Compare
Only move the boolean configuration options. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Only move the boolean configuration options. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Only move the boolean configuration options. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Only move the boolean configuration options. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Only move the boolean configuration options. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Only move the boolean configuration options. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Features are generated by scripts/generate_features.pl which needs to be updated for the repo-split work. Picking another feature still meets the original test's requirements. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
minosgalanakis
force-pushed
the
config_split
branch
from
November 8, 2024 16:23
17ad196
to
e21b314
Compare
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Moving forward the MBEDTLS_PSA_CRYPTO_CONFIG_FILE now resides in the ts-psa/crypto configuration. This patch removes it from the library configuration files, and updates the tests to explicitely use it. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
minosgalanakis
force-pushed
the
config_split
branch
from
November 8, 2024 20:03
e21b314
to
3aac8cd
Compare
…aths Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
minosgalanakis
force-pushed
the
config_split
branch
from
November 8, 2024 22:01
3aac8cd
to
88909d2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component-crypto
Crypto primitives and low-level interfaces
needs-ci
Needs to pass CI tests
needs-work
priority-high
High priority - will be reviewed soon
size-s
Estimated task size: small (~2d)
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.
Description
Draft PR, for testing purposes
PR checklist
Please remove the segment/s on either side of the | symbol as appropriate, and add any relevant link/s to the end of the line.
If the provided content is part of the present PR remove the # symbol.
Notes for the submitter
Please refer to the contributing guidelines, especially the
checklist for PR contributors.
Help make review efficient: