summaryrefslogtreecommitdiff
path: root/src/node_crypto_clienthello.h
AgeCommit message (Expand)Author
2019-03-20tls: support TLSv1.3Sam Roberts
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-01-29src: in-source comments and minor TLS cleanupsSam Roberts
2018-12-28tls: remove unused ocsp extension parsingSam Roberts
2018-10-15crypto: move field initialization to classDiana Holland
2017-12-19crypto: remove unused header in clienthello.hDaniel Bevenius
2017-12-15src: fix -Wundefined-inline warningsBen Noordhuis
2017-12-11src: remove unused include node_crypto_clienthelloDaniel Bevenius
2017-06-30src: move crypto_bio/clienthello to crypto nsDaniel Bevenius
2017-03-10meta: restore original copyright headerJames M Snell
2016-07-11crypto: fix undefined behavior in ParseExtensionFedor Indutny
2016-05-25src: add include guards to internal headersBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-11build,src: remove sslv2 supportBen Noordhuis
2014-10-23src: mark empty destructors as defaultBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-04-18tls: support OCSP on client and serverFedor Indutny
2013-08-06tls: asynchronous SNICallbackFedor Indutny
2013-08-06tls_wrap: DRY ClientHelloParserFedor Indutny