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

crypto: fix subtle.importKey JWK OKP public key import #37255

Closed
wants to merge 1 commit into from

Conversation

panva
Copy link
Member

@panva panva commented Feb 6, 2021

This fixes the subtle.importKey 'jwk' format import of OKP public keys.

@nodejs-github-bot nodejs-github-bot added the crypto Issues and PRs related to the crypto subsystem. label Feb 6, 2021
@nodejs-github-bot

This comment has been minimized.

@panva panva added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 6, 2021
@Trott
Copy link
Member

Trott commented Feb 6, 2021

For people like me who need a reference to understand this change: RFC 8037 section 2

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot
Copy link
Collaborator

@panva
Copy link
Member Author

panva commented Feb 8, 2021

cc @nodejs/crypto this is a straight forward fix to an experimental module.

@panva
Copy link
Member Author

panva commented Feb 9, 2021

Landed in 51249a1

@panva panva closed this Feb 9, 2021
panva added a commit that referenced this pull request Feb 9, 2021
PR-URL: #37255
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
@panva panva deleted the webcrypto-fix-okp branch February 9, 2021 20:40
danielleadams pushed a commit that referenced this pull request Feb 16, 2021
PR-URL: #37255
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
This was referenced Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. crypto Issues and PRs related to the crypto subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants