summaryrefslogtreecommitdiff
path: root/lib/_tls_legacy.js
AgeCommit message (Expand)AuthorFilesLines
2014-07-23net: add remoteFamily for socketJackson Tian1-0/+3
2014-06-11lib: remove unused variablesBrian White1-10/+0
2014-04-18src: lint after OCSP commitsFedor Indutny1-1/+1
2014-04-18tls: `getPeerCertificate(detailed)`Fedor Indutny1-3/+5
2014-04-18tls: support OCSP on client and serverFedor Indutny1-9/+13
2014-03-29crypto: move `createCredentials` to tlsFedor Indutny1-7/+7
2014-02-18tls: introduce asynchronous `newSession`Fedor Indutny1-1/+21
2013-12-10Merge branch 'v0.10'Fedor Indutny1-4/+9
2013-12-06Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-8/+7
2013-11-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-0/+4
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-3/+2
2013-09-24lint: fix a few semicolonsTrevor Norris1-1/+1
2013-09-24tls: wrap tls inside tls using legacy APIFedor Indutny1-1/+59
2013-08-27lib: Add missing copyright noticesisaacs1-0/+21
2013-08-21Merge remote-tracking branch 'ry/v0.10'isaacs1-1/+8
2013-08-19tls, crypto: deduplicate codeFedor Indutny1-0/+1
2013-08-08http: Use streams3 directly, not .ondata/endisaacs1-12/+0
2013-08-01src: Replace macros with util functionsisaacs1-7/+7
2013-07-24lib: macro-ify type checksBen Noordhuis1-7/+7
2013-07-12Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-2/+5
2013-06-16tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny1-0/+802