-
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
Move crypto test suites #9394
Merged
ronald-cron-arm
merged 34 commits into
Mbed-TLS:development
from
ronald-cron-arm:move-crypto-test-suites
Jul 24, 2024
Merged
Move crypto test suites #9394
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
088a1ab
make: Fix object clean-up
ronald-cron-arm 701b88c
Move crypto test suites
ronald-cron-arm 83538c4
Adapt path to framework data files
ronald-cron-arm 476d51e
Adapt .gitignore files
ronald-cron-arm 901a675
Adapt make build system
ronald-cron-arm 7af1bea
CMake: Include CMakePrintHelpers
ronald-cron-arm 7f410db
tests: CMake: Align/fix config test suite generation
ronald-cron-arm 50292a4
Duplicate tests CMake file
ronald-cron-arm f76cd22
Adapt CMake build of TLS and x509 test suites
ronald-cron-arm 9a93073
Add tf-psa-crypto test suites build
ronald-cron-arm f352279
Adapt make cscope
ronald-cron-arm f5a1785
Adapt test_psa_constant_names.py
ronald-cron-arm 9e2ff40
Adapt code_style.py
ronald-cron-arm 5903be2
Adapt abi_check.py
ronald-cron-arm c51b0d1
Adapt bump_version.sh
ronald-cron-arm 0866936
Adapt basic-build-test.sh
ronald-cron-arm 635a2be
Adapt all.sh
ronald-cron-arm 77d6ac2
Adapt check_test_cases.py
ronald-cron-arm cf1af5a
Adapt some documentation
ronald-cron-arm 6f55ddc
programs: fuzz: Fix comment
ronald-cron-arm 3486950
Adapt make_generated_files.bat
ronald-cron-arm 72d1888
Adapt run-test-suites.pl
ronald-cron-arm 375ad34
Add programs directory in tf-psa-crypto directory
ronald-cron-arm c29dd98
Adapt check-generated-files.sh
ronald-cron-arm b6f6cc8
Adapt psasim
ronald-cron-arm 3f8275e
Scripts improvements
ronald-cron-arm c04c2ed
Revert "Adapt psasim"
ronald-cron-arm 3943467
psasim: Fix doorbell file path
ronald-cron-arm 594ab41
psasim: Fix IPCs removal
ronald-cron-arm e0e26f7
psasim: Move file clean-up to all.sh
ronald-cron-arm 0b796a4
psasim: Rename kill_server.sh to kill_servers.sh
ronald-cron-arm 7262b47
all.sh: psasim: Start server in tf-psa-crypto/tests
ronald-cron-arm 636e9ef
Update the framework submodule to the merge of PR38
ronald-cron-arm b16b8c2
Updated auto-generated psa_test_wrappers.
ronald-cron-arm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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 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
Submodule framework
updated
9 files
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 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 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 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 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 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 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 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
Oops, something went wrong.
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.
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.
Not a blocker for this PR, but I will take this opportunity to note that this will become more complicated once we split the repo.
In fact, we may want to move this testsuite back to Mbed TLS if TF-PSA-Crypto is going to have a separate version number.
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.
I think we will eventually have one mbedtls_version.c in Mbed TLS, one tf_psa_crypto_version.c in tf-psa-crypto and one version test suite in both of them.