summaryrefslogtreecommitdiff
path: root/lib/tls.js
AgeCommit message (Expand)Author
2012-09-25tls: lintisaacs
2012-09-25tls: use slab allocatorFedor Indutny
2012-08-31tls: support unix domain socket/named pipe in tls.connectShigeki Ohtsu
2012-08-22lintisaacs
2012-08-21tls: update default cipher listBen Noordhuis
2012-08-12tls: handle multiple CN fields when verifying certBen Noordhuis
2012-07-20tls: pass lintingFedor Indutny
2012-07-20tls: fix 'hostless' tls connection verificationFedor Indutny
2012-07-20tls: revert accidental API changeFedor Indutny
2012-07-20tls: localhost is valid against identity-checkFedor Indutny
2012-07-20tls: veryify server's identityFedor Indutny
2012-07-06Inline timeout function, avoiding declaration in conditionalJonas Westerlund
2012-06-18tls: fix off-by-one error in renegotiation checkBen Noordhuis
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-05-15lintisaacs
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-14crypto: add PKCS12/PFX supportssuda
2012-04-16tls: remove duplicate linefukayatsu
2012-03-29tls: reduce memory overhead, reuse bufferYosef Dinerstein
2012-03-23tls: fix CryptoStream.setKeepAlive()Shigeki Ohtsu
2012-03-10tls: parsing multiple values of a key in ssl certificatessuda
2012-03-06net, http, https: add localAddress optionDmitry Nizovtsev
2012-03-03lintisaacs
2012-03-03tls: proxy set(Timeout|NoDelay|KeepAlive) methodsJimb Esser
2012-02-29tls: add `honorCipherOrder` option to tls.createServer()Blake Miner
2012-02-20tls http https: don't pollute user's `options` objectMaciej Małecki
2012-02-18Lint all the JavaScripts.isaacs
2012-02-18Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-02-16tls: mitigate session renegotiation attacksBen Noordhuis
2012-02-14tls: Allow establishing secure connection on the existing socketkoichik
2012-01-24net, tls, http: remove socket.ondrainBen Noordhuis
2012-01-24Merge branch 'v0.6'Fedor Indutny
2012-01-17tls: fix double 'error' events on HTTPS Requestskoichik
2012-01-09tls: Allow establishing secure connection on the existing socketkoichik
2012-01-08tls: make `tls.connect` accept port and host in `options`Maciej Małecki
2011-12-27tls: fix test-https-client-reject failskoichik
2011-12-21Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-21tls: Fix node swallows openssl error on requestkoichik
2011-12-21tls: remove duplicate assignmentBen Noordhuis
2011-12-07tls: enable rejectUnauthorized option to clientkoichik
2011-11-27tls: fix https with fs.openReadStream hangskoichik
2011-11-17tls: make cipher list configurableBen Noordhuis
2011-10-31tls, https: add passphrase optionkoichik
2011-10-27tls: add address(), remoteAddress/remotePortkoichik
2011-10-27tls: does not emit 'end' from EncryptedStreamkoichik
2011-10-21Merge remote branch 'origin/v0.4'Ryan Dahl
2011-10-21Emit 'end' from crypto streams on closeRyan Dahl
2011-10-15tls: The TLS API is inconsistent with the TCP APIkoichik
2011-10-15tls: requestCert unusable with Firefox and Chromekoichik
2011-09-30tls: Improve TLS flow controlkoichik