summaryrefslogtreecommitdiff
path: root/lib/tls.js
AgeCommit message (Expand)AuthorFilesLines
2011-09-19tls: remove superfluous setOptions() callBen Noordhuis1-3/+0
2011-09-07tls: add client-side session resumption supportSean Cunningham1-0/+19
2011-08-31tls: x509 certificate subject parsing failkoichik1-4/+4
2011-08-10Add NPN and SNI documentation.Fedor Indutny1-1/+1
2011-07-29Add support for TLS SNIFedor Indutny1-11/+63
2011-07-29jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi1-9/+8
2011-07-14Merge branch 'v0.4'Ryan Dahl1-1/+4
2011-07-15Fixes #1304. The Connection instance may be destroyed by abort() when process...Stefan Rusu1-1/+4
2011-05-20Merge branch 'v0.4'Ryan Dahl1-13/+33
2011-05-20CryptoStream.prototype.readyState shoudn't reference fdRyan Dahl1-3/+17
2011-05-19Share SSL context between server connectionsFedor Indutny1-8/+15
2011-05-16Merge branch 'v0.4'Ryan Dahl1-0/+6
2011-05-14Make https 'timeout' events bubble upFelix Geisendörfer1-0/+6
2011-05-07Merge branch 'v0.4'isaacs1-101/+84
2011-05-06TLS: simplify logicRyan Dahl1-93/+82
2011-05-02cleartextstream.destroy() should destroy socket.Ryan Dahl1-5/+0
2011-04-19OpenSSL NPN in node.jsFedor Indutny1-4/+49
2011-04-18Merge branch 'v0.4'Ryan Dahl1-7/+19
2011-04-13CryptoStream.write returns false when queue > 128kbRyan Dahl1-6/+18
2011-04-13TLS use RC4-SHA by defaultRyan Dahl1-1/+1
2011-04-13allow setting of ciphers in credentialsTheo Schlossnagle1-0/+2
2011-04-13TLS: Add secureOptions flagTheo Schlossnagle1-0/+3
2011-04-13Pass secureProtocol through on tls.Server creationTheo Schlossnagle1-0/+2
2011-03-28Increase TLS pool size for perf increaseRyan Dahl1-1/+1
2011-03-21Fix GH-820. CryptoStream.end shouldn't throw if not writableRyan Dahl1-14/+12
2011-03-14Update copyright headersRyan Dahl1-0/+21
2011-03-14TLS: Finer locks on _cycle.Theo Schlossnagle1-12/+28
2011-03-09CryptoStream.prototype.destroySoon shouldn't die if not writableRyan Dahl1-1/+5
2011-02-24Revert "Add extra debug print statement to tls.js"Ryan Dahl1-1/+0
2011-02-23Add extra debug print statement to tls.jsRyan Dahl1-0/+1
2011-02-23Add TODO itemRyan Dahl1-0/+2
2011-02-19TLS sockets should not be writable after 'end'Ryan Dahl1-0/+3
2011-02-16TLS: Make _cycle reentrant.Ryan Dahl1-1/+15
2011-02-15https was missing 'end' event sometimesRyan Dahl1-4/+11
2011-02-10TLS: CRL supportTheo Schlossnagle1-2/+7
2011-02-09TLS: Don't give up if you can't write 0 bytesRyan Dahl1-1/+3
2011-02-09better debug messages in net and tlsRyan Dahl1-3/+12
2011-02-08tls: only emit data after 'secure' eventRyan Dahl1-5/+22
2011-02-07tls fixesRyan Dahl1-0/+2
2011-02-03Clean upRyan Dahl1-1/+2
2011-02-03TLS: fix throttlingRyan Dahl1-8/+34
2011-02-02TLS: Simplify error handlingRyan Dahl1-18/+14
2011-02-02TLS: flush buffer before destroyRyan Dahl1-18/+48
2011-02-02(suck, blow) -> (pull, push)Ryan Dahl1-12/+12
2011-02-01TLS: better error reporting at binding layerRyan Dahl1-12/+15
2011-01-31TLS: Add _pendingBytes()Ryan Dahl1-0/+10
2011-01-31tls: superficial clean upRyan Dahl1-30/+29
2011-01-27Fix option parsing in tls.connect()Ryan Dahl1-23/+14
2011-01-27Another fix for process.assertRyan Dahl1-1/+1
2011-01-24lintRyan Dahl1-1/+1