Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src: replace NULL with nullptr | Ben Noordhuis | 2014-10-23 | 1 | -2/+2 |
* | crypto: fix version check in hello parser | Fedor Indutny | 2014-05-16 | 1 | -5/+12 |
* | crypto: check protocol version at handshake header | Yazhong Liu | 2014-05-16 | 1 | -6/+17 |
* | crypto: fix a couple of VC++ warnings | Rasmus Christian Pedersen | 2014-04-29 | 1 | -1/+1 |
* | tls: support OCSP on client and server | Fedor Indutny | 2014-04-18 | 1 | -0/+13 |
* | crypto: fix signed/unsigned comparison warning | Ben Noordhuis | 2013-08-06 | 1 | -1/+1 |
* | tls: asynchronous SNICallback | Fedor Indutny | 2013-08-06 | 1 | -0/+25 |
* | tls_wrap: DRY ClientHelloParser | Fedor Indutny | 2013-08-06 | 1 | -0/+240 |