| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tls: introduce TLSSocket based on tls_wrap binding | Fedor Indutny | 2013-06-16 | 1 | -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 timeout | Ben Noordhuis | 2012-12-06 | 1 | -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. | |||||
