Skip to content
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 blowfish names to EVP_CIPHER API #2041

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

WillChilds-Klein
Copy link
Contributor

Description of changes:

Support for the blowfish cipher was added a few years ago, but was is not addressed in EVP_get_cipherbyname. This commit adds that support and some testing.

Testing:

  • CI

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.

Support for the blowfish cipher was [added][1] a few years ago, but was
is not addressed in `EVP_get_cipherbyname`. This commit adds that
support and some testing.

[1]: aws@6effbf2
@WillChilds-Klein WillChilds-Klein marked this pull request as ready for review December 9, 2024 15:22
@WillChilds-Klein WillChilds-Klein requested a review from a team as a code owner December 9, 2024 15:22
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.69%. Comparing base (412018d) to head (155f44a).
Report is 23 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2041      +/-   ##
==========================================
+ Coverage   78.62%   78.69%   +0.07%     
==========================================
  Files         596      598       +2     
  Lines      103012   103383     +371     
  Branches    14661    14691      +30     
==========================================
+ Hits        80989    81357     +368     
+ Misses      21373    21371       -2     
- Partials      650      655       +5     

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

@WillChilds-Klein WillChilds-Klein merged commit 2ab1f4d into aws:main Dec 9, 2024
121 of 124 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