108 Commits (1db31a34948eee311abd9881bbf5d906d0cd678b)

Author SHA1 Message Date
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
Jackson Tian bbb2dccd1b tls: throw an error, not string 10 years ago
Brian White 857975d5e7 tls_wrap: remove unused variable 10 years ago
Fedor Indutny e345253562 tls: better error reporting at cert validation 11 years ago
Fedor Indutny c147e81091
crypto: add `honorCipherOrder` argument 10 years ago
Fedor Indutny afaff70a9b src: lint after OCSP commits 11 years ago
Fedor Indutny 345c40b661 tls: `getPeerCertificate(detailed)` 11 years ago
Fedor Indutny b3ef289ffb tls: support OCSP on client and server 11 years ago
Fedor Indutny 77d1f4a91f tls: set _connecting before starting the flow 11 years ago
Fedor Indutny 5d2aef17ee
crypto: move `createCredentials` to tls 11 years ago
Fedor Indutny d24946b1b4 tls: do not call SNICallback unless present 11 years ago
Fedor Indutny ef096f8d8f tls: force readable/writable to `true` 11 years ago
Fedor Indutny 75ea11fc08 tls: introduce asynchronous `newSession` 11 years ago
Fedor Indutny e2a1d9a9ac stream: use `errorEmitted` from `_writableState` 11 years ago
Fedor Indutny 528a3ce3ed tls: more session configuration options, methods 11 years ago
Jacob Hoffman-Andrews f4c8020d10 crypto: honor default ciphers in client mode 11 years ago
Fedor Indutny d019eac5b5 tls: emit `clientError` on early socket close 11 years ago
Fedor Indutny c79c304ead tls: process accumulated input 11 years ago
Fedor Indutny 7f9b01509f lib: introduce `.setMaxSendFragment(size)` 11 years ago
Ben Noordhuis db5abd726f tls: make cert/pfx optional in tls.createServer() 11 years ago
Ben Noordhuis 262a752c29 tls: show human-readable error messages 11 years ago
Fedor Indutny 7c3643b767 tls: reintroduce socket.encrypted 11 years ago
Fedor Indutny f572b91c3e tls: fix handling of asterisk in SNI context 11 years ago
Fedor Indutny a6ddfe20d2 tls: more accurate wrapping of connecting socket 11 years ago
Erik Dubbelboer bb909ad642 tls: add ECDH ciphers support 11 years ago
Fedor Indutny ba7c9ce964 tls: do not default to 'localhost' servername 11 years ago
Fedor Indutny 5977cba985 tls: reuse hostname from underlying net.Socket 11 years ago
Trevor Norris 25dce6d62d lint: fix a few semicolons 11 years ago
Fedor Indutny 42acbf809b tls: wrap tls inside tls using legacy API 11 years ago
Fedor Indutny af76b08666 tls: socket.renegotiate(options, callback) 11 years ago
isaacs 1df77a7438 lib: Add missing copyright notices 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
Fedor Indutny c50750e1fd tls: handle errors on socket before releasing it 11 years ago
Fedor Indutny 166c405b33 tls: fix lazy initialization of clienthello parser 11 years ago
Fedor Indutny 048e0e77e0 tls: asynchronous SNICallback 11 years ago
Fedor Indutny ea7b817266 tls: fix handling of `SNICallback` server option 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago