mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
As per https://github.com/nodejs/node/issues/12946 the crypto doc for publicEncrypt doesn't tell you whether the encryption happens in place or not. Fixes: https://github.com/nodejs/node/issues/12946 PR-URL: https://github.com/nodejs/node/pull/12947 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>