summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-handshake-error.js
AgeCommit message (Expand)Author
2019-01-21test: change ciphers from RC4 to no-such-cipherDaniel Bevenius
2018-07-03tls: throw error on bad ciphers optionBrian White
2017-10-27test: use fixtures module in tls-handshake-errorMark Walker
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-02-06test: add common.mustNotCall()cjihrig
2017-01-23test: use common.fail() instead of assert(false)cjihrig
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-06test: s/assert.notEqual()/assert.notStrictEqual()/cjihrig
2017-01-02test: use const for all require() callscjihrig
2016-07-21test: make import common as the first lineSakthipriyan Vairamani
2016-07-18test: use mustCall() for simple flow trackingcjihrig
2016-06-10test: use random ports where possibleBrian White
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2015-12-28test: remove unused variables from TLS testsRich Trott
2015-07-20test: changing process.exit to return while skipping testsSakthipriyan Vairamani
2015-05-22tls: emit errors happening before handshake finishMalte-Thorben Bruns