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

feat(ext/crypto): import RSA pkcs#8 keys #11891

Merged
merged 15 commits into from
Sep 14, 2021

Conversation

littledivy
Copy link
Member

towards #11690

@littledivy littledivy marked this pull request as draft September 1, 2021 11:37
@littledivy littledivy marked this pull request as ready for review September 14, 2021 10:40
Copy link
Member

@lucacasonato lucacasonato left a comment

Choose a reason for hiding this comment

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

LGTM, thanks.

if bytes_consumed
!= rsa::pkcs1::der::Length::new(pk_info.private_key.len() as u16)
{
// TODO(@littledivy): DataError
Copy link
Member

Choose a reason for hiding this comment

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

Can you create a follow-up for these?

@lucacasonato lucacasonato merged commit c41460e into denoland:main Sep 14, 2021
@littledivy littledivy deleted the rsa_pkcs8_import branch September 14, 2021 13:47
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