doc: Update doc of publicEncrypt method#12947
Closed
fhalde wants to merge 1 commit intonodejs:masterfrom
Closed
Conversation
danbev
approved these changes
May 10, 2017
Contributor
danbev
left a comment
There was a problem hiding this comment.
Nit: could you limit the line length to 80 characters so that is consistent?
Contributor
Author
|
Yupp |
mscdex
reviewed
May 10, 2017
doc/api/crypto.md
Outdated
Contributor
|
While you're in there, would you mind changing |
As per nodejs#12946 the crypto doc for publicEncrypt doesn't tell you whether the encryption happens in place or not.
Contributor
Author
|
done & done @mscdex |
lpinca
approved these changes
May 10, 2017
Contributor
|
LGTM |
jasnell
approved these changes
May 10, 2017
gibfahn
approved these changes
May 12, 2017
Member
|
Landed in eff9252 |
addaleax
pushed a commit
that referenced
this pull request
May 19, 2017
As per #12946 the crypto doc for publicEncrypt doesn't tell you whether the encryption happens in place or not. Fixes: #12946 PR-URL: #12947 Reviewed-By: Brian White <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
anchnk
pushed a commit
to anchnk/node
that referenced
this pull request
May 19, 2017
As per nodejs#12946 the crypto doc for publicEncrypt doesn't tell you whether the encryption happens in place or not. Fixes: nodejs#12946 PR-URL: nodejs#12947 Reviewed-By: Brian White <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
3 tasks
Contributor
|
v6.x? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As per #12946
the crypto doc for
publicEncryptdoesn't tellyou whether the encryption happens in place or not.
Checklist
Affected core subsystem(s)
doc