-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Web Crypto API test and key import issues #47864
Labels
confirmed-bug
Issues with confirmed bugs.
crypto
Issues and PRs related to the crypto subsystem.
test
Issues and PRs related to the tests.
webcrypto
Comments
cc @panva |
I'll have a look later today. |
panva
added a commit
to panva/node
that referenced
this issue
May 5, 2023
panva
added a commit
to panva/node
that referenced
this issue
May 5, 2023
This was referenced May 5, 2023
panva
added a commit
to panva/node
that referenced
this issue
May 5, 2023
Thank you @fhanau, I've opened individual PRs to address each point. |
You're welcome, thanks for the quick response! |
All PRs landed. |
panva
added a commit
to panva/node
that referenced
this issue
May 15, 2023
Refs: nodejs#47864 PR-URL: nodejs#47877 Refs: nodejs#47864 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Backport-PR-URL: nodejs#47336
MoLow
pushed a commit
to MoLow/node
that referenced
this issue
Jul 6, 2023
Refs: nodejs#47864 PR-URL: nodejs#47876 Refs: nodejs#47864 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
MoLow
pushed a commit
to MoLow/node
that referenced
this issue
Jul 6, 2023
Refs: nodejs#47864 PR-URL: nodejs#47877 Refs: nodejs#47864 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
MoLow
pushed a commit
to MoLow/node
that referenced
this issue
Jul 6, 2023
Refs: nodejs#47864 PR-URL: nodejs#47878 Refs: nodejs#47864 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
MoLow
pushed a commit
to MoLow/node
that referenced
this issue
Jul 6, 2023
PR-URL: nodejs#47921 Refs: nodejs#47864 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed-bug
Issues with confirmed bugs.
crypto
Issues and PRs related to the crypto subsystem.
test
Issues and PRs related to the tests.
webcrypto
Version
v20.1.0
Platform
No response
Subsystem
crypto.webcrypto
What steps will reproduce the bug?
No response
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
While looking at Node's crypto API, I found some potential issues in the Web Crypto tests:
node/test/parallel/test-webcrypto-wrap-unwrap.js
Line 301 in 27467a8
node/test/parallel/test-webcrypto-sign-verify-eddsa.js
Line 146 in 27467a8
node/test/parallel/test-webcrypto-export-import-cfrg.js
Line 311 in 27467a8
@jasnell
Additional information
No response
The text was updated successfully, but these errors were encountered: