summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-client-mindhsize.js
Commit message (Expand)AuthorAgeFilesLines
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-1/+1
* test: simplify loadDHParam in TLS testTobias Nießen2018-01-171-4/+1
* test: begin normalizing fixtures useJames M Snell2017-08-071-6/+7
* errors: migrate tls_wrap to use internal/errorsBidisha Pyne2017-07-191-2/+1
* test: simplify test skippingVse Mozhet Byt2017-07-041-6/+4
* test: fix RegExp nitsVse Mozhet Byt2017-06-211-2/+4
* test: remove unneeded string splittingVse Mozhet Byt2017-05-151-2/+2
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-3/+3
* test: add common.mustNotCall()cjihrig2017-02-061-1/+1
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-2/+2
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-8/+8
* test: use const for all require() callscjihrig2017-01-021-4/+4
* lib,test: use consistent operator linebreak styleMichaël Zasso2016-12-101-2/+2
* test: s/assert.fail/common.fail as appropriatecjihrig2016-07-151-1/+1
* test: use random ports where possibleBrian White2016-06-101-2/+2
* test: abstract skip functionality to commonJeremiah Senkpiel2016-05-121-1/+1
* benchmark,test,lib: remove extra spacesRich Trott2016-05-111-1/+1
* test: update arrow function stylecjihrig2016-01-281-2/+2
* test: more regression tests for minDHSize optionBen Noordhuis2015-11-031-0/+9
* test: add regression test for 512 bits DH keyBen Noordhuis2015-11-031-0/+3
* tls: add minDHSize option to tls.connect()Shigeki Ohtsu2015-10-161-0/+81