Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-01-31 | lib: reduce util.is*() usage | cjihrig | 1 | -4/+3 |
2015-01-21 | lib: use const to define constants | cjihrig | 1 | -5/+5 |
2015-01-12 | Remove excessive copyright/license boilerplate | isaacs | 1 | -21/+0 |
2014-11-25 | crypto: throw if the key doesn't match cert | Fedor Indutny | 1 | -19/+23 |
2014-11-22 | lib: turn on strict mode | Ben Noordhuis | 1 | -0/+2 |
2014-09-03 | tls: support multiple keys/certs | Fedor Indutny | 1 | -4/+22 |
2014-08-29 | tls, crypto: add DHE support | Shigeki Ohtsu | 1 | -0/+2 |
2014-06-25 | crypto: add `honorCipherOrder` argument | Fedor Indutny | 1 | -3/+6 |
2014-04-18 | tls: `getPeerCertificate(detailed)` | Fedor Indutny | 1 | -0/+3 |
2014-04-18 | tls: support OCSP on client and server | Fedor Indutny | 1 | -12/+38 |
2014-03-29 | crypto: move `createCredentials` to tls | Fedor Indutny | 1 | -0/+128 |