121 Commits (861fa65bdfb1041134d80fda4925ea4087de8b59)

Author SHA1 Message Date
Trevor Norris 858bbaa4aa
Partial revert "tls: keep track of stream that is closed" 8 years ago
jBarz 1baee1829b
tls: keep track of stream that is closed 8 years ago
Jackson Tian bde1a7e09e
lib: remove unnecessary parameter for assertCrypto() 8 years ago
Fedor Indutny 2a168917cb
tls: do not crash on STARTTLS when OCSP requested 8 years ago
Sam Roberts d50e8d8af9 tls: document and test option-less createServer 8 years ago
Sam Roberts 89db5fcc23 tls: fix/annotate connect arg comments 8 years ago
Walter Beller-Morales 6632b3d1ab lib: use === in _http_server and _tls_wrap 8 years ago
Rich Trott a8909b833e benchmark,lib,test,tools: remove unneeded . escape 8 years ago
Fedor Indutny 9cb236ff45 tls: fix leak of WriteWrap+TLSWrap combination 8 years ago
Rich Trott 7b75cb9e5a test,lib,benchmark: match function names 8 years ago
Mariusz 'koder' Chwalba cf92be6939 tls: TLSSocket emits 'error' on handshake failure 8 years ago
Fedor Indutny bee1955f4e tls: handle `error` events with `_tlsError` 8 years ago
Teddy Katz 5c6284a417 tools: add additional ESLint rules 8 years ago
Trevor Norris 28071a130e
buffer: introduce latin1 encoding term 9 years ago
Ben Noordhuis 257e54b9c0 tls,https: respect address family when connecting 9 years ago
Fedor Indutny 21e31352d7 tls: catch `certCbDone` exceptions 9 years ago
Fedor Indutny cbbe95e1e1 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 10 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 10 years ago
Fedor Indutny 6ad99ac1ef tls: fix check for reused session 10 years ago
Fedor Indutny 2ca5a3db47 https: reuse TLS sessions in Agent 10 years ago
Fedor Indutny e11fc67225 tls: add `getTicketKeys()`/`setTicketKeys()` 10 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