-
Notifications
You must be signed in to change notification settings - Fork 121
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
Add configuration to build and run existing Fuzz tests in our CI #122
Conversation
…h might not be installed
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 may have additional comments after deploying the code.
tests/ci/docker_images/linux-aarch/ubuntu-20.04_base/Dockerfile
Outdated
Show resolved
Hide resolved
This repo needs to mark the build as |
Changed the repo setting to make Fuzz as required approval. |
Add `bignum_mont{mul,sqr}_p384_neon`, speed improvements/refactoring in tactics s2n-bignum original commit: awslabs/s2n-bignum@cbef866
Add `bignum_mont{mul,sqr}_p384_neon`, speed improvements/refactoring in tactics s2n-bignum original commit: awslabs/s2n-bignum@cbef866
Add `bignum_mont{mul,sqr}_p384_neon`, speed improvements/refactoring in tactics s2n-bignum original commit: awslabs/s2n-bignum@cbef866 s2n-bignum original commit: awslabs/s2n-bignum@9f6dd7b
Add `bignum_mont{mul,sqr}_p384_neon`, speed improvements/refactoring in tactics s2n-bignum original commit: awslabs/s2n-bignum@cbef866
Add `bignum_mont{mul,sqr}_p384_neon`, speed improvements/refactoring in tactics
Add `bignum_mont{mul,sqr}_p384_neon`, speed improvements/refactoring in tactics s2n-bignum original commit: awslabs/s2n-bignum@cbef866
Issues:
Resolves CryptoAlg-651
Description of changes:
This adds 2 new CI targets: running the existing fuzz tests on ARM and x86. This uses EFS to store the shared and minimized corpus.
Other changes:
Testing:
I have not deployed this change to the CI account. I can walk you through the changes in my account.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.