mirror of https://github.com/nodejs/node.git
docs: include mention of new crypto methods
Include mention of privateEncrypt and publicDecrypt in changelog. PR-URL: https://github.com/iojs/io.js/pull/722 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michaël Zasso <mic.besace@gmail.com>pull/665/merge
parent
9a8f18613d
commit
10277d2e57
|
@ -7,6 +7,7 @@
|
||||||
* debug: fix v8 post-mortem debugging.
|
* debug: fix v8 post-mortem debugging.
|
||||||
* crypto: publicEncrypt now supports password-protected private keys.
|
* crypto: publicEncrypt now supports password-protected private keys.
|
||||||
* crypto: ~30% speedup on hashing functions.
|
* crypto: ~30% speedup on hashing functions.
|
||||||
|
* crypto: added privateEncrypt/publicDecrypt functions.
|
||||||
* errors
|
* errors
|
||||||
- better formatting via util.inspect
|
- better formatting via util.inspect
|
||||||
- more descriptive errors from fs. This necessitated a `NODE_MODULE_VERSION` bump.
|
- more descriptive errors from fs. This necessitated a `NODE_MODULE_VERSION` bump.
|
||||||
|
|
Loading…
Reference in New Issue