index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tls.js
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-19
tls: remove superfluous setOptions() call
Ben Noordhuis
1
-3
/
+0
2011-09-07
tls: add client-side session resumption support
Sean Cunningham
1
-0
/
+19
2011-08-31
tls: x509 certificate subject parsing fail
koichik
1
-4
/
+4
2011-08-10
Add NPN and SNI documentation.
Fedor Indutny
1
-1
/
+1
2011-07-29
Add support for TLS SNI
Fedor Indutny
1
-11
/
+63
2011-07-29
jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.js
Robert Mustacchi
1
-9
/
+8
2011-07-14
Merge branch 'v0.4'
Ryan Dahl
1
-1
/
+4
2011-07-15
Fixes #1304. The Connection instance may be destroyed by abort() when process...
Stefan Rusu
1
-1
/
+4
2011-05-20
Merge branch 'v0.4'
Ryan Dahl
1
-13
/
+33
2011-05-20
CryptoStream.prototype.readyState shoudn't reference fd
Ryan Dahl
1
-3
/
+17
2011-05-19
Share SSL context between server connections
Fedor Indutny
1
-8
/
+15
2011-05-16
Merge branch 'v0.4'
Ryan Dahl
1
-0
/
+6
2011-05-14
Make https 'timeout' events bubble up
Felix Geisendörfer
1
-0
/
+6
2011-05-07
Merge branch 'v0.4'
isaacs
1
-101
/
+84
2011-05-06
TLS: simplify logic
Ryan Dahl
1
-93
/
+82
2011-05-02
cleartextstream.destroy() should destroy socket.
Ryan Dahl
1
-5
/
+0
2011-04-19
OpenSSL NPN in node.js
Fedor Indutny
1
-4
/
+49
2011-04-18
Merge branch 'v0.4'
Ryan Dahl
1
-7
/
+19
2011-04-13
CryptoStream.write returns false when queue > 128kb
Ryan Dahl
1
-6
/
+18
2011-04-13
TLS use RC4-SHA by default
Ryan Dahl
1
-1
/
+1
2011-04-13
allow setting of ciphers in credentials
Theo Schlossnagle
1
-0
/
+2
2011-04-13
TLS: Add secureOptions flag
Theo Schlossnagle
1
-0
/
+3
2011-04-13
Pass secureProtocol through on tls.Server creation
Theo Schlossnagle
1
-0
/
+2
2011-03-28
Increase TLS pool size for perf increase
Ryan Dahl
1
-1
/
+1
2011-03-21
Fix GH-820. CryptoStream.end shouldn't throw if not writable
Ryan Dahl
1
-14
/
+12
2011-03-14
Update copyright headers
Ryan Dahl
1
-0
/
+21
2011-03-14
TLS: Finer locks on _cycle.
Theo Schlossnagle
1
-12
/
+28
2011-03-09
CryptoStream.prototype.destroySoon shouldn't die if not writable
Ryan Dahl
1
-1
/
+5
2011-02-24
Revert "Add extra debug print statement to tls.js"
Ryan Dahl
1
-1
/
+0
2011-02-23
Add extra debug print statement to tls.js
Ryan Dahl
1
-0
/
+1
2011-02-23
Add TODO item
Ryan Dahl
1
-0
/
+2
2011-02-19
TLS sockets should not be writable after 'end'
Ryan Dahl
1
-0
/
+3
2011-02-16
TLS: Make _cycle reentrant.
Ryan Dahl
1
-1
/
+15
2011-02-15
https was missing 'end' event sometimes
Ryan Dahl
1
-4
/
+11
2011-02-10
TLS: CRL support
Theo Schlossnagle
1
-2
/
+7
2011-02-09
TLS: Don't give up if you can't write 0 bytes
Ryan Dahl
1
-1
/
+3
2011-02-09
better debug messages in net and tls
Ryan Dahl
1
-3
/
+12
2011-02-08
tls: only emit data after 'secure' event
Ryan Dahl
1
-5
/
+22
2011-02-07
tls fixes
Ryan Dahl
1
-0
/
+2
2011-02-03
Clean up
Ryan Dahl
1
-1
/
+2
2011-02-03
TLS: fix throttling
Ryan Dahl
1
-8
/
+34
2011-02-02
TLS: Simplify error handling
Ryan Dahl
1
-18
/
+14
2011-02-02
TLS: flush buffer before destroy
Ryan Dahl
1
-18
/
+48
2011-02-02
(suck, blow) -> (pull, push)
Ryan Dahl
1
-12
/
+12
2011-02-01
TLS: better error reporting at binding layer
Ryan Dahl
1
-12
/
+15
2011-01-31
TLS: Add _pendingBytes()
Ryan Dahl
1
-0
/
+10
2011-01-31
tls: superficial clean up
Ryan Dahl
1
-30
/
+29
2011-01-27
Fix option parsing in tls.connect()
Ryan Dahl
1
-23
/
+14
2011-01-27
Another fix for process.assert
Ryan Dahl
1
-1
/
+1
2011-01-24
lint
Ryan Dahl
1
-1
/
+1
[prev]
[next]