tls: TLSSocket options default isServer false
authorYuval Brik <yuval@brik.org.il>
Sat, 29 Aug 2015 21:27:14 +0000 (00:27 +0300)
committerJames M Snell <jasnell@gmail.com>
Thu, 29 Oct 2015 15:38:40 +0000 (08:38 -0700)
commite69c8693991a26962b60219d6842e123ea96b6df
tree73d11679323a53ba620d6ced851e1a7593fe2204
parentb884899e6749584b593b7c3bc9f85d116b8b3f82
tls: TLSSocket options default isServer false

Upon creating a TLSSocket object, set the default isServer option to false
Updated tls docs and added test-tls-socket-default-options

PR-URL: https://github.com/nodejs/node/pull/2614
Reviewed-By: Fedor Indutny <fedor@indutny.com>
doc/api/tls.markdown
lib/_tls_wrap.js
test/parallel/test-tls-socket-default-options.js [new file with mode: 0644]