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
2015-08-23
tls: add --tls-cipher-list command line switch
James M Snell
1
-23
/
+2
2015-08-21
tls: handle empty cert in checkServerIndentity
Mike Atkins
1
-1
/
+3
2015-06-11
lib: don't use global Buffer
Roman Reiss
1
-0
/
+1
2015-05-11
tls: update default ciphers to use gcm and aes128
Mike MacCana
1
-2
/
+7
2015-04-09
lib: reduce process.binding() calls
Brendan Ashworth
1
-1
/
+2
2015-02-16
tls: more secure defaults
Roman Reiss
1
-5
/
+18
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-4
/
+4
2015-01-21
lib: use const to define constants
cjihrig
1
-4
/
+4
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-21
/
+0
2014-11-22
Merge remote-tracking branch 'joyent/v0.12' into v0.12
Ben Noordhuis
1
-5
/
+1
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-0
/
+2
2014-11-09
tls: remove tls.createSecurePair code deprecation
Jackson Tian
1
-5
/
+1
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
[next]