summaryrefslogtreecommitdiff
path: root/lib/_tls_legacy.js
Commit message (Expand)AuthorAgeFilesLines
* net: add remoteFamily for socketJackson Tian2014-07-231-0/+3
* lib: remove unused variablesBrian White2014-06-111-10/+0
* src: lint after OCSP commitsFedor Indutny2014-04-181-1/+1
* tls: `getPeerCertificate(detailed)`Fedor Indutny2014-04-181-3/+5
* tls: support OCSP on client and serverFedor Indutny2014-04-181-9/+13
* crypto: move `createCredentials` to tlsFedor Indutny2014-03-291-7/+7
* tls: introduce asynchronous `newSession`Fedor Indutny2014-02-181-1/+21
* Merge branch 'v0.10'Fedor Indutny2013-12-101-4/+9
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-061-8/+7
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-181-0/+4
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-10-251-3/+2
* lint: fix a few semicolonsTrevor Norris2013-09-241-1/+1
* tls: wrap tls inside tls using legacy APIFedor Indutny2013-09-241-1/+59
* lib: Add missing copyright noticesisaacs2013-08-271-0/+21
* Merge remote-tracking branch 'ry/v0.10'isaacs2013-08-211-1/+8
* tls, crypto: deduplicate codeFedor Indutny2013-08-191-0/+1
* http: Use streams3 directly, not .ondata/endisaacs2013-08-081-12/+0
* src: Replace macros with util functionsisaacs2013-08-011-7/+7
* lib: macro-ify type checksBen Noordhuis2013-07-241-7/+7
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-07-121-2/+5
* tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny2013-06-161-0/+802