summaryrefslogtreecommitdiff
path: root/lib/_tls_wrap.js
AgeCommit message (Expand)Author
2016-03-26crypto: improve error messagesSakthipriyan Vairamani
2016-03-23crypto: fail early when loading crypto without opensslJames M Snell
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-10lib: copy arguments object instead of leaking itNathan Woltman
2016-02-17net: use `_server` for internal book-keepingFedor Indutny
2016-02-16tls: nullify `.ssl` on handle closeFedor Indutny
2016-02-03tls: add getProtocol() to TLS socketsBrian White
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2016-01-07tls: rename `clientError` to `tlsClientError`Fedor Indutny
2015-12-17lib: use arrow functions instead of bindMinwoo Jung
2015-12-11tls: introduce `secureContext` for `tls.connect`Fedor Indutny
2015-11-16tls: use SHA1 for sessionIdContextStefan Budeanu
2015-11-16tls: Use SHA1 for sessionIdContext in FIPS modeStefan Budeanu
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-11-03test: more regression tests for minDHSize optionBen Noordhuis
2015-10-27tls, crypto: add ALPN SupportShigeki Ohtsu
2015-10-20tls: TLSSocket options default isServer falseYuval Brik
2015-10-16tls: add minDHSize option to tls.connect()Shigeki Ohtsu
2015-10-16tls: add TLSSocket.getEphemeralKeyInfo()Shigeki Ohtsu
2015-10-12tls: use parent handle's close callbackFedor Indutny
2015-08-20stream_base: various improvementsFedor Indutny
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani
2015-08-08tls: fix check for reused sessionFedor Indutny
2015-07-27https: reuse TLS sessions in AgentFedor Indutny
2015-07-23tls: add `getTicketKeys()`/`setTicketKeys()`Fedor Indutny
2015-06-30_stream_wrap: prevent use after free in TLSFedor Indutny
2015-06-17net: Defer reading until listeners could be addedJames Hartig
2015-06-11lib: don't use global BufferRoman Reiss
2015-06-11tls: fix references to undefined `cb`Fedor Indutny
2015-06-04tls: prevent use-after-freeFedor Indutny
2015-06-04tls: emit errors on close whilst async actionFedor Indutny
2015-05-25lib: simplify nextTick() usageBrian White
2015-05-22tls: emit errors happening before handshake finishMalte-Thorben Bruns
2015-05-22tls: use `.destroy(err)` instead of destroy+emitFedor Indutny
2015-05-16tls: fix tls handshake check in ssl errorShigeki Ohtsu
2015-05-04tls_wrap: Unlink TLSWrap and SecureContext objectsСковорода Никита Андреевич
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny
2015-04-30tls: destroy singleUse context immediatelyFedor Indutny
2015-04-30tls: zero SSL_CTX freelist for a singleUse socketFedor Indutny
2015-04-30tls: destroy SSL once it is out of useFedor Indutny
2015-04-23tls_wrap: use localhost if options.host is emptyGuilherme Souza
2015-04-09lib: reduce process.binding() callsBrendan Ashworth
2015-03-09tls_wrap: proxy handle methods in prototypeFedor Indutny
2015-03-06tls_wrap: do not hold persistent ref to parentFedor Indutny
2015-03-03tls: accept empty `net.Socket`sFedor Indutny
2015-02-28tls: proxy `handle.reading` back to parent handleFedor Indutny
2015-02-27tls: fix typo `handle._reading` => `handle.reading`Fedor Indutny
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-19net: unref timer in parent socketsFedor Indutny