summaryrefslogtreecommitdiff
path: root/src/node_crypto_clienthello.h
Commit message (Expand)AuthorAgeFilesLines
* tls: support TLSv1.3Sam Roberts2019-03-201-0/+6
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-2/+2
* src: in-source comments and minor TLS cleanupsSam Roberts2019-01-291-0/+3
* tls: remove unused ocsp extension parsingSam Roberts2018-12-281-5/+0
* crypto: move field initialization to classDiana Holland2018-10-151-10/+10
* crypto: remove unused header in clienthello.hDaniel Bevenius2017-12-191-1/+0
* src: fix -Wundefined-inline warningsBen Noordhuis2017-12-151-13/+1
* src: remove unused include node_crypto_clienthelloDaniel Bevenius2017-12-111-2/+1
* src: move crypto_bio/clienthello to crypto nsDaniel Bevenius2017-06-301-0/+2
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* crypto: fix undefined behavior in ParseExtensionFedor Indutny2016-07-111-1/+1
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+4
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* build,src: remove sslv2 supportBen Noordhuis2015-01-111-6/+0
* src: mark empty destructors as defaultBen Noordhuis2014-10-231-3/+0
* src: replace NULL with nullptrBen Noordhuis2014-10-231-7/+7
* tls: support OCSP on client and serverFedor Indutny2014-04-181-1/+14
* tls: asynchronous SNICallbackFedor Indutny2013-08-061-0/+8
* tls_wrap: DRY ClientHelloParserFedor Indutny2013-08-061-0/+124