118 Commits (775de9cc96d6fe01c049cd4a3d5ed2df922b88b6)

Author SHA1 Message Date
Sam Roberts d4050b38d6 tls: document and test option-less createServer 8 years ago
Sam Roberts c3839f7ed4 tls: fix/annotate connect arg comments 8 years ago
Walter Beller-Morales 20fa6e7d07 lib: use === in _http_server and _tls_wrap 8 years ago
Fedor Indutny 478fabf3e4 tls: fix leak of WriteWrap+TLSWrap combination 8 years ago
Rich Trott 4463d2b360 benchmark,lib,test,tools: remove unneeded . escape 8 years ago
Rich Trott 68ba9aa0fb test,lib,benchmark: match function names 8 years ago
Mariusz 'koder' Chwalba c7bc9bcfbf tls: TLSSocket emits 'error' on handshake failure 8 years ago
Fedor Indutny d33c4bf97b tls: handle `error` events with `_tlsError` 8 years ago
Teddy Katz b1b1978ec5
tools: add additional ESLint rules 8 years ago
Jan Schär fd6af98c2d net: refactor Server.prototype.listen 8 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Ben Noordhuis fb19b800b8 tls,https: respect address family when connecting 9 years ago
Fedor Indutny 9cac8c894e tls: catch `certCbDone` exceptions 9 years ago
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