summaryrefslogtreecommitdiff
path: root/src/tls_wrap.cc
AgeCommit message (Expand)Author
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-03src: fix NewInstance deprecation warningsMichaël Zasso
2016-01-27tls_wrap: reach error reporting for UV_EPROTOFedor Indutny
2016-01-04tls_wrap: clear errors on returnFedor Indutny
2015-12-14tls_wrap: inherit from the `AsyncWrap` firstFedor Indutny
2015-12-08tls_wrap: slice buffer properly in `ClearOut`Fedor Indutny
2015-11-13tls: copy client CAs and cert store on CertCbFedor Indutny
2015-09-17src: Add ABORT macroEvan Lucas
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-23node: rename from io.js to nodecjihrig
2015-08-23doc: fix comments in tls_wrap.cc and _http_client.jsMinwoo Jung
2015-08-20stream_base: various improvementsFedor Indutny
2015-08-13src: rename Buffer::Use() to Buffer::New()Ben Noordhuis
2015-08-13src: introduce internal Buffer::Copy() functionBen Noordhuis
2015-08-04buffer: make additional changes to native APITrevor Norris
2015-08-04buffer: switch API to return MaybeLocal<T>Trevor Norris
2015-06-30_stream_wrap: prevent use after free in TLSFedor Indutny
2015-06-04tls_wrap: invoke queued callbacks in DestroySSLFedor Indutny
2015-06-04tls: prevent use-after-freeFedor Indutny
2015-05-16tls_wrap: fix error cb when fatal TLS Alert recvdShigeki Ohtsu
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny
2015-05-01stream_base: dispatch reqs in the stream implFedor Indutny
2015-04-30tls: destroy SSL once it is out of useFedor Indutny
2015-03-25tls_wrap: fix this incredibly stupid leakFedor Indutny
2015-03-25tls_wrap: fix BIO leak on SSL errorFedor Indutny
2015-03-14tls: re-enable `.writev()` on TLSWrapFedor Indutny
2015-03-14tls: fix leak on `DoWrite()` errorsFedor Indutny
2015-03-09tls_wrap: proxy handle methods in prototypeFedor Indutny
2015-03-08node_crypto_bio: adjust external memory sizeFedor Indutny
2015-03-07stream_base: WriteWrap::New/::DisposeFedor Indutny
2015-03-07tls: do not leak WriteWrap objectsFedor Indutny
2015-03-06tls_wrap: do not hold persistent ref to parentFedor Indutny
2015-03-06stream_wrap: add HandleScope's in uv callbacksFedor Indutny
2015-02-25stream_base: remove static JSMethod declarationsFedor Indutny
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2014-12-09src: remove unnecessary template parameterTrevor Norris
2014-11-18src: remove static variables from tls_wrapBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-10-06tls_wrap: ignore ZERO_RETURN after close_notifyFedor Indutny
2014-09-26crypto: lower RSS usage for TLSCallbacksFedor Indutny
2014-09-24tls_wrap: ensure that TLSCallbacks are gc-ableFedor Indutny
2014-09-18crypto: never store pointer to conn in SSL_CTXFedor Indutny
2014-09-03tls_wrap: fix use after freeFedor Indutny