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_wrap.js
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-09
tls: `checkServerIdentity` option
Trevor Livingston
1
-2
/
+6
2014-08-29
tls, crypto: add DHE support
Shigeki Ohtsu
1
-0
/
+2
2014-08-12
lib: don't use emitter.listeners(type).length
Jackson Tian
1
-4
/
+5
2014-08-01
tls: throw an error, not string
Jackson Tian
1
-1
/
+1
2014-07-16
tls_wrap: remove unused variable
Brian White
1
-1
/
+0
2014-07-03
tls: better error reporting at cert validation
Fedor Indutny
1
-5
/
+1
2014-06-25
crypto: add `honorCipherOrder` argument
Fedor Indutny
1
-3
/
+5
2014-04-18
src: lint after OCSP commits
Fedor Indutny
1
-1
/
+1
2014-04-18
tls: `getPeerCertificate(detailed)`
Fedor Indutny
1
-3
/
+5
2014-04-18
tls: support OCSP on client and server
Fedor Indutny
1
-57
/
+109
2014-04-17
tls: set _connecting before starting the flow
Fedor Indutny
1
-2
/
+8
2014-03-29
crypto: move `createCredentials` to tls
Fedor Indutny
1
-15
/
+17
2014-03-27
tls: do not call SNICallback unless present
Fedor Indutny
1
-1
/
+3
2014-03-27
tls: force readable/writable to `true`
Fedor Indutny
1
-5
/
+5
2014-03-02
Merge remote-tracking branch 'origin/v0.10'
Fedor Indutny
1
-0
/
+3
2014-02-18
tls: introduce asynchronous `newSession`
Fedor Indutny
1
-2
/
+27
2014-02-10
stream: use `errorEmitted` from `_writableState`
Fedor Indutny
1
-2
/
+2
2014-02-05
tls: more session configuration options, methods
Fedor Indutny
1
-0
/
+9
2014-01-28
crypto: honor default ciphers in client mode
Jacob Hoffman-Andrews
1
-1
/
+2
2014-01-24
tls: emit `clientError` on early socket close
Fedor Indutny
1
-1
/
+18
2014-01-23
tls: process accumulated input
Fedor Indutny
1
-5
/
+15
2014-01-20
lib: introduce `.setMaxSendFragment(size)`
Fedor Indutny
1
-0
/
+4
2014-01-17
tls: make cert/pfx optional in tls.createServer()
Ben Noordhuis
1
-4
/
+0
2014-01-17
tls: show human-readable error messages
Ben Noordhuis
1
-2
/
+2
2013-12-21
tls: reintroduce socket.encrypted
Fedor Indutny
1
-0
/
+4
2013-12-05
tls: fix handling of asterisk in SNI context
Fedor Indutny
1
-1
/
+1
2013-11-05
tls: more accurate wrapping of connecting socket
Fedor Indutny
1
-2
/
+17
2013-10-30
tls: add ECDH ciphers support
Erik Dubbelboer
1
-0
/
+4
2013-10-31
tls: do not default to 'localhost' servername
Fedor Indutny
1
-2
/
+1
2013-10-31
tls: reuse hostname from underlying net.Socket
Fedor Indutny
1
-1
/
+4
2013-09-24
lint: fix a few semicolons
Trevor Norris
1
-1
/
+1
2013-09-24
tls: wrap tls inside tls using legacy API
Fedor Indutny
1
-40
/
+94
2013-09-05
tls: socket.renegotiate(options, callback)
Fedor Indutny
1
-18
/
+55
2013-08-27
lib: Add missing copyright notices
isaacs
1
-0
/
+21
2013-08-19
fixes #6031 spelling errors
Matthew Aynalem
1
-1
/
+1
2013-08-15
lib: remove unused variables and functions
Brian White
1
-3
/
+0
2013-08-14
tls: handle errors on socket before releasing it
Fedor Indutny
1
-2
/
+11
2013-08-07
tls: fix lazy initialization of clienthello parser
Fedor Indutny
1
-9
/
+2
2013-08-06
tls: asynchronous SNICallback
Fedor Indutny
1
-9
/
+54
2013-08-04
tls: fix handling of `SNICallback` server option
Fedor Indutny
1
-4
/
+10
2013-08-01
src: Replace macros with util functions
isaacs
1
-9
/
+9
2013-08-01
tls_wrap: parse tls session ticket extension
Fedor Indutny
1
-0
/
+1
2013-07-25
tls: share tls tickets key between cluster workers
Fedor Indutny
1
-0
/
+17
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-9
/
+9
2013-07-03
tls: export TLSSocket
Fedor Indutny
1
-4
/
+10
2013-06-17
tls: session API returns
Fedor Indutny
1
-0
/
+35
2013-06-16
tls: share socket._hadError with http_client
Fedor Indutny
1
-4
/
+8
2013-06-16
tls: introduce TLSSocket based on tls_wrap binding
Fedor Indutny
1
-0
/
+571