summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-alpn-server-client.js
AgeCommit message (Expand)Author
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-02-06test: do not assume tls handshake orderSam Roberts
2018-06-08lib,src: remove openssl feature conditionalsBen Noordhuis
2018-03-27tls: drop NPN (next protocol negotiation) supportBen Noordhuis
2017-08-07test: begin normalizing fixtures useJames M Snell
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-07-04test: fix require nits in some test-tls-* testsVse Mozhet Byt
2017-05-15test: remove unneeded string splittingVse Mozhet Byt
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-03-03test: fix tests when npn feature is disabled.Shigeki Ohtsu
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2016-06-10test: use random ports where possibleBrian White
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-05-08tools: lint for object literal spacingRich Trott
2016-05-04test: fix alpn tests for openssl1.0.2hShigeki Ohtsu
2016-01-16lib,test: remove extra semicolonsMichaƫl Zasso
2015-10-27tls, crypto: add ALPN SupportShigeki Ohtsu