summaryrefslogtreecommitdiff
path: root/src/node_crypto_clienthello.cc
Commit message (Expand)AuthorAgeFilesLines
* src: replace NULL with nullptrBen Noordhuis2014-10-231-2/+2
* crypto: fix version check in hello parserFedor Indutny2014-05-161-5/+12
* crypto: check protocol version at handshake headerYazhong Liu2014-05-161-6/+17
* crypto: fix a couple of VC++ warningsRasmus Christian Pedersen2014-04-291-1/+1
* tls: support OCSP on client and serverFedor Indutny2014-04-181-0/+13
* crypto: fix signed/unsigned comparison warningBen Noordhuis2013-08-061-1/+1
* tls: asynchronous SNICallbackFedor Indutny2013-08-061-0/+25
* tls_wrap: DRY ClientHelloParserFedor Indutny2013-08-061-0/+240