summaryrefslogtreecommitdiff
path: root/src/node_crypto_clienthello.cc
AgeCommit message (Expand)Author
2018-12-28tls: remove unused ocsp extension parsingSam Roberts
2018-10-01crypto: replace gotosTobias Nießen
2018-09-28src: refactor crypto code with RAII cleanupGireesh Punathil
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-06-30src: move crypto_bio/clienthello to crypto nsDaniel Bevenius
2017-05-22src: remove unnecessary return statementDaniel Bevenius
2017-05-22src: remove unused node_buffer.h includeDaniel Bevenius
2017-03-10meta: restore original copyright headerJames M Snell
2016-07-11crypto: fix undefined behavior in ParseExtensionFedor Indutny
2015-01-13build,src: remove sslv3 supportBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-11build,src: remove sslv2 supportBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-05-16crypto: fix version check in hello parserFedor Indutny
2014-05-16crypto: check protocol version at handshake headerYazhong Liu
2014-04-29crypto: fix a couple of VC++ warningsRasmus Christian Pedersen
2014-04-18tls: support OCSP on client and serverFedor Indutny
2013-08-06crypto: fix signed/unsigned comparison warningBen Noordhuis
2013-08-06tls: asynchronous SNICallbackFedor Indutny
2013-08-06tls_wrap: DRY ClientHelloParserFedor Indutny