217 Commits (5f54bd2088cf509d2001c0a22810a107c874a7ed)

Author SHA1 Message Date
Michaël Zasso 15ed64e34c lib: fix style issues after eslint update 9 years ago
Myles Borins fe96c74f93 tls: remove util and calls to util.format 9 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 9 years ago
Mike Atkins f1810ed1b8 tls: handle empty cert in checkServerIndentity 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Mike MacCana 5755fc099f tls: update default ciphers to use gcm and aes128 10 years ago
Brendan Ashworth 1219e7466c lib: reduce process.binding() calls 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
Jackson Tian d8a3c4ab2a tls: remove tls.createSecurePair code deprecation 10 years ago
Shigeki Ohtsu f6877f37b2 tls: add DHE-RSA-AES128-SHA256 to the def ciphers 10 years ago
Julien Gilli befbbad051 timers: backport f8193ab 10 years ago
Trevor Norris 803c3f0aa0 lint: fix indentation 10 years ago
Fedor Indutny e345253562 tls: better error reporting at cert validation 11 years ago
Yazhong Liu fcbffa71d0 tls: using %StringSplit to split `cert.subjectaltname` 10 years ago
Alexis Campailla c862c03485 tls: fix performance issue 11 years ago
Fedor Indutny 5d2aef17ee
crypto: move `createCredentials` to tls 11 years ago
Fedor Indutny 4a2792cd2f tls: emit 'end' on .receivedShutdown 11 years ago
Fedor Indutny 60f777d343 tls: fix pool usage race 11 years ago
Fedor Indutny 65b127572f tls: handle `ssl.start()` errors 11 years ago
Fedor Indutny ac2263b77f tls: prevent stalls by using read(0) 11 years ago
Erik Dubbelboer bb909ad642 tls: add ECDH ciphers support 11 years ago
Ben Noordhuis 9777890f5d tls: fix premature connection termination 11 years ago
Fedor Indutny 671b5be6e9 tls: fix sporadic hang and partial reads 11 years ago
Nathan Rajlich 7196742852 tls: don't push() incoming data when ondata is set 11 years ago
Fedor Indutny 1c3863abfd tls: fix setting NPN protocols 11 years ago
Fedor Indutny af6a2339c5 tls: fix assertion when ssl is destroyed at read 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
isaacs e48536f4cd tls: Trivial use_strict fix 11 years ago
Timothy J Fontaine 91698f77e5 tls: only wait for finish if we haven't seen it 11 years ago
Fedor Indutny 07fbb43d78 tls: export TLSSocket 11 years ago
Fedor Indutny af80e7bc6e tls: introduce TLSSocket based on tls_wrap binding 12 years ago
Fedor Indutny 9ee86b718c tls: proper .destroySoon 12 years ago
Fedor Indutny 4f14221f03 tls: invoke write cb only after opposite read end 12 years ago
Fedor Indutny fa170dd2b2 tls: ignore .shutdown() syscall error 12 years ago
Fedor Indutny f7ff8b4454 tls: retry writing after hello parse error 12 years ago
Timothy J Fontaine f8193ab3c4 timers: use uv_now instead of Date.now 12 years ago
isaacs 896b2aa707 util: Add debuglog, deprecate console lookalikes 12 years ago
Ben Noordhuis d820b64412 tls: add localAddress and localPort properties 12 years ago
Tobias Müllerleile 4108c31293 tls: Re-enable check of CN-ID in cert verification 12 years ago
isaacs 164d5b3465 tls: Destroy socket when encrypted side closes 12 years ago
Fedor Indutny 4580be0882 tls: handle SSL_ERROR_ZERO_RETURN 12 years ago
Fedor Indutny ae86fa84fe tls: handle errors before calling C++ methods 12 years ago
Manav Rathi d20576165a tls: expose SSL_CTX_set_timeout via tls.createServer 12 years ago
Ben Noordhuis cfd0dca9ae crypto: make getCiphers() return non-SSL ciphers 12 years ago
isaacs 008ab12b7f tls: Prevent hang in readStart 12 years ago