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

RSA key check consolidation part 1b #1480

Merged
merged 8 commits into from
Mar 14, 2024

Conversation

dkostic
Copy link
Contributor

@dkostic dkostic commented Mar 7, 2024

Issues:

CryptoAlg-2280

Description of changes:

This is the second PR in a series of PRs that will attempt to
consolidate the RSA key checking in AWS-LC. In this PR:

Call-outs:

Point out areas that need special attention or support during the review process. Discuss architecture or design changes.

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? Are there any testing steps to be verified by the reviewer?

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.

@dkostic dkostic requested a review from a team as a code owner March 7, 2024 22:27
crypto/fipsmodule/rsa/rsa.c Outdated Show resolved Hide resolved
crypto/fipsmodule/rsa/rsa.c Outdated Show resolved Hide resolved
crypto/fipsmodule/rsa/rsa.c Outdated Show resolved Hide resolved
dkostic and others added 4 commits March 13, 2024 09:03
Co-authored-by: Nevine Ebeid <66388554 [email protected]>
Co-authored-by: Nevine Ebeid <66388554 [email protected]>
Co-authored-by: Nevine Ebeid <66388554 [email protected]>
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 92.30769% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 76.99%. Comparing base (67cf4cc) to head (eeb81d7).
Report is 35 commits behind head on main.

Files Patch % Lines
crypto/fipsmodule/rsa/rsa.c 89.47% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1480       /-   ##
==========================================
  Coverage   76.95%   76.99%    0.03%     
==========================================
  Files         425      425              
  Lines       71587    71525      -62     
==========================================
- Hits        55093    55073      -20     
  Misses      16494    16452      -42     

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

@dkostic dkostic merged commit 372c6a9 into aws:main Mar 14, 2024
44 checks passed
@dkostic dkostic deleted the rsa-key-check-consolidation branch March 14, 2024 18:07
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.

None yet

4 participants