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

Migrate RSA support to trussed-rsa-backend #116

Merged
merged 2 commits into from
Mar 30, 2023
Merged

Conversation

sosthene-nitrokey
Copy link
Collaborator

No description provided.

Copy link
Member

@robin-nitrokey robin-nitrokey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

rsa2048 = ["trussed/rsa2048"]
rsa4096 = ["rsa2048", "trussed/rsa4096"]
rsa = ["trussed-rsa-backend"]
rsa2048 = ["rsa"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need this as a separate feature?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It still requires an allocator AKA nightly. It also doesn't solve the problem of slow key generation which means we still need the feature flag for RSA 4096 key generation. I also need to test how long it takes for RSA-3072

@sosthene-nitrokey sosthene-nitrokey marked this pull request as ready for review March 28, 2023 13:42
@sosthene-nitrokey sosthene-nitrokey merged commit cfffa90 into main Mar 30, 2023
@sosthene-nitrokey sosthene-nitrokey deleted the rsa-backend branch March 30, 2023 12:57
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.

2 participants