summaryrefslogtreecommitdiff
path: root/lib/tls.js
AgeCommit message (Expand)Author
2017-07-18tls: migrate tls.js to use internal/errors.jsMichael Dawson
2017-07-07lib: remove excess indentationRich Trott
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-19lib: fix typosRuben Bridgewater
2017-03-27tls: support Uint8Arrays for protocol list buffersAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-06tls: runtime deprecation for tls.createSecurePair()James M Snell
2017-01-18lib: remove unnecessary parameter for assertCrypto()Jackson Tian
2017-01-16crypto,tls: fix mutability of return valuesRich Trott
2016-10-04lib: remove let from for loopsMyles Borins
2016-09-28lib: make tls.checkServerIdentity() more strictBen Noordhuis
2016-09-18tls: add 'new' keyword for Array constructor callMike Ralphson
2016-08-17tls: copy the Buffer object before usingSakthipriyan Vairamani
2016-06-21tls: avoid calling Buffer.byteLength multiple timesJames M Snell
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