summaryrefslogtreecommitdiff
path: root/lib/tls.js
Commit message (Expand)AuthorAgeFilesLines
* tls: fix https with fs.openReadStream hangskoichik2011-11-271-2/+8
* tls: make cipher list configurableBen Noordhuis2011-11-171-4/+1
* tls, https: add passphrase optionkoichik2011-10-311-0/+2
* tls: add address(), remoteAddress/remotePortkoichik2011-10-271-0/+13
* tls: does not emit 'end' from EncryptedStreamkoichik2011-10-271-1/+0
* Merge remote branch 'origin/v0.4'Ryan Dahl2011-10-211-7/+41
|\
| * tls: Improve TLS flow controlkoichik2011-09-301-7/+41
* | Emit 'end' from crypto streams on closeRyan Dahl2011-10-211-1/+3
* | tls: The TLS API is inconsistent with the TCP APIkoichik2011-10-151-1/+4
* | tls: requestCert unusable with Firefox and Chromekoichik2011-10-151-1/+9
* | tls: remove superfluous setOptions() callBen Noordhuis2011-09-191-3/+0
* | tls: add client-side session resumption supportSean Cunningham2011-09-071-0/+19
* | tls: x509 certificate subject parsing failkoichik2011-08-311-4/+4
* | Add NPN and SNI documentation.Fedor Indutny2011-08-101-1/+1
* | Add support for TLS SNIFedor Indutny2011-07-291-11/+63
* | jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi2011-07-291-9/+8
* | Merge branch 'v0.4'Ryan Dahl2011-07-141-1/+4
|\ \ | |/
| * Fixes #1304. The Connection instance may be destroyed by abort() when process...Stefan Rusu2011-07-151-1/+4
* | Merge branch 'v0.4'Ryan Dahl2011-05-201-13/+33
|\ \ | |/
| * CryptoStream.prototype.readyState shoudn't reference fdRyan Dahl2011-05-201-3/+17
| * Share SSL context between server connectionsFedor Indutny2011-05-191-8/+15
* | Merge branch 'v0.4'Ryan Dahl2011-05-161-0/+6
|\ \ | |/
| * Make https 'timeout' events bubble upFelix Geisendörfer2011-05-141-0/+6
* | Merge branch 'v0.4'isaacs2011-05-071-101/+84
|\ \ | |/
| * TLS: simplify logicRyan Dahl2011-05-061-93/+82
| * cleartextstream.destroy() should destroy socket.Ryan Dahl2011-05-021-5/+0
* | OpenSSL NPN in node.jsFedor Indutny2011-04-191-4/+49
* | Merge branch 'v0.4'Ryan Dahl2011-04-181-7/+19
|\ \ | |/
| * CryptoStream.write returns false when queue > 128kbRyan Dahl2011-04-131-6/+18
| * TLS use RC4-SHA by defaultRyan Dahl2011-04-131-1/+1
* | allow setting of ciphers in credentialsTheo Schlossnagle2011-04-131-0/+2
* | TLS: Add secureOptions flagTheo Schlossnagle2011-04-131-0/+3
|/
* Pass secureProtocol through on tls.Server creationTheo Schlossnagle2011-04-131-0/+2
* Increase TLS pool size for perf increaseRyan Dahl2011-03-281-1/+1
* Fix GH-820. CryptoStream.end shouldn't throw if not writableRyan Dahl2011-03-211-14/+12
* Update copyright headersRyan Dahl2011-03-141-0/+21
* TLS: Finer locks on _cycle.Theo Schlossnagle2011-03-141-12/+28
* CryptoStream.prototype.destroySoon shouldn't die if not writableRyan Dahl2011-03-091-1/+5
* Revert "Add extra debug print statement to tls.js"Ryan Dahl2011-02-241-1/+0
* Add extra debug print statement to tls.jsRyan Dahl2011-02-231-0/+1
* Add TODO itemRyan Dahl2011-02-231-0/+2
* TLS sockets should not be writable after 'end'Ryan Dahl2011-02-191-0/+3
* TLS: Make _cycle reentrant.Ryan Dahl2011-02-161-1/+15
* https was missing 'end' event sometimesRyan Dahl2011-02-151-4/+11
* TLS: CRL supportTheo Schlossnagle2011-02-101-2/+7
* TLS: Don't give up if you can't write 0 bytesRyan Dahl2011-02-091-1/+3
* better debug messages in net and tlsRyan Dahl2011-02-091-3/+12
* tls: only emit data after 'secure' eventRyan Dahl2011-02-081-5/+22
* tls fixesRyan Dahl2011-02-071-0/+2
* Clean upRyan Dahl2011-02-031-1/+2