Files
node/src
Calvin Metcalf e5e598060e lib,src: make pseudoRandomBytes alias randomBytes
Previously pseudoRandomBytes worked similarly to randomBytes but in the
event of insufficient entropy would silently return non-secure values.

As of f68a116, the entropy pool blocks if there is insufficient entropy
instead of giving an error so there is now no longer a case where
pseudoRandomBytes would act differently than randomBytes.

Docs are updated to remove pseudoRandomBytes and to clarify that
randomBytes now does block instead of erring when entropy is low.

PR-URL: https://github.com/iojs/io.js/pull/557
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2015-01-22 23:08:36 +01:00
..
2015-01-14 03:25:01 +01:00
2015-01-21 01:25:54 +01:00
2015-01-21 00:11:36 +01:00
2015-01-20 15:28:05 -08:00
2015-01-21 01:25:54 +01:00
2015-01-20 12:36:53 +11:00
2015-01-15 21:21:31 +01:00
2013-11-20 00:26:30 +01:00
2015-01-21 01:25:54 +01:00
2015-01-20 15:28:05 -08:00
2015-01-21 00:11:36 +01:00
2013-10-09 08:49:39 -07:00