summaryrefslogtreecommitdiff
path: root/lib/_tls_common.js
AgeCommit message (Expand)Author
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-25crypto: throw if the key doesn't match certFedor Indutny
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-03tls: support multiple keys/certsFedor Indutny
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu
2014-06-25crypto: add `honorCipherOrder` argumentFedor 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