summaryrefslogtreecommitdiff
path: root/lib/_tls_wrap.js
AgeCommit message (Expand)AuthorFilesLines
2016-03-30lib: copy arguments object instead of leaking itNathan Woltman1-1/+5
2016-03-02net: use `_server` for internal book-keepingFedor Indutny1-6/+0
2016-03-02tls: nullify `.ssl` on handle closeFedor Indutny1-0/+3
2016-03-02lib: use arrow functions instead of bindMinwoo Jung1-7/+7
2016-02-15lib: fix style issues after eslint updateMichaël Zasso1-7/+7
2015-12-23tls: Use SHA1 for sessionIdContext in FIPS modeStefan Budeanu1-3/+16
2015-10-29tls: TLSSocket options default isServer falseYuval Brik1-2/+5
2015-10-12tls: use parent handle's close callbackFedor Indutny1-1/+1
2015-08-20stream_base: various improvementsFedor Indutny1-1/+3
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani1-5/+4
2015-08-08tls: fix check for reused sessionFedor Indutny1-12/+1
2015-07-27https: reuse TLS sessions in AgentFedor Indutny1-1/+13
2015-07-23tls: add `getTicketKeys()`/`setTicketKeys()`Fedor Indutny1-2/+12
2015-06-30_stream_wrap: prevent use after free in TLSFedor Indutny1-4/+28
2015-06-17net: Defer reading until listeners could be addedJames Hartig1-8/+17
2015-06-11lib: don't use global BufferRoman Reiss1-0/+1
2015-06-11tls: fix references to undefined `cb`Fedor Indutny1-2/+2
2015-06-04tls: prevent use-after-freeFedor Indutny1-1/+6
2015-06-04tls: emit errors on close whilst async actionFedor Indutny1-0/+15
2015-05-25lib: simplify nextTick() usageBrian White1-3/+1
2015-05-22tls: emit errors happening before handshake finishMalte-Thorben Bruns1-1/+2
2015-05-22tls: use `.destroy(err)` instead of destroy+emitFedor Indutny1-14/+22
2015-05-16tls: fix tls handshake check in ssl errorShigeki Ohtsu1-1/+1
2015-05-04tls_wrap: Unlink TLSWrap and SecureContext objectsСковорода Никита Андреевич1-2/+9
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny1-26/+23
2015-04-30tls: destroy singleUse context immediatelyFedor Indutny1-1/+3
2015-04-30tls: zero SSL_CTX freelist for a singleUse socketFedor Indutny1-0/+2
2015-04-30tls: destroy SSL once it is out of useFedor Indutny1-0/+9
2015-04-23tls_wrap: use localhost if options.host is emptyGuilherme Souza1-1/+2
2015-04-09lib: reduce process.binding() callsBrendan Ashworth1-13/+3
2015-03-09tls_wrap: proxy handle methods in prototypeFedor Indutny1-8/+8
2015-03-06tls_wrap: do not hold persistent ref to parentFedor Indutny1-0/+1
2015-03-03tls: accept empty `net.Socket`sFedor Indutny1-11/+19
2015-02-28tls: proxy `handle.reading` back to parent handleFedor Indutny1-0/+8
2015-02-27tls: fix typo `handle._reading` => `handle.reading`Fedor Indutny1-1/+1
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny1-2/+13
2015-02-22stream_base: introduce StreamBaseFedor Indutny1-184/+179
2015-02-19net: unref timer in parent socketsFedor Indutny1-2/+4
2015-02-16tls: more secure defaultsRoman Reiss1-3/+3
2015-01-31lib: reduce util.is*() usagecjihrig1-10/+11
2015-01-21lib: use const to define constantscjihrig1-12/+10
2015-01-12Remove excessive copyright/license boilerplateisaacs1-24/+0
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-11-20tls: do not hang without `newSession` handlerFedor Indutny1-2/+5
2014-09-09tls: `checkServerIdentity` optionTrevor Livingston1-2/+6
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu1-0/+2
2014-08-12lib: don't use emitter.listeners(type).lengthJackson Tian1-4/+5
2014-08-01tls: throw an error, not stringJackson Tian1-1/+1
2014-07-16tls_wrap: remove unused variableBrian White1-1/+0
2014-07-03tls: better error reporting at cert validationFedor Indutny1-5/+1