Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-20doc: document tls.checkServerIdentityHannes Magnusson
2017-10-23lib: faster type checks for some typesTimothy Gu
2017-07-19lib: remove excess indentationRich Trott
2017-07-18lib: fix typosRuben Bridgewater
2017-07-18benchmark,lib,test: use braces for multiline blockRich Trott
2017-03-27tls: support Uint8Arrays for protocol list buffersAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-07tls: runtime deprecation for tls.createSecurePair()James M Snell
2017-01-18lib: remove unnecessary parameter for assertCrypto()Jackson Tian
2017-01-17crypto,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-18tls: 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-12benchmark,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-14lib: fix style issues after eslint updateMichaël Zasso
2015-10-29tls: remove util and calls to util.formatMyles Borins
2015-10-26tls, 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-02-01lib: reduce util.is*() usagecjihrig
2015-01-22lib: use const to define constantscjihrig
2015-01-13Remove 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-10tls: remove tls.createSecurePair code deprecationJackson Tian
2014-08-29tls: add DHE-RSA-AES128-SHA256 to the def ciphersShigeki Ohtsu
2014-07-03lint: 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-02src: 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-30Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis