summaryrefslogtreecommitdiff
path: root/src/node_crypto_bio.h
AgeCommit message (Expand)Author
2019-01-29src: in-source comments and minor TLS cleanupsSam Roberts
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-08-12src: avoid possible race during NodeBIO initializationAnna Henningsen
2018-08-12src: use smart pointers for NodeBIOAnna Henningsen
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2017-11-11crypto: make node_crypto_bio compat w/ OpenSSL 1.1David Benjamin
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-03-10meta: restore original copyright headerJames M Snell
2016-06-28src: fix runtime/int cpplint warningsBen Noordhuis
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-02-11crypto: have fixed NodeBIOs return EOFAdam Langley
2015-03-18src: fix crypto bio integer wraparound on 32 bitsBen Noordhuis
2015-03-08node_crypto_bio: adjust external memory sizeFedor Indutny
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-09-26crypto: lower RSS usage for TLSCallbacksFedor Indutny
2013-12-07tls_wrap: use writev when possibleFedor Indutny
2013-11-08crypto: try moving read head in Peek()Fedor Indutny
2013-08-29crypto: remove NodeBIO::GetMethod()Ben Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-06-17tls: session API returnsFedor Indutny
2013-06-16tls_wrap: embed TLS encryption into streamwrapFedor Indutny
2013-06-14crypto: fix excessive buffer allocationFedor Indutny
2013-06-08crypto: free excessive memory in NodeBIOFedor Indutny
2013-04-10crypto: fix style issues in bioFedor Indutny
2013-04-05crypto: use better memory BIO implementationFedor Indutny