summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-sni-server-client.js
Commit message (Expand)AuthorAgeFilesLines
* lib,src: remove openssl feature conditionalsBen Noordhuis2018-06-081-3/+0
* test: begin normalizing fixtures useJames M Snell2017-08-071-6/+2
* tls: migrate tls.js to use internal/errors.jsMichael Dawson2017-07-181-1/+1
* test: simplify test skippingVse Mozhet Byt2017-07-041-8/+4
* test: fix require nits in some test-tls-* testsVse Mozhet Byt2017-07-041-4/+5
* test: remove unneeded string splittingVse Mozhet Byt2017-05-151-2/+1
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-7/+7
* test: use const for all require() callscjihrig2017-01-021-1/+1
* test: use random ports where possibleBrian White2016-06-101-8/+7
* test: fix tests for non-crypto buildsAnna Henningsen2016-06-081-1/+1
* test: abstract skip functionality to commonJeremiah Senkpiel2016-05-121-2/+2
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-2/+2
* lib,test: remove extra semicolonsMichaël Zasso2016-01-161-1/+1
* test: fix style issues after eslint updateMichaël Zasso2016-01-131-5/+5
* test: fix messages and use return to skip testsSakthipriyan Vairamani2015-08-031-1/+1
* test: changing process.exit to return while skipping testsSakthipriyan Vairamani2015-07-201-1/+1
* test: formatting skip messages for TAP parsingSakthipriyan Vairamani2015-07-201-2/+2
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny2015-05-011-11/+16
* test: refactor all tests that depends on cryptoJohan Bergström2015-03-051-2/+7
* Remove excessive copyright/license boilerplateisaacs2015-01-121-24/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+130