95 Commits (3681b9b868f789c1eb48420295e6e5e0f7a82898)

Author SHA1 Message Date
Fedor Indutny b956635e41 tls: catch `certCbDone` exceptions 9 years ago
James M Snell 06327e5eed tls: use process.binding('config') to detect fips mode 8 years ago
Ben Noordhuis c807287e80 tls,https: respect address family when connecting 9 years ago
Nathan Woltman 3c8e59c396 lib: copy arguments object instead of leaking it 9 years ago
Fedor Indutny d9bf6e0b79 net: use `_server` for internal book-keeping 9 years ago
Fedor Indutny f71be242ca tls: nullify `.ssl` on handle close 9 years ago
Minwoo Jung cf3a4030e8 lib: use arrow functions instead of bind 9 years ago
Michaël Zasso 15ed64e34c lib: fix style issues after eslint update 9 years ago
Stefan Budeanu b52c92783d tls: Use SHA1 for sessionIdContext in FIPS mode 9 years ago
Yuval Brik e69c869399 tls: TLSSocket options default isServer false 9 years ago
Fedor Indutny af10df6108 tls: use parent handle's close callback 9 years ago
Fedor Indutny 291b310e21 stream_base: various improvements 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
Fedor Indutny 6ad99ac1ef tls: fix check for reused session 9 years ago
Fedor Indutny 2ca5a3db47 https: reuse TLS sessions in Agent 9 years ago
Fedor Indutny e11fc67225 tls: add `getTicketKeys()`/`setTicketKeys()` 9 years ago
Fedor Indutny 9180140231 _stream_wrap: prevent use after free in TLS 10 years ago
James Hartig 061342a500 net: Defer reading until listeners could be added 10 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Fedor Indutny 8732977536 tls: fix references to undefined `cb` 10 years ago
Fedor Indutny 75930bb38c tls: prevent use-after-free 10 years ago
Fedor Indutny 5795e835a1 tls: emit errors on close whilst async action 10 years ago
Brian White 5abd4ac079 lib: simplify nextTick() usage 10 years ago
Malte-Thorben Bruns 2a71f02988 tls: emit errors happening before handshake finish 10 years ago
Fedor Indutny 80342f649d tls: use `.destroy(err)` instead of destroy+emit 10 years ago
Shigeki Ohtsu e008e8faba tls: fix tls handshake check in ssl error 10 years ago
Сковорода Никита Андреевич f7620fb96d tls_wrap: Unlink TLSWrap and SecureContext objects 10 years ago
Fedor Indutny 550c2638c0 tls: use `SSL_set_cert_cb` for async SNI/OCSP 10 years ago
Fedor Indutny 1787416376 tls: destroy singleUse context immediately 10 years ago
Fedor Indutny 2684c902c4 tls: zero SSL_CTX freelist for a singleUse socket 10 years ago
Fedor Indutny 2d241b3b82 tls: destroy SSL once it is out of use 10 years ago
Guilherme Souza a7d74633f2 tls_wrap: use localhost if options.host is empty 10 years ago
Brendan Ashworth 1219e7466c lib: reduce process.binding() calls 10 years ago
Fedor Indutny 8431fc53f1 tls_wrap: proxy handle methods in prototype 10 years ago
Fedor Indutny c09c90c1a9 tls_wrap: do not hold persistent ref to parent 10 years ago
Fedor Indutny 7b3b8acfa6 tls: accept empty `net.Socket`s 10 years ago
Fedor Indutny 1ab7e80838 tls: proxy `handle.reading` back to parent handle 10 years ago
Fedor Indutny 755461219d tls: fix typo `handle._reading` => `handle.reading` 10 years ago
Fedor Indutny 1738c77835 streams: introduce StreamWrap and JSStream 10 years ago
Fedor Indutny b9686233fc stream_base: introduce StreamBase 10 years ago
Fedor Indutny 9b6b05556f net: unref timer in parent sockets 10 years ago
Roman Reiss 77f35861d0 tls: more secure defaults 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Fedor Indutny 963f5e8a88 tls: do not hang without `newSession` handler 10 years ago
Trevor Livingston bf5e2f246e tls: `checkServerIdentity` option 10 years ago
Shigeki Ohtsu 0dfedb7127 tls, crypto: add DHE support 10 years ago
Jackson Tian 931cbc175f lib: don't use emitter.listeners(type).length 10 years ago