Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

ThirdEyeSqueegee
Copy link
Member

Issue #, if available:
N/A

Description of changes:

  • Add a new feature flag called fips which uses the rustls/fips feature to restrict cipher suites to only FIPS-approved ciphers when enabled.

TLS supported_groups with fips disabled:
Screenshot 2025-04-04 at 2 28 16 PM

TLS supported_groups with fips enabled:
Screenshot 2025-04-04 at 2 22 29 PM

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ThirdEyeSqueegee ThirdEyeSqueegee requested a review from a team as a code owner April 4, 2025 21:37
@codecov-commenter
Copy link

codecov-commenter commented Apr 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.67%. Comparing base (8f399b0) to head (43072e3).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
- Coverage   42.06%   41.67%   -0.40%     
==========================================
  Files          14       14              
  Lines        8969     9076     +107     
==========================================
+ Hits         3773     3782       +9     
- Misses       5196     5294      +98     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member Author

@ThirdEyeSqueegee ThirdEyeSqueegee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: The PR includes two new actions:

  • seanmiddleditch/gha-setup-ninja@v6: aws-lc-fips-sys requires Ninja to build on Windows
  • actions/setup-go@v5: aws-lc-fips-sys requires Go to build on macOS

The former needs to be added to the allowlist to unblock the build workflow. aws-lc-rs uses this action in their fips workflow so it should be fine to add

@simonmarty
Copy link
Contributor

Allowlisted seanmiddleditch/gha-setup-ninja

@ThirdEyeSqueegee
Copy link
Member Author

Note: Also allowlisted ilammy/setup-nasm because NASM is required to build aws-lc-fips-sys on Windows

@ThirdEyeSqueegee ThirdEyeSqueegee merged commit aa3fd5d into aws:main Apr 17, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants