summaryrefslogtreecommitdiff
path: root/src/tls_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* http2,tls: store WriteWrap using BaseObjectPtrAnna Henningsen2020-10-061-2/+2
* src: extract AllocatedBuffer from env.hJames M Snell2020-06-301-0/+1
* tls: add PSK supportDenys Otrishko2019-12-251-0/+17
* src: change env.h includes for forward declarationsAlexandre Ferrando2019-10-311-1/+1
* tls: group chunks into TLS segmentsAlba Mendez2019-05-291-1/+1
* tls: destroy trace BIO instead of leaking itSam Roberts2019-05-261-0/+2
* tls: expose keylog event on TLSSocketAlba Mendez2019-05-151-0/+2
* tls: allow enabling the TLS debug traceSam Roberts2019-04-291-0/+1
* src: remove internal includes from node_crypto.hSam Roberts2019-04-011-1/+0
* tls: add debugging to native TLS codeAnna Henningsen2019-03-261-0/+2
* tls: support TLSv1.3Sam Roberts2019-03-201-0/+1
* src: pass along errors from tls object creationAnna Henningsen2019-02-081-0/+1
* tls: in-line comments and other cleanupsSam Roberts2019-02-051-0/+4
* src: organize TLSWrap declarations by parentSam Roberts2019-02-051-12/+13
* src: remove unused TLWrap::EnableTrace()Sam Roberts2019-02-051-1/+0
* src: in-source comments and minor TLS cleanupsSam Roberts2019-01-291-7/+23
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: add default initializer in tls_wrapRichard Hoehn2018-10-151-6/+6
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-1/+2
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* src: use V8 graph heap snapshot APIAnna Henningsen2018-07-151-2/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-1/+1
* lib,src: remove openssl feature conditionalsBen Noordhuis2018-06-081-3/+0
* src: remove unused util.h from tls_wrap.hDaniel Bevenius2018-04-091-1/+0
* tls: use after free in tls_wrapKyle Farnung2018-02-231-0/+1
* src: refactor WriteWrap and ShutdownWrapsAnna Henningsen2018-02-141-0/+6
* src: refactor stream callbacks and ownershipAnna Henningsen2018-02-011-19/+5
* tls: remove cleartext input data queueAnna Henningsen2018-01-071-2/+1
* tls: refactor write queues awayAnna Henningsen2018-01-071-16/+2
* src: remove nonexistent method from header fileAnna Henningsen2017-12-191-1/+0
* net,src: refactor writeQueueSize trackingAnatoli Papirovski2017-12-181-3/+2
* src: minor refactoring to StreamBase writesAnna Henningsen2017-12-131-2/+2
* src: remove `StreamResourc::Cast()`Anna Henningsen2017-12-131-1/+0
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-1/+1
* net: fix timeouts during long writesAnatoli Papirovski2017-10-211-0/+4
* tls: properly track writeQueueSize during writesAnatoli Papirovski2017-10-211-0/+1
* src: replace manual memory mgmt with std::stringBen Noordhuis2017-10-091-3/+4
* src: move crypto_bio/clienthello to crypto nsDaniel Bevenius2017-06-301-2/+2
* Partial revert "tls: keep track of stream that is closed"Trevor Norris2017-03-271-1/+0
* stream_base,tls_wrap: notify on destructTrevor Norris2017-03-271-0/+3
* tls: keep track of stream that is closedjBarz2017-03-161-0/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: remove unused data member write_queue_size_Ben Noordhuis2016-06-291-1/+0
* src: fix runtime/indentation_namespace warningsBen Noordhuis2016-06-281-1/+1
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+4
* tls_wrap: reach error reporting for UV_EPROTOFedor Indutny2016-01-271-1/+1
* tls_wrap: inherit from the `AsyncWrap` firstFedor Indutny2015-12-141-3/+3
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-3/+3
* tls: fix throughput issues after incorrect mergeFedor Indutny2015-08-171-1/+1
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+2