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

chore: improve test coverage for rc4.is_available() #4682

Closed
wants to merge 1 commit into from

Conversation

jmayclin
Copy link
Contributor

@jmayclin jmayclin commented Aug 1, 2024

Description of changes:

#4438 was a little tedious to reproduce because the problematic method wasn't getting called with the newer libcrypto that I have on my dev instance.

This change ensure that the rc4.is_available method will have test coverage regardless of libcrypto version.

Testing:

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

@github-actions github-actions bot added the s2n-core team label Aug 1, 2024
@jmayclin
Copy link
Contributor Author

jmayclin commented Aug 1, 2024

Closing this PR because it is going to result in a mess of if/defs based on the underlying libcrypto capabilities, and at this point I don't think the utility is worth it for a small increase in test coverage for a utility method for a deprecated algorithm.

@jmayclin jmayclin closed this Aug 1, 2024
@jmayclin jmayclin deleted the rc4-is-available branch August 29, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant