194 Commits (6f8aa24d1ee0c8502ec4c3dae3820668ae7fc435)

Author SHA1 Message Date
Fedor Indutny 8e0c830cd0 tls: async session storage 12 years ago
Shigeki Ohtsu f347077e78 tls: support unix domain socket/named pipe in tls.connect 12 years ago
Ben Noordhuis 8bec26122d tls, https: throw exception on missing key/cert 12 years ago
isaacs ee200942dd lint 12 years ago
Ben Noordhuis badbd1af27 tls: update default cipher list 12 years ago
Ben Noordhuis c492d43f48 tls: fix segfault in pummel/test-tls-ci-reneg-attack 12 years ago
Ben Noordhuis 6b18e88b68 tls: handle multiple CN fields when verifying cert 12 years ago
Fedor Indutny 42c6952edb tls: pass linting 12 years ago
Fedor Indutny 85185bbbaa tls: pass linting 12 years ago
Fedor Indutny 92e7433ff9 tls: fix 'hostless' tls connection verification 12 years ago
Fedor Indutny 50122fed8a tls: fix 'hostless' tls connection verification 12 years ago
Fedor Indutny 93d496a4ec tls: revert accidental API change 12 years ago
Fedor Indutny 5950db197c tls: revert accidental API change 12 years ago
Fedor Indutny 4aa09d1e0e tls: localhost is valid against identity-check 12 years ago
Fedor Indutny 0cf235410d tls: localhost is valid against identity-check 12 years ago
Fedor Indutny eb2ca10462 tls: veryify server's identity 12 years ago
Fedor Indutny 8ba189b8d3 tls: veryify server's identity 12 years ago
isaacs 3ad07ed0b8 lint 12 years ago
Jonas Westerlund 4cfdc57712 Inline timeout function, avoiding declaration in conditional 12 years ago
Fedor Indutny f210530f46 tls: use slab allocator 12 years ago
Ben Noordhuis ff552ddbaa tls: fix off-by-one error in renegotiation check 13 years ago
Andreas Madsen 1e0ce5d1bd domain: the EventEmitter constructor is now always called in nodecore 13 years ago
isaacs 9611354f08 lint 13 years ago
ssuda fb7348ae06 crypto: add PKCS12/PFX support 13 years ago
fukayatsu 0f95a93a2c tls: remove duplicate line 13 years ago
Yosef Dinerstein d7c96cf289 tls: reduce memory overhead, reuse buffer 13 years ago
Shigeki Ohtsu e1199fa335 tls: fix CryptoStream.setKeepAlive() 13 years ago
ssuda 9b672bcaa2 tls: parsing multiple values of a key in ssl certificate 13 years ago
Dmitry Nizovtsev 1e9bcf26ce net, http, https: add localAddress option 13 years ago
isaacs 959a19e118 lint 13 years ago
Jimb Esser 78db18739a tls: proxy set(Timeout|NoDelay|KeepAlive) methods 13 years ago
Blake Miner 7343f8e776 tls: add `honorCipherOrder` option to tls.createServer() 13 years ago
Maciej Małecki da908364a8 tls http https: don't pollute user's `options` object 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Ben Noordhuis 3415427dbf tls: mitigate session renegotiation attacks 13 years ago
koichik b19b8836c3 tls: Allow establishing secure connection on the existing socket 13 years ago
Ben Noordhuis e806ad39d0 net, tls, http: remove socket.ondrain 13 years ago
koichik 534df2f8d2 tls: fix double 'error' events on HTTPS Requests 13 years ago
koichik c1a63a9e90 tls: Allow establishing secure connection on the existing socket 13 years ago
Maciej Małecki 4b4d059791 tls: make `tls.connect` accept port and host in `options` 13 years ago
koichik b962ff35dd tls: fix test-https-client-reject fails 13 years ago
koichik 07c27e040e tls: Fix node swallows openssl error on request 13 years ago
Ben Noordhuis 7a7f1062bf tls: remove duplicate assignment 13 years ago
koichik f8c335d0ca tls: enable rejectUnauthorized option to client 13 years ago
koichik 5451ba3aa8 tls: fix https with fs.openReadStream hangs 13 years ago
Ben Noordhuis 5e3b0095de tls: make cipher list configurable 13 years ago
koichik f53d092a2a tls, https: add passphrase option 13 years ago
koichik cbcaeedba9 tls: add address(), remoteAddress/remotePort 13 years ago
koichik 0e8a55d2a2 tls: does not emit 'end' from EncryptedStream 13 years ago
Ryan Dahl de09168e5a Emit 'end' from crypto streams on close 13 years ago