summaryrefslogtreecommitdiff
path: root/src/tls_wrap.h
AgeCommit message (Expand)Author
2019-10-31src: change env.h includes for forward declarationsAlexandre Ferrando
2019-05-29tls: group chunks into TLS segmentsAlba Mendez
2019-05-26tls: destroy trace BIO instead of leaking itSam Roberts
2019-05-15tls: expose keylog event on TLSSocketAlba Mendez
2019-04-29tls: allow enabling the TLS debug traceSam Roberts
2019-04-01src: remove internal includes from node_crypto.hSam Roberts
2019-03-26tls: add debugging to native TLS codeAnna Henningsen
2019-03-20tls: support TLSv1.3Sam Roberts
2019-02-08src: pass along errors from tls object creationAnna Henningsen
2019-02-05tls: in-line comments and other cleanupsSam Roberts
2019-02-05src: organize TLSWrap declarations by parentSam Roberts
2019-02-05src: remove unused TLWrap::EnableTrace()Sam Roberts
2019-01-29src: in-source comments and minor TLS cleanupsSam Roberts
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-10-15src: add default initializer in tls_wrapRichard Hoehn
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-15src: use V8 graph heap snapshot APIAnna Henningsen
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-06-08lib,src: remove openssl feature conditionalsBen Noordhuis
2018-04-09src: remove unused util.h from tls_wrap.hDaniel Bevenius
2018-02-23tls: use after free in tls_wrapKyle Farnung
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2018-01-07tls: remove cleartext input data queueAnna Henningsen
2018-01-07tls: refactor write queues awayAnna Henningsen
2017-12-19src: remove nonexistent method from header fileAnna Henningsen
2017-12-18net,src: refactor writeQueueSize trackingAnatoli Papirovski
2017-12-13src: minor refactoring to StreamBase writesAnna Henningsen
2017-12-13src: remove `StreamResourc::Cast()`Anna Henningsen
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-10-21net: fix timeouts during long writesAnatoli Papirovski
2017-10-21tls: properly track writeQueueSize during writesAnatoli Papirovski
2017-10-09src: replace manual memory mgmt with std::stringBen Noordhuis
2017-06-30src: move crypto_bio/clienthello to crypto nsDaniel Bevenius
2017-03-27Partial revert "tls: keep track of stream that is closed"Trevor Norris
2017-03-27stream_base,tls_wrap: notify on destructTrevor Norris
2017-03-16tls: keep track of stream that is closedjBarz
2017-03-10meta: restore original copyright headerJames M Snell
2016-06-29src: remove unused data member write_queue_size_Ben Noordhuis
2016-06-28src: fix runtime/indentation_namespace warningsBen Noordhuis
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-01-27tls_wrap: reach error reporting for UV_EPROTOFedor Indutny
2015-12-14tls_wrap: inherit from the `AsyncWrap` firstFedor Indutny
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-08-17tls: fix throughput issues after incorrect mergeFedor Indutny
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny
2015-04-30tls: destroy SSL once it is out of useFedor Indutny
2015-03-06tls_wrap: do not hold persistent ref to parentFedor Indutny