Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-20Add callback to CryptoStream.writeRyan Dahl
2010-12-19cleartext.socket always existsRyan Dahl
2010-12-19TLS: check we're not disconnected before Cleartext blowRyan Dahl
2010-12-18Parse issuer and subject from CryptoStream.getPeerCertificateRyan Dahl
2010-12-11TLS: server should die on junkRyan Dahl
2010-12-11Rename node::SecureStream to node::crypto::ConnectionRyan Dahl
2010-12-11TLS: Simplify code from suck and blowRyan Dahl
2010-12-11Add CryptoStream.destroy()Ryan Dahl
2010-12-11Factor out CryptoStream.end; support data on end()Ryan Dahl
2010-12-11Factor out some _cycle functionality into Cleartext and EncrypteStreamsRyan Dahl
2010-12-11Add receivedShutdown() bindingRyan Dahl
2010-12-11Add EncryptedStream and CleartextStream classesRyan Dahl
2010-12-11Start a simple TLS client verification testRyan Dahl
2010-12-09Add some verification code to tls.connect()Ryan Dahl
2010-12-09Move getPeerCertificate and getCipher to CryptoStreamRyan Dahl
2010-12-09Initial implementation of tls.connect()Ryan Dahl
2010-12-09pair.cleartext, pair.encrypted now instances of tls.CryptoStreamRyan Dahl
2010-12-08TLS: emit 'secureConnection' instead of two eventsRyan Dahl
2010-12-08remove old todoRyan Dahl
2010-12-08TLS: emit 'end' on both streamsRyan Dahl
2010-12-08TLS: don't use events when control hasn't been invertedRyan Dahl
2010-12-08Some TLS clean upsRyan Dahl
2010-12-07Add broken, but detailed TLS verify testRyan Dahl
2010-12-06Move securepair stuff into tls.jsRyan Dahl
2010-12-06Server must not request cert.Ryan Dahl
2010-12-02lintRyan Dahl
2010-12-02New TLS server APIRyan Dahl