-
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
createPublicKey and createPrivateKey lacks robustness with JWK #44471
Labels
Comments
@rinne thank you for the report. I'm looking into a fix. |
panva
added a commit
to panva/node
that referenced
this issue
Sep 1, 2022
panva
added a commit
to panva/node
that referenced
this issue
Sep 1, 2022
RafaelGSS
pushed a commit
that referenced
this issue
Sep 5, 2022
Fixes #44471 PR-URL: #44475 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
RafaelGSS
pushed a commit
that referenced
this issue
Sep 6, 2022
Fixes #44471 PR-URL: #44475 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
RafaelGSS
pushed a commit
that referenced
this issue
Sep 7, 2022
Fixes #44471 PR-URL: #44475 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
RafaelGSS
pushed a commit
that referenced
this issue
Sep 7, 2022
Fixes #44471 PR-URL: #44475 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Fyko
pushed a commit
to Fyko/node
that referenced
this issue
Sep 15, 2022
Fixes nodejs#44471 PR-URL: nodejs#44475 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
Oct 3, 2022
Fixes #44471 PR-URL: #44475 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
Oct 4, 2022
Fixes #44471 PR-URL: #44475 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
Oct 4, 2022
Fixes #44471 PR-URL: #44475 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
Oct 7, 2022
Fixes #44471 PR-URL: #44475 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
Oct 10, 2022
Fixes #44471 PR-URL: #44475 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
Oct 11, 2022
Fixes #44471 PR-URL: #44475 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Version
v18.7.0
Platform
Darwin xxx 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:25:27 PDT 2022; root:xnu-8020.141.5~2/RELEASE_X86_64 x86_64
Subsystem
crypto
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
always
What is the expected behavior?
Exception with an appropriate error object should be thrown.
It should be possible to catch the exception.
What do you see instead?
Additional information
This has been the case with JWK import for all versions so far.
The text was updated successfully, but these errors were encountered: