summaryrefslogtreecommitdiff
path: root/lib/tls.js
AgeCommit message (Expand)Author
2016-06-21crypto,tls: perf improvements for crypto and tls getCiphersJames M Snell
2016-05-17src: refactor require('constants')James M Snell
2016-05-11benchmark,test,lib: remove extra spacesRich Trott
2016-03-23crypto: fail early when loading crypto without opensslJames M Snell
2016-03-23lib: refactor code with startsWith/endsWithJackson Tian
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-01-16lib,test: remove extra semicolonsMichaël Zasso
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2015-10-28tls: remove util and calls to util.formatMyles Borins
2015-10-27tls, crypto: add ALPN SupportShigeki Ohtsu
2015-08-23tls: add --tls-cipher-list command line switchJames M Snell
2015-08-21tls: handle empty cert in checkServerIndentityMike Atkins
2015-06-11lib: don't use global BufferRoman Reiss
2015-05-11tls: update default ciphers to use gcm and aes128Mike MacCana
2015-04-09lib: reduce process.binding() callsBrendan Ashworth
2015-02-16tls: more secure defaultsRoman Reiss
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis
2014-11-22lib: turn on strict modeBen Noordhuis
2014-11-09tls: remove tls.createSecurePair code deprecationJackson Tian
2014-08-29tls: add DHE-RSA-AES128-SHA256 to the def ciphersShigeki Ohtsu
2014-07-02lint: fix indentationTrevor Norris
2014-07-03tls: better error reporting at cert validationFedor Indutny
2014-06-24tls: using %StringSplit to split `cert.subjectaltname`Yazhong Liu
2014-03-29crypto: move `createCredentials` to tlsFedor Indutny
2013-10-30tls: add ECDH ciphers supportErik Dubbelboer
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-03tls: export TLSSocketFedor Indutny
2013-06-16tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny
2013-05-31Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-30tls: proper .destroySoonFedor Indutny
2013-05-29Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis
2013-05-28tls: invoke write cb only after opposite read endFedor Indutny
2013-05-28tls: ignore .shutdown() syscall errorFedor Indutny
2013-05-27Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-24tls: retry writing after hello parse errorFedor Indutny
2013-05-22timers: use uv_now instead of Date.nowTimothy J Fontaine
2013-05-21util: Add debuglog, deprecate console lookalikesisaacs
2013-05-20tls: add localAddress and localPort propertiesBen Noordhuis
2013-04-12Merge branch 'v0.10'Fedor Indutny
2013-04-07tls: Re-enable check of CN-ID in cert verificationTobias Müllerleile
2013-04-05Merge remote-tracking branch 'ry/v0.10'isaacs
2013-04-01tls: Destroy socket when encrypted side closesisaacs
2013-03-28Merge remote-tracking branch 'ry/v0.10'isaacs
2013-03-28tls: handle SSL_ERROR_ZERO_RETURNFedor Indutny
2013-03-27tls: handle errors before calling C++ methodsFedor Indutny
2013-03-26tls: expose SSL_CTX_set_timeout via tls.createServerManav Rathi