-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
crypto.publicDecrypt doesn't seem to work #30237
Comments
tniessen
added
crypto
Issues and PRs related to the crypto subsystem.
question
Issues that look for answers.
labels
Nov 4, 2019
@tniessen Is that an oversight? The node/lib/internal/crypto/cipher.js Lines 68 to 69 in c80771d
Since that means |
tniessen
added a commit
to tniessen/node
that referenced
this issue
Nov 4, 2019
3 tasks
@bnoordhuis I think so, yes. I am surprised it went unnoticed for so long, but it is probably a rarely used function. |
MylesBorins
pushed a commit
that referenced
this issue
Nov 17, 2019
PR-URL: #30249 Fixes: #30237 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
targos
pushed a commit
that referenced
this issue
Dec 1, 2019
PR-URL: #30249 Fixes: #30237 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Dec 17, 2019
PR-URL: #30249 Fixes: #30237 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pub
doesn't work. Onlypriv
andbob.publicKey
but I know thatpriv
should work because in docs:Because RSA public keys can be derived from private keys, a private key may be passed instead of a public key
. I really want to know whypub
isn't working.It's showing that:
The text was updated successfully, but these errors were encountered: