summaryrefslogtreecommitdiff
path: root/lib/_tls_common.js
AgeCommit message (Expand)AuthorFilesLines
2015-01-31lib: reduce util.is*() usagecjihrig1-4/+3
2015-01-21lib: use const to define constantscjihrig1-5/+5
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2014-11-25crypto: throw if the key doesn't match certFedor Indutny1-19/+23
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-09-03tls: support multiple keys/certsFedor Indutny1-4/+22
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu1-0/+2
2014-06-25crypto: add `honorCipherOrder` argumentFedor Indutny1-3/+6
2014-04-18tls: `getPeerCertificate(detailed)`Fedor Indutny1-0/+3
2014-04-18tls: support OCSP on client and serverFedor Indutny1-12/+38
2014-03-29crypto: move `createCredentials` to tlsFedor Indutny1-0/+128