summaryrefslogtreecommitdiff
path: root/lib/_tls_common.js
Commit message (Expand)AuthorAgeFilesLines
* lib: reduce util.is*() usagecjihrig2015-01-311-4/+3
* lib: use const to define constantscjihrig2015-01-211-5/+5
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* crypto: throw if the key doesn't match certFedor Indutny2014-11-251-19/+23
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* tls: support multiple keys/certsFedor Indutny2014-09-031-4/+22
* tls, crypto: add DHE supportShigeki Ohtsu2014-08-291-0/+2
* crypto: add `honorCipherOrder` argumentFedor Indutny2014-06-251-3/+6
* tls: `getPeerCertificate(detailed)`Fedor Indutny2014-04-181-0/+3
* tls: support OCSP on client and serverFedor Indutny2014-04-181-12/+38
* crypto: move `createCredentials` to tlsFedor Indutny2014-03-291-0/+128