summaryrefslogtreecommitdiff
path: root/lib/tls.js
Commit message (Expand)AuthorAgeFilesLines
* tls: disable RC4, add --cipher-list command line switchJames M Snell2015-04-081-4/+10
* repl: Private Buffer object in lib/* filesEmmanuel Odeke2014-10-251-0/+1
* tls: enforce secureOptions on incoming clientsTimothy J Fontaine2014-10-231-1/+6
* tls: honorCipherOrder should not degrade defaultsTimothy J Fontaine2014-10-231-2/+10
* timers: backport f8193abJulien Gilli2014-07-311-1/+3
* tls: fix performance issueAlexis Campailla2014-05-231-9/+4
* tls: emit 'end' on .receivedShutdownFedor Indutny2013-12-101-4/+9
* tls: fix pool usage raceFedor Indutny2013-12-021-8/+7
* tls: handle `ssl.start()` errorsFedor Indutny2013-11-131-0/+4
* tls: prevent stalls by using read(0)Fedor Indutny2013-11-091-4/+10
* tls: fix premature connection terminationBen Noordhuis2013-10-091-1/+1
* tls: fix sporadic hang and partial readsFedor Indutny2013-09-271-2/+1
* tls: don't push() incoming data when ondata is setNathan Rajlich2013-09-131-5/+4
* tls: fix setting NPN protocolsFedor Indutny2013-09-091-2/+3
* tls: fix assertion when ssl is destroyed at readFedor Indutny2013-08-211-1/+8
* tls: Trivial use_strict fixisaacs2013-07-141-3/+4
* tls: only wait for finish if we haven't seen itTimothy J Fontaine2013-07-091-2/+5
* tls: proper .destroySoonFedor Indutny2013-05-301-22/+33
* tls: invoke write cb only after opposite read endFedor Indutny2013-05-281-27/+69
* tls: ignore .shutdown() syscall errorFedor Indutny2013-05-281-0/+6
* tls: retry writing after hello parse errorFedor Indutny2013-05-241-1/+8
* tls: Re-enable check of CN-ID in cert verificationTobias Müllerleile2013-04-071-2/+2
* tls: Destroy socket when encrypted side closesisaacs2013-04-011-0/+6
* tls: handle SSL_ERROR_ZERO_RETURNFedor Indutny2013-03-281-3/+7
* tls: handle errors before calling C++ methodsFedor Indutny2013-03-271-9/+7
* crypto: make getCiphers() return non-SSL ciphersBen Noordhuis2013-03-251-0/+11
* tls: Prevent hang in readStartisaacs2013-03-201-1/+4
* tls: always reset this.ssl.error after handlingFedor Indutny2013-03-201-19/+14
* tls: write pending data of opposite sideFedor Indutny2013-03-171-0/+1
* stream: _write takes an encoding argumentisaacs2013-03-051-2/+6
* stream: Split Writable logic into small functionsisaacs2013-03-051-1/+1
* stream: There is no _read cb, there is only pushisaacs2013-02-281-6/+8
* tls: _handle.readStart/readStop for CryptoStreamFedor Indutny2013-02-211-3/+15
* tls: Write pending data on socket drainisaacs2013-02-191-0/+4
* tls: Cycle data when underlying socket drainsisaacs2013-02-111-0/+12
* tls: port CryptoStream to streams2Fedor Indutny2013-02-061-386/+280
* Add bytesWritten to tls.CryptoStreamAndy Burke2013-01-241-1/+3
* tls: make slab buffer's size configurableFedor Indutny2013-01-241-2/+5
* tls: follow RFC6125 more striclyFedor Indutny2013-01-141-8/+27
* tls: allow wildcards in common nameFedor Indutny2013-01-141-3/+2
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2012-12-131-1/+1
|\
| * tls: fix tls.connect() resource leakBen Noordhuis2012-11-261-1/+1
| * tls: lintisaacs2012-09-251-1/+1
| * tls: use slab allocatorFedor Indutny2012-09-251-17/+48
* | tls, https: add tls handshake timeoutBen Noordhuis2012-12-061-1/+17
* | doc: tls: rejectUnauthorized defaults to true after 35607f3aGirish Ramakrishnan2012-11-011-2/+2
* | tls: delete useless removeListener callBrandon Philips2012-10-301-1/+0
* | tls: Provide buffer to Connection.setSessionisaacs2012-10-231-1/+4
* | string_decoder: Add 'end' method, do base64 properlyisaacs2012-10-111-0/+5
* | https: fix renegotation attack protectionBen Noordhuis2012-10-091-1/+1