121 Commits (c6185c8484b123f552c8af8bcaec21cf3d725559)

Author SHA1 Message Date
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
koichik 68cc173c6d tls: The TLS API is inconsistent with the TCP API 13 years ago
koichik 19a855382c tls: requestCert unusable with Firefox and Chrome 13 years ago
koichik 4cdf9d4158 tls: Improve TLS flow control 13 years ago
Ben Noordhuis 243c218c7a tls: remove superfluous setOptions() call 13 years ago
Sean Cunningham eb99083d0b tls: add client-side session resumption support 13 years ago
koichik 6f60683802 tls: x509 certificate subject parsing fail 13 years ago
Fedor Indutny 942f8b5afb Add NPN and SNI documentation. 13 years ago
Fedor Indutny 9010f5fbab Add support for TLS SNI 13 years ago
Robert Mustacchi de0b8d601c jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.js 13 years ago
Stefan Rusu 901ebed8ff Fixes #1304. The Connection instance may be destroyed by abort() when process.nextTick is executed. 13 years ago
Ryan Dahl 9c7f89bf56 CryptoStream.prototype.readyState shoudn't reference fd 14 years ago
Fedor Indutny 21724ecaec Share SSL context between server connections 14 years ago
Felix Geisendörfer 1fde5f51b4 Make https 'timeout' events bubble up 14 years ago
Ryan Dahl 55bff5bab9 TLS: simplify logic 14 years ago
Ryan Dahl 75a0cf970f cleartextstream.destroy() should destroy socket. 14 years ago
Fedor Indutny c9b40da368 OpenSSL NPN in node.js 14 years ago
Ryan Dahl bb621f7c2e CryptoStream.write returns false when queue > 128kb 14 years ago
Ryan Dahl 050bbf0bc4 TLS use RC4-SHA by default 14 years ago
Theo Schlossnagle d6f5b8a2a6 allow setting of ciphers in credentials 14 years ago
Theo Schlossnagle 2a88dd3bc1 TLS: Add secureOptions flag 14 years ago
Theo Schlossnagle d0e84b0088 Pass secureProtocol through on tls.Server creation 14 years ago
Ryan Dahl c0b461d9a1 Increase TLS pool size for perf increase 14 years ago