-
Notifications
You must be signed in to change notification settings - Fork 41
Add AWS-LC integration test #654
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
Merged
Merged
Conversation
This file contains hidden or 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
2 tasks
b814b55 to
9f0037d
Compare
9f0037d to
cc89f23
Compare
c12e6fb to
076d65a
Compare
076d65a to
730116b
Compare
414b211 to
0eb614f
Compare
744fe93 to
a6e16d6
Compare
8723b62 to
c5b081a
Compare
c26c178 to
c9ff9ce
Compare
ae08bf6 to
2f072a2
Compare
28c07ff to
f5704d6
Compare
This commit extends the CI with an integration test for AWS-LC. The CI checks that mlkem-native successfully integrates into AWS-LC by building and running basic tests of AWS-LC in FIPS and non-FIPS mode. We test both against a fixed commit and main. Testing against a fixed known-good commit in AWS-LC means we note if we break the integration. Testing against main means we note if a change in AWS-LC breaks the integration. The latter is out of our control, and we may need to temporarily ignore failures, but we should be aware. Signed-off-by: Hanno Becker <[email protected]>
The script importing mlkem-native into AWS-LC does not work as expected on MacOS. While this is the case, patch it up. This commit will be removed once the importer is fixed in AWS-LC. Signed-off-by: Hanno Becker <[email protected]>
153259e to
8213bee
Compare
mkannwischer
approved these changes
Apr 9, 2025
Contributor
mkannwischer
left a comment
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.
Awesome! Thanks @hanno-becker for all the work onn the AWS-LC integration!!
This PR adding the integration tests looks good. It may be a bit excessive, but we can trim it down later in case CI is running too slowly.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This commit extends the CI with an integration test for AWS-LC.
The CI checks that mlkem-native successfully integrates into
AWS-LC by building and running basic tests of AWS-LC in FIPS
and non-FIPS mode.
We test both against a fixed commit and main. Testing against a
fixed known-good commit in AWS-LC means we note if we break the
integration. Testing against main means we note if a change in
AWS-LC breaks the integration. The latter is out of our control,
and we may need to temporarily ignore failures, but we should
be aware.