0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/pummel
Ben Noordhuis ff552ddbaa tls: fix off-by-one error in renegotiation check
Make CLIENT_RENEG_LIMIT inclusive instead of exclusive, i.e. a limit of 2
means the peer can renegotiate twice, not just once.

Update pummel/test-tls-ci-reneg-attack accordingly and make it less timing
sensitive (and run faster) while we're at it.
2012-06-18 04:31:40 +02:00
..
pummel.status
test-buffer-big.js buffer: throw from constructor if length > kMaxLength 2012-03-09 23:57:03 +01:00
test-child-process-spawn-loop.js test-child-process-spawn-loop: make it pass on Windows. 2012-06-13 22:12:30 +02:00
test-crypto-dh.js test: move simple/test-crypto-dh to pummel/ 2012-03-29 17:12:26 +02:00
test-debugger-debug-brk.js test: add --debug-brk regression test 2012-02-07 23:42:38 +01:00
test-dh-regr.js crypto: add padding to diffie-hellman key 2012-06-18 00:59:31 +04:00
test-exec.js test-exec: make it work on Windows 2012-06-12 23:30:54 +02:00
test-fs-largefile.js Move test-fs-largefile into pummel 2012-05-05 15:05:14 -07:00
test-fs-watch-file.js disable fs.watchFile tests on windows 2012-03-03 14:35:21 -08:00
test-http-client-reconnect-bug.js
test-http-upload-timeout.js
test-https-large-response.js
test-keep-alive.js
test-net-connect-econnrefused.js test-net-connect-econnrefused: don't take forever to complete 2012-06-12 02:22:30 +02:00
test-net-many-clients.js
test-net-pause.js
test-net-pingpong-delay.js
test-net-pingpong.js
test-net-throttle.js
test-net-timeout2.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-net-timeout.js
test-net-write-callbacks.js
test-next-tick-loops-quick.js
test-process-hrtime.js process: add process.hrtime() 2012-03-06 20:43:55 +01:00
test-process-uptime.js test: include common.js in all tests 2012-02-20 13:29:11 +01:00
test-regress-GH-814_2.js
test-regress-GH-814.js
test-regress-GH-892.js
test-timer-wrap2.js
test-timer-wrap.js
test-timers.js
test-tls-ci-reneg-attack.js tls: fix off-by-one error in renegotiation check 2012-06-18 04:31:40 +02:00
test-tls-throttle.js
test-vm-memleak.js
test-watch-file.js disable fs.watchFile tests on windows 2012-03-03 14:35:21 -08:00
testcfg.py