Skip to content

Conversation

@justsmth
Copy link
Contributor

@justsmth justsmth commented Apr 1, 2025

Description of changes:

  • Align aws-lc-fips-sys v0.13.5 w/ the latest from aws-lc/fips-2024-09-27
  • Restored avoidance of prefixing s2n-bignum symbols when building from our FIPS branch.

Call-outs:

CI failures

  • The "publish dry-run" CI failures for aws-lc-rs are expected due to aws-lc-sys v0.28.0 not yet being published.
  • The Clang 19 CI failure will be resolved in Bump to aws-lc-rs v1.13.0 #758

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

@justsmth justsmth requested a review from a team as a code owner April 1, 2025 12:50
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.94%. Comparing base (c358484) to head (3bbd941).
Report is 198 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #760      +/-   ##
==========================================
- Coverage   95.80%   92.94%   -2.86%     
==========================================
  Files          61       71      +10     
  Lines        8143     9813    +1670     
  Branches        0     9813    +9813     
==========================================
+ Hits         7801     9121    +1320     
- Misses        342      405      +63     
- Partials        0      287     +287     

☔ 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.

@justsmth justsmth requested a review from skmcgrail April 1, 2025 14:58

function filter_symbols() {
if [[ "${CRATE_NAME}" =~ fips ]]; then
grep -E '^\w*$' | grep -v -E "^bignum_" | grep -v "curve25519_x25519" | grep -v "edwards25519_" | grep -v "p256_montj" | grep -v "p384_montj" | grep -v "p521_montj" | grep -v "p521_j" | grep -v "jent_" | grep -v "fips_" | grep -v "fips_check"

Choose a reason for hiding this comment

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

style nit: you might consider making this pipe-per-line to ease readability and adding/removing clauses

grep -E '$pattern' \
    | grep -v -E foo \
    | grep -v bar \
...

@justsmth justsmth merged commit 1e96391 into aws:main Apr 1, 2025
271 of 276 checks passed
@justsmth justsmth deleted the generate/aws-lc-fips-sys-v0.13.5 branch April 1, 2025 16:44
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