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
2014-08-29
tls: add DHE-RSA-AES128-SHA256 to the def ciphers
Shigeki Ohtsu
1
-2
/
+4
2014-07-02
lint: fix indentation
Trevor Norris
1
-2
/
+2
2014-07-03
tls: better error reporting at cert validation
Fedor Indutny
1
-2
/
+28
2014-06-24
tls: using %StringSplit to split `cert.subjectaltname`
Yazhong Liu
1
-6
/
+9
2014-03-29
crypto: move `createCredentials` to tls
Fedor Indutny
1
-6
/
+8
2013-10-30
tls: add ECDH ciphers support
Erik Dubbelboer
1
-0
/
+2
2013-08-01
src: Replace macros with util functions
isaacs
1
-4
/
+4
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-4
/
+4
2013-07-03
tls: export TLSSocket
Fedor Indutny
1
-0
/
+1
2013-06-16
tls: introduce TLSSocket based on tls_wrap binding
Fedor Indutny
1
-1251
/
+16
2013-05-31
Merge remote-tracking branch 'ry/v0.10'
isaacs
1
-22
/
+33
2013-05-30
tls: proper .destroySoon
Fedor Indutny
1
-22
/
+33
2013-05-29
Merge remote-tracking branch 'origin/v0.10'
Ben Noordhuis
1
-27
/
+75
2013-05-28
tls: invoke write cb only after opposite read end
Fedor Indutny
1
-27
/
+69
2013-05-28
tls: ignore .shutdown() syscall error
Fedor Indutny
1
-0
/
+6
2013-05-27
Merge remote-tracking branch 'ry/v0.10'
isaacs
1
-1
/
+8
2013-05-24
tls: retry writing after hello parse error
Fedor Indutny
1
-1
/
+8
2013-05-22
timers: use uv_now instead of Date.now
Timothy J Fontaine
1
-1
/
+3
2013-05-21
util: Add debuglog, deprecate console lookalikes
isaacs
1
-17
/
+11
2013-05-20
tls: add localAddress and localPort properties
Ben Noordhuis
1
-0
/
+11
2013-04-12
Merge branch 'v0.10'
Fedor Indutny
1
-2
/
+2
2013-04-07
tls: Re-enable check of CN-ID in cert verification
Tobias Müllerleile
1
-2
/
+2
2013-04-05
Merge remote-tracking branch 'ry/v0.10'
isaacs
1
-0
/
+6
2013-04-01
tls: Destroy socket when encrypted side closes
isaacs
1
-0
/
+6
2013-03-28
Merge remote-tracking branch 'ry/v0.10'
isaacs
1
-12
/
+14
2013-03-28
tls: handle SSL_ERROR_ZERO_RETURN
Fedor Indutny
1
-3
/
+7
2013-03-27
tls: handle errors before calling C++ methods
Fedor Indutny
1
-9
/
+7
2013-03-26
tls: expose SSL_CTX_set_timeout via tls.createServer
Manav Rathi
1
-0
/
+6
2013-03-25
crypto: make getCiphers() return non-SSL ciphers
Ben Noordhuis
1
-0
/
+11
2013-03-20
tls: Prevent hang in readStart
isaacs
1
-1
/
+4
2013-03-20
tls: always reset this.ssl.error after handling
Fedor Indutny
1
-19
/
+14
2013-03-17
tls: write pending data of opposite side
Fedor Indutny
1
-0
/
+1
2013-03-05
stream: _write takes an encoding argument
isaacs
1
-2
/
+6
2013-03-05
stream: Split Writable logic into small functions
isaacs
1
-1
/
+1
2013-02-28
stream: There is no _read cb, there is only push
isaacs
1
-6
/
+8
2013-02-21
tls: _handle.readStart/readStop for CryptoStream
Fedor Indutny
1
-3
/
+15
2013-02-19
tls: Write pending data on socket drain
isaacs
1
-0
/
+4
2013-02-11
tls: Cycle data when underlying socket drains
isaacs
1
-0
/
+12
2013-02-06
tls: port CryptoStream to streams2
Fedor Indutny
1
-386
/
+280
2013-01-24
Add bytesWritten to tls.CryptoStream
Andy Burke
1
-1
/
+3
2013-01-24
tls: make slab buffer's size configurable
Fedor Indutny
1
-2
/
+5
2013-01-14
tls: follow RFC6125 more stricly
Fedor Indutny
1
-8
/
+27
2013-01-14
tls: allow wildcards in common name
Fedor Indutny
1
-3
/
+2
2012-12-13
Merge remote-tracking branch 'ry/v0.8' into master
isaacs
1
-1
/
+1
2012-12-06
tls, https: add tls handshake timeout
Ben Noordhuis
1
-1
/
+17
2012-11-26
tls: fix tls.connect() resource leak
Ben Noordhuis
1
-1
/
+1
2012-11-01
doc: tls: rejectUnauthorized defaults to true after 35607f3a
Girish Ramakrishnan
1
-2
/
+2
2012-10-30
tls: delete useless removeListener call
Brandon Philips
1
-1
/
+0
2012-10-23
tls: Provide buffer to Connection.setSession
isaacs
1
-1
/
+4
2012-10-11
string_decoder: Add 'end' method, do base64 properly
isaacs
1
-0
/
+5
[next]