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

Remove algorithms from testmodulewrapper that are now used in the real modulewrapper #2069

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

andrewhop
Copy link
Contributor

@andrewhop andrewhop commented Dec 18, 2024

Description of changes:

The testmodulewrapper is used to test ACVP things that the real modulewrapper doesn't support due to lack of support in libcrypto. We have added XTS and KDF to the modulewrapper and no longer need to test them here.

Testing:

Removed code, existing tests pass.

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.

@andrewhop andrewhop requested a review from a team as a code owner December 18, 2024 19:53
@andrewhop andrewhop requested a review from skmcgrail December 18, 2024 19:53
@andrewhop andrewhop force-pushed the testmodulewrappercleanup branch from c913c89 to 0f2e315 Compare December 24, 2024 00:47
@andrewhop andrewhop enabled auto-merge (squash) December 24, 2024 00:47
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.76%. Comparing base (3809070) to head (0f2e315).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2069      +/-   ##
==========================================
- Coverage   78.76%   78.76%   -0.01%     
==========================================
  Files         598      598              
  Lines      103651   103650       -1     
  Branches    14720    14720              
==========================================
- Hits        81636    81635       -1     
+ Misses      21364    21363       -1     
- Partials      651      652       +1     

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

@andrewhop andrewhop merged commit 2329adb into aws:main Dec 24, 2024
124 of 125 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