doc: correct crypto encoding information by hugnosis · Pull Request #7805 · nodejs/node

@hugnosis

The default encoding for crypto methods was changed in v6.0.0, with v4.x keeping a default of binary.

@nodejs-github-bot added crypto

Issues and PRs related to the crypto subsystem.

doc

Issues and PRs related to the documentations.

labels

Jul 20, 2016

@hugnosis hugnosis changed the title Update crypto.md doc: correct crypto encoding information

Jul 20, 2016

jasnell pushed a commit that referenced this pull request

Aug 4, 2016
The default encoding for crypto methods was changed in v6.0.0
with v4.x keeping a default of binary.

PR-URL: #7805
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

cjihrig pushed a commit that referenced this pull request

Aug 10, 2016
The default encoding for crypto methods was changed in v6.0.0
with v4.x keeping a default of binary.

PR-URL: #7805
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: James M Snell <jasnell@gmail.com>