summaryrefslogtreecommitdiff
path: root/test/simple/test-https-timeout-server.js
Commit message (Collapse)AuthorAgeFilesLines
* tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny2013-06-161-2/+0
| | | | | | | | Split `tls.js` into `_tls_legacy.js`, containing legacy `createSecurePair` API, and `_tls_wrap.js` containing new code based on `tls_wrap` binding. Remove tests that are no longer useful/valid.
* tls, https: add tls handshake timeoutBen Noordhuis2012-12-061-0/+58
Don't allow connections to stall indefinitely if the SSL/TLS handshake does not complete. Adds a new tls.Server and https.Server configuration option, handshakeTimeout. Fixes #4355.