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 Generation Support #315

Merged
merged 7 commits into from
Jan 25, 2024
Merged

RSA Key Generation Support #315

merged 7 commits into from
Jan 25, 2024

Conversation

skmcgrail
Copy link
Member

Issues:

Resolves #296

Description

Implements RSA KeyPair generation. This takes the relevant parts from #303 without the OAEP support and the much broader refactor of the underlying RSA code.

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.

@skmcgrail skmcgrail requested a review from a team as a code owner January 19, 2024 19:50
@codecov-commenter
Copy link

codecov-commenter commented Jan 19, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (c5bb144) 95.91% compared to head (cc4b405) 96.00%.
Report is 2 commits behind head on main.

Files Patch % Lines
aws-lc-rs/src/cbb.rs 96.87% 2 Missing ⚠️
aws-lc-rs/src/rsa/key.rs 97.89% 2 Missing ⚠️
aws-lc-rs/src/bn.rs 85.71% 1 Missing ⚠️
aws-lc-rs/src/rsa/encoding.rs 94.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #315      +/-   ##
==========================================
+ Coverage   95.91%   96.00%   +0.09%     
==========================================
  Files          60       61       +1     
  Lines        8522     8767     +245     
==========================================
+ Hits         8174     8417     +243     
- Misses        348      350       +2     

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

aws-lc-rs/src/pkcs8.rs Outdated Show resolved Hide resolved
aws-lc-rs/src/ptr.rs Show resolved Hide resolved
aws-lc-rs/src/ptr.rs Show resolved Hide resolved
aws-lc-rs/src/rsa/key.rs Outdated Show resolved Hide resolved
aws-lc-rs/src/rsa/key.rs Outdated Show resolved Hide resolved
justsmth
justsmth previously approved these changes Jan 22, 2024
aws-lc-rs/src/rsa/key.rs Show resolved Hide resolved
aws-lc-rs/src/rsa/key.rs Show resolved Hide resolved
aws-lc-rs/src/cbb.rs Show resolved Hide resolved
justsmth
justsmth previously approved these changes Jan 24, 2024
justsmth
justsmth previously approved these changes Jan 24, 2024
justsmth
justsmth previously approved these changes Jan 25, 2024
@justsmth justsmth self-requested a review January 25, 2024 15:35
@skmcgrail skmcgrail requested review from samuel40791765 and removed request for andrewhop January 25, 2024 17:41
@skmcgrail skmcgrail merged commit cc56479 into aws:main Jan 25, 2024
114 of 125 checks passed
@skmcgrail skmcgrail deleted the rsa-keygen branch January 25, 2024 19:15
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.

feature request: RSA key generation support
4 participants