Skip to content

Conversation

@nhatnghiho
Copy link
Contributor

Description of changes:

Expose openssl sha1 as a CLI command.

Call-outs:

Relies on dgstTool so only minimal code change is needed.

Testing:

Unit tests

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.

@nhatnghiho nhatnghiho requested a review from a team as a code owner December 6, 2025 00:51
EXPECT_EQ(awslc_hash, openssl_hash);
}

class MD5ComparisonTest : public DgstComparisonTest {};
Copy link
Contributor

Choose a reason for hiding this comment

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

nice. thanks for adding coverage here :)

@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 30.00000% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.22%. Comparing base (7c02cb3) to head (0541b66).

Files with missing lines Patch % Lines
tool-openssl/dgst_test.cc 25.00% 21 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2885      +/-   ##
==========================================
- Coverage   78.23%   78.22%   -0.02%     
==========================================
  Files         683      683              
  Lines      117412   117442      +30     
  Branches    16500    16502       +2     
==========================================
+ Hits        91856    91867      +11     
- Misses      24668    24688      +20     
+ Partials      888      887       -1     

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

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.

3 participants