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