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

Use AWS Libcrypto to generate RSA keys #883

Merged
merged 1 commit into from
May 18, 2024
Merged

Use AWS Libcrypto to generate RSA keys #883

merged 1 commit into from
May 18, 2024

Conversation

stephank
Copy link
Member

Since we switched from Ring to AWS Libcrypto, following Rustls, we already have a lib capable of generating RSA keys, and no longer have a use for the rust-crypto rsa crate.

We can probably remove the 'external command' method of generating RSA keys in the near feature, and move key size parsing to the config modules, so it is caught during startup.

@stephank stephank merged commit 1d06cee into main May 18, 2024
4 checks passed
@stephank stephank deleted the feat/remove-rsa branch May 18, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant