0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps
Shigeki Ohtsu d269e07fa4
deps: add -no_rand_screen to openssl s_client
In openssl s_client on Windows, RAND_screen() is invoked to initialize
random state but it takes several seconds in each connection.
This added -no_rand_screen to openssl s_client on Windows to skip
RAND_screen() and gets a better performance in the unit test of
test-tls-server-verify.
Do not enable this except to use in the unit test.

Fixes: https://github.com/nodejs/io.js/issues/1461
PR-URL: https://github.com/nodejs/io.js/pull/1836
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2017-12-07 13:16:35 -05:00
..
acorn deps: import acorn@5.2.1 2017-11-16 15:40:42 -08:00
cares deps: cherry-pick 0ef4a0c64b6 from c-ares upstream 2017-10-02 01:16:22 -03:00
gtest
http_parser
icu-small deps: cherry-pick upstream ICU fix 2017-11-18 21:02:50 +01:00
nghttp2 deps: define BUILDING_NGHTTP2 during nghttp2 build 2017-09-24 12:17:03 -03:00
node-inspect
npm deps: manually add 9.x support to npm 2017-10-29 21:32:46 -04:00
openssl deps: add -no_rand_screen to openssl s_client 2017-12-07 13:16:35 -05:00
uv deps: upgrade libuv to 1.18.0 2017-12-01 09:01:04 -05:00
v8 deps: cherry-pick 98c40a4bae915 from V8 upstream 2017-12-06 12:52:07 +01:00
zlib