105 Commits (f644368e7c6930620a32ffc6e1381d98bc1b3784)

Author SHA1 Message Date
Fedor Indutny cee4c25c92 net: introduce `Socket#connecting` property 9 years ago
Sakthipriyan Vairamani 41feaa89e0 crypto: improve error messages 9 years ago
James M Snell f429fe1b88 crypto: fail early when loading crypto without openssl 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Nathan Woltman d0582ef9e1 lib: copy arguments object instead of leaking it 9 years ago
Fedor Indutny 7885b1d7aa net: use `_server` for internal book-keeping 9 years ago
Fedor Indutny aa0526972a tls: nullify `.ssl` on handle close 9 years ago
Brian White 2c357a7e3b tls: add getProtocol() to TLS sockets 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
Fedor Indutny 1ab6b21360 tls: rename `clientError` to `tlsClientError` 9 years ago
Minwoo Jung ae5bcf9528 lib: use arrow functions instead of bind 9 years ago
Fedor Indutny c5b4f6bc99 tls: introduce `secureContext` for `tls.connect` 9 years ago
Stefan Budeanu df268f97bc tls: use SHA1 for sessionIdContext 9 years ago
Stefan Budeanu 424ae5d4ac tls: Use SHA1 for sessionIdContext in FIPS mode 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Ben Noordhuis 82022a79b0 test: more regression tests for minDHSize option 9 years ago
Shigeki Ohtsu 802a2e79e1 tls, crypto: add ALPN Support 10 years ago
Yuval Brik adfd20b6fd tls: TLSSocket options default isServer false 9 years ago
Shigeki Ohtsu f72e178a78 tls: add minDHSize option to tls.connect() 10 years ago
Shigeki Ohtsu 6d92ebac11 tls: add TLSSocket.getEphemeralKeyInfo() 10 years ago
Fedor Indutny 51325c03d4 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