summaryrefslogtreecommitdiff
path: root/lib/_tls_legacy.js
AgeCommit message (Expand)Author
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