-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
doc: crypto.privateEncrypt() padding list needs update #9609
Labels
crypto
Issues and PRs related to the crypto subsystem.
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
Comments
mscdex
added
crypto
Issues and PRs related to the crypto subsystem.
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
labels
Nov 14, 2016
2 tasks
PR: #9611 |
addaleax
pushed a commit
that referenced
this issue
Nov 22, 2016
PR-URL: #9611 Fixes: #9609 Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Dec 20, 2016
PR-URL: #9611 Fixes: #9609 Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Dec 20, 2016
PR-URL: #9611 Fixes: #9609 Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Dec 21, 2016
PR-URL: #9611 Fixes: #9609 Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Dec 21, 2016
PR-URL: #9611 Fixes: #9609 Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
crypto
Issues and PRs related to the crypto subsystem.
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
Currently
crypto.privateEncypt()
listscrypto.constants.RSA_PKCS1_OAEP_PADDING
as a validpadding
value, but it is actually only allowed forcrypto.publicEncrypt()
as far as encrypting goes. This value needs to simply be removed from that list incrypto.privateEncrypt()
's description.The text was updated successfully, but these errors were encountered: