Commit 5ca7c87
crypto: fix EVPKeyCtxPointer::publicCheck()
Commit 206ebeb 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#56812
PR-URL: nodejs#59471
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent e71240e commit 5ca7c87
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3744 | 3744 | | |
3745 | 3745 | | |
3746 | 3746 | | |
3747 | | - | |
3748 | 3747 | | |
3749 | 3748 | | |
3750 | 3749 | | |
| |||
0 commit comments