summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-ca-concat.js
Commit message (Collapse)AuthorAgeFilesLines
* test: make tests pass when configured without-sslDaniel Bevenius2017-03-041-1/+1
| | | | | | | | | | | Currently when node is build --without-ssl and the test are run, there are a number of failing test due to tests expecting crypto support to be available. This commit fixes fixes the failure and instead skips the tests that expect crypto to be available. PR-URL: https://github.com/nodejs/node/pull/11631 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
* doc,test: tls .ca option supports multi-PEM filesSam Roberts2017-01-121-0/+24
PR-URL: https://github.com/nodejs/node/pull/10389 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>