You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced in #37500 (released with v15.12.0) the function call crashes node when a private key object is passed to verify when using the callback argument.
Introduced in #37500 (released with v15.12.0) the function call crashes node when a private key object is passed to verify when using the callback argument.
This can never happen in webcrypto where this implementation was first used but it is a valid input for one shot verify.
I'm looking into a fix and expanding the test suite.
cc @jasnell
The text was updated successfully, but these errors were encountered: