|
|
|
|
|
by CiPHPerCoder
3700 days ago
|
|
A multi-threaded JavaScript also means this becomes more troubling: https://github.com/nodejs/node/issues/5798 Node.js uses OpenSSL instead of the operating system's CSPRNG. The biggest argument for "WONTFIX" is "Node.js is single-threaded so OpenSSL fork-unsafety isn't a concern for us". If JavaScript becomes multi-threaded, it's not unreasonable to expect Node.js to follow. If it does follow, expect random numbers to repeat because of OpenSSL's broken RNG. |
|
I don't see this quote within your linked issue and, as far as I can tell, there's no discussion of multi-threading.