summaryrefslogtreecommitdiff
path: root/lib/_tls_legacy.js
AgeCommit message (Expand)Author
2016-05-16lib: replace legacy uses of __defineGetter__James M Snell
2016-04-27net: introduce `Socket#connecting` propertyFedor Indutny
2016-03-23crypto: fail early when loading crypto without opensslJames M Snell
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2016-01-11tls_legacy: do not read on OpenSSL's stackFedor Indutny
2015-12-17lib: use arrow functions instead of bindMinwoo Jung
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-27tls, crypto: add ALPN SupportShigeki Ohtsu
2015-10-17tls: add `options` argument to createSecurePairКоренберг Марк
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-06-11lib: don't use global BufferRoman Reiss
2015-05-25lib: simplify nextTick() usageBrian White
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-11-20tls: do not hang without `newSession` handlerFedor Indutny
2014-07-23net: add remoteFamily for socketJackson Tian
2014-06-11lib: remove unused variablesBrian White
2014-04-18src: lint after OCSP commitsFedor Indutny
2014-04-18tls: `getPeerCertificate(detailed)`Fedor Indutny
2014-04-18tls: support OCSP on client and serverFedor Indutny
2014-03-29crypto: move `createCredentials` to tlsFedor Indutny
2014-02-18tls: introduce asynchronous `newSession`Fedor Indutny
2013-12-10Merge branch 'v0.10'Fedor Indutny
2013-12-06Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-09-24lint: fix a few semicolonsTrevor Norris
2013-09-24tls: wrap tls inside tls using legacy APIFedor Indutny
2013-08-27lib: Add missing copyright noticesisaacs
2013-08-21Merge remote-tracking branch 'ry/v0.10'isaacs
2013-08-19tls, crypto: deduplicate codeFedor Indutny
2013-08-08http: Use streams3 directly, not .ondata/endisaacs
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-12Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-06-16tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny