summaryrefslogtreecommitdiff
path: root/lib/_tls_wrap.js
Commit message (Expand)AuthorAgeFilesLines
* net: use `_server` for internal book-keepingFedor Indutny2016-02-171-6/+0
* tls: nullify `.ssl` on handle closeFedor Indutny2016-02-161-0/+3
* tls: add getProtocol() to TLS socketsBrian White2016-02-031-0/+7
* lib: fix style issues after eslint updateMichaël Zasso2016-01-131-8/+8
* tls: rename `clientError` to `tlsClientError`Fedor Indutny2016-01-071-2/+2
* lib: use arrow functions instead of bindMinwoo Jung2015-12-171-7/+7
* tls: introduce `secureContext` for `tls.connect`Fedor Indutny2015-12-111-1/+1
* tls: use SHA1 for sessionIdContextStefan Budeanu2015-11-161-16/+4
* tls: Use SHA1 for sessionIdContext in FIPS modeStefan Budeanu2015-11-161-3/+16
* lib: Consistent error messages in all modulesmicnic2015-11-091-3/+3
* test: more regression tests for minDHSize optionBen Noordhuis2015-11-031-1/+1
* tls, crypto: add ALPN SupportShigeki Ohtsu2015-10-271-0/+17
* tls: TLSSocket options default isServer falseYuval Brik2015-10-201-2/+5
* tls: add minDHSize option to tls.connect()Shigeki Ohtsu2015-10-161-1/+18
* tls: add TLSSocket.getEphemeralKeyInfo()Shigeki Ohtsu2015-10-161-0/+7
* tls: use parent handle's close callbackFedor Indutny2015-10-121-1/+1
* stream_base: various improvementsFedor Indutny2015-08-201-1/+3
* events: deprecate static listenerCount functionSakthipriyan Vairamani2015-08-201-5/+4
* tls: fix check for reused sessionFedor Indutny2015-08-081-12/+1
* https: reuse TLS sessions in AgentFedor Indutny2015-07-271-1/+13
* tls: add `getTicketKeys()`/`setTicketKeys()`Fedor Indutny2015-07-231-2/+12
* _stream_wrap: prevent use after free in TLSFedor Indutny2015-06-301-4/+28
* net: Defer reading until listeners could be addedJames Hartig2015-06-171-8/+17
* lib: don't use global BufferRoman Reiss2015-06-111-0/+1
* tls: fix references to undefined `cb`Fedor Indutny2015-06-111-2/+2
* tls: prevent use-after-freeFedor Indutny2015-06-041-1/+6
* tls: emit errors on close whilst async actionFedor Indutny2015-06-041-0/+15
* lib: simplify nextTick() usageBrian White2015-05-251-3/+1
* tls: emit errors happening before handshake finishMalte-Thorben Bruns2015-05-221-1/+2
* tls: use `.destroy(err)` instead of destroy+emitFedor Indutny2015-05-221-14/+22
* tls: fix tls handshake check in ssl errorShigeki Ohtsu2015-05-161-1/+1
* tls_wrap: Unlink TLSWrap and SecureContext objectsСковорода Никита Андреевич2015-05-041-2/+9
* tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny2015-05-011-26/+23
* tls: destroy singleUse context immediatelyFedor Indutny2015-04-301-1/+3
* tls: zero SSL_CTX freelist for a singleUse socketFedor Indutny2015-04-301-0/+2
* tls: destroy SSL once it is out of useFedor Indutny2015-04-301-0/+9
* tls_wrap: use localhost if options.host is emptyGuilherme Souza2015-04-231-1/+2
* lib: reduce process.binding() callsBrendan Ashworth2015-04-091-13/+3
* tls_wrap: proxy handle methods in prototypeFedor Indutny2015-03-091-8/+8
* tls_wrap: do not hold persistent ref to parentFedor Indutny2015-03-061-0/+1
* tls: accept empty `net.Socket`sFedor Indutny2015-03-031-11/+19
* tls: proxy `handle.reading` back to parent handleFedor Indutny2015-02-281-0/+8
* tls: fix typo `handle._reading` => `handle.reading`Fedor Indutny2015-02-271-1/+1
* streams: introduce StreamWrap and JSStreamFedor Indutny2015-02-241-2/+13
* stream_base: introduce StreamBaseFedor Indutny2015-02-221-184/+179
* net: unref timer in parent socketsFedor Indutny2015-02-191-2/+4
* tls: more secure defaultsRoman Reiss2015-02-161-3/+3
* lib: reduce util.is*() usagecjihrig2015-01-311-10/+11
* lib: use const to define constantscjihrig2015-01-211-12/+10
* Remove excessive copyright/license boilerplateisaacs2015-01-121-24/+0