Commit 310b3cd
crypto: fix EVPKeyCtxPointer::publicCheck()
Commit 206ebeb44764d58c6a505657edab3a7a78a0b977 added an additional call
to EVP_PKEY_public_check and an unconditional return from publicCheck().
This prevents the control flow from reaching the original call to either
EVP_PKEY_public_check or EVP_PKEY_public_check_quick.
This change restores the previous behavior, which calls
EVP_PKEY_public_check_quick instead, if possible.
Refs: nodejs/node#56812
PR-URL: nodejs/node#59471
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Filip Skokan <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>1 parent e3d603c commit 310b3cd
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3433 | 3433 | | |
3434 | 3434 | | |
3435 | 3435 | | |
3436 | | - | |
3437 | 3436 | | |
3438 | 3437 | | |
3439 | 3438 | | |
| |||
0 commit comments