summaryrefslogtreecommitdiff
path: root/src/node_crypto_clienthello.cc
Commit message (Expand)AuthorAgeFilesLines
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* src: move crypto_bio/clienthello to crypto nsDaniel Bevenius2017-06-301-0/+2
* src: remove unnecessary return statementDaniel Bevenius2017-05-221-1/+1
* src: remove unused node_buffer.h includeDaniel Bevenius2017-05-221-1/+0
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* crypto: fix undefined behavior in ParseExtensionFedor Indutny2016-07-111-2/+2
* build,src: remove sslv3 supportBen Noordhuis2015-01-131-2/+4
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* build,src: remove sslv2 supportBen Noordhuis2015-01-111-58/+8
* 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