summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-handshake-error.js
Commit message (Expand)AuthorAgeFilesLines
* test: change ciphers from RC4 to no-such-cipherDaniel Bevenius2019-01-211-1/+1
* tls: throw error on bad ciphers optionBrian White2018-07-031-12/+7
* test: use fixtures module in tls-handshake-errorMark Walker2017-10-271-3/+5
* test: simplify test skippingVse Mozhet Byt2017-07-041-6/+3
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-2/+2
* test: add common.mustNotCall()cjihrig2017-02-061-1/+1
* test: use common.fail() instead of assert(false)cjihrig2017-01-231-3/+1
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-2/+2
* test: s/assert.notEqual()/assert.notStrictEqual()/cjihrig2017-01-061-1/+1
* test: use const for all require() callscjihrig2017-01-021-3/+3
* test: make import common as the first lineSakthipriyan Vairamani2016-07-211-1/+1
* test: use mustCall() for simple flow trackingcjihrig2016-07-181-17/+7
* test: use random ports where possibleBrian White2016-06-101-2/+2
* test: abstract skip functionality to commonJeremiah Senkpiel2016-05-121-1/+1
* test: remove unused variables from TLS testsRich Trott2015-12-281-1/+0
* test: changing process.exit to return while skipping testsSakthipriyan Vairamani2015-07-201-1/+1
* tls: emit errors happening before handshake finishMalte-Thorben Bruns2015-05-221-0/+46