-
Notifications
You must be signed in to change notification settings - Fork 751
Open
Labels
Description
Security issue notifications
If you discover a potential security issue in s2n we ask that you notify
AWS Security via our vulnerability reporting page. Please do not create a public github issue.
Problem:
We've moved the majority of the integration tests to Nix. This issue tracks the remaining items left before we can completely remove the old job.
Solution
Short term
- PR chore(ci): Update older integ job to prep for deprecation #5501
- Remove any jobs in the older integ setup that overlap with the nix integration job.
- Move gcc4.8 build from awslc-fips to Openssl-102-FIPS
- Add an Openssl-102-FIPS job with address sanitizer. chore(ci): add sanitizer jobs for openssl-1.0.2-fips #5508
- Add an Openssl-102-FIPS unit test with gcc-4.8 chore(ci): add openssl-1.0.2-fips gcc-4.8 job #5512
- Add/validate Openssl-3.0-FIPS runs in address sanitizer. buildspec line
Longer term
- Add openssl-3.0-FIPS to nix and an integration test job.
- Convert the Openssl-1.0.2 build in nix to be FIPS only (the only remaining use case for this libcrypto) and add an integration test job. Nix ossl102fips #5522
- Remove the CodeBuild job and buildspec