crypto: ensure exported webcrypto EC keys use uncompressed point format#46021
Closed
bnoordhuis wants to merge 2 commits intonodejs:mainfrom
Closed
crypto: ensure exported webcrypto EC keys use uncompressed point format#46021bnoordhuis wants to merge 2 commits intonodejs:mainfrom
bnoordhuis wants to merge 2 commits intonodejs:mainfrom
Conversation
Collaborator
|
Review requested:
|
panva
reviewed
Dec 30, 2022
Member
panva
left a comment
There was a problem hiding this comment.
You may remove the "import_export/ec_importKey.https.any.js" block from test/wpt/status/WebCryptoAPI.json
panva
reviewed
Dec 30, 2022
Member
|
Possibly change the commit and PR title to |
The WebCrypto spec apparently mandates that EC keys must be exported in uncompressed point format. This commit makes it so. Fixes: nodejs#45859
tniessen
approved these changes
Dec 30, 2022
panva
approved these changes
Dec 30, 2022
This comment was marked as outdated.
This comment was marked as outdated.
panva
reviewed
Dec 30, 2022
This was referenced Dec 31, 2022
Member
|
One more review would be great. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Collaborator
Member
|
Landed in 8ec1b08 |
22 tasks
Merged
This was referenced Jan 3, 2023
22 tasks
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The WebCrypto spec apparently mandates that EC keys must be exported in uncompressed point format. This commit makes it so.
Fixes: #45859