summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-client-mindhsize.js
AgeCommit message (Expand)Author
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-01-17test: simplify loadDHParam in TLS testTobias Nießen
2017-08-07test: begin normalizing fixtures useJames M Snell
2017-07-19errors: migrate tls_wrap to use internal/errorsBidisha Pyne
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-06-21test: fix RegExp nitsVse Mozhet Byt
2017-05-15test: remove unneeded string splittingVse Mozhet Byt
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-02-06test: add common.mustNotCall()cjihrig
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-02test: use const for all require() callscjihrig
2016-12-10lib,test: use consistent operator linebreak styleMichaël Zasso
2016-07-15test: s/assert.fail/common.fail as appropriatecjihrig
2016-06-10test: use random ports where possibleBrian White
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-05-11benchmark,test,lib: remove extra spacesRich Trott
2016-01-28test: update arrow function stylecjihrig
2015-11-03test: more regression tests for minDHSize optionBen Noordhuis
2015-11-03test: add regression test for 512 bits DH keyBen Noordhuis
2015-10-16tls: add minDHSize option to tls.connect()Shigeki Ohtsu