-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Finalize split preparation-2 #9828
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 #9828
Conversation
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.
Looks good overall, minor tibits/comments.
@@ -2167,6 +2158,8 @@ component_test_ccm_aes_sha256 () { | |||
|
|||
# Setting a blank config disables everyhing in the library side. | |||
echo '#define MBEDTLS_CONFIG_H ' >"$CONFIG_H" | |||
cp configs/crypto-config-ccm-aes-sha256.h "$CRYPTO_CONFIG_H" |
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.
Nice catch, thanks.
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.
Thanks. I've compared the outcomes.csv from before and after #9567 and it was quite clear there was an issue with test_ccm_aes_sha256.
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.
The CI is not happy with the generated files. Otherwise looks good to me.
44bb9a5
4bb70cf
to
1109a09
Compare
Signed-off-by: Ronald Cron <[email protected]>
Just to ease the eventual migration of check-generated-files.sh to the framework. Signed-off-by: Ronald Cron <[email protected]>
Signed-off-by: Ronald Cron <[email protected]>
Signed-off-by: Ronald Cron <[email protected]>
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]>
This reverts commit 939ce9d. Build mbedtls_test library of objects to link with TLS and x509 test suites and programs with mbedtls framework not TF-PSA-Crypto one (when it will be there). Signed-off-by: Ronald Cron <[email protected]>
Signed-off-by: Ronald Cron <[email protected]>
Signed-off-by: Ronald Cron <[email protected]>
Signed-off-by: Ronald Cron <[email protected]>
Signed-off-by: Ronald Cron <[email protected]>
Signed-off-by: Ronald Cron <[email protected]>
Signed-off-by: Ronald Cron <[email protected]>
Signed-off-by: Ronald Cron <[email protected]>
Move the docuumentation files that after the split will fit better in TF-PSA-Crypto than Mbed TLS. No comment update. Signed-off-by: Ronald Cron <[email protected]>
Signed-off-by: Ronald Cron <[email protected]>
Signed-off-by: Ronald Cron <[email protected]>
Add missing dependency of visualc file generation on programs and tests generated files. Signed-off-by: Ronald Cron <[email protected]>
1109a09
to
8a09a41
Compare
@minosgalanakis @gabor-mezei-arm CI is green now, please have another look, thanks. |
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
Signed-off-by: Ronald Cron <[email protected]>
2d40a24
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
f3720c7
Description
Progresses #9624
PR checklist