44 Commits (3e58696c07161ef84c6b12aeb7e03d271563dcb9)

Author SHA1 Message Date
Ryan Dahl 3e58696c07 TLS: Simplify error handling 14 years ago
Ryan Dahl 41b4ec7952 TLS: flush buffer before destroy 14 years ago
Ryan Dahl e6f14d6df5 (suck, blow) -> (pull, push) 14 years ago
Ryan Dahl 2ff593ad23 TLS: better error reporting at binding layer 14 years ago
Ryan Dahl 3e5b568504 TLS: Add _pendingBytes() 14 years ago
Ryan Dahl 45b30a879b tls: superficial clean up 14 years ago
Ryan Dahl df5d5d6342 Fix option parsing in tls.connect() 14 years ago
Ryan Dahl bfb6a67d60 Another fix for process.assert 14 years ago
Ryan Dahl 9e976abad9 lint 14 years ago
Alexis Sellier 66b418d6f3 make 'readyState' available to CryptoStream 14 years ago
Ryan Dahl 2f6cb66009 Add setEncoding to CryptoStream 14 years ago
Ryan Dahl 4d0416caf6 Add setNoDelay to cryptostream 14 years ago
Ryan Dahl 2e76cd382f TLS: Forward errors to cleartext 14 years ago
Ryan Dahl 5a05992155 Lint 14 years ago
Ryan Dahl 2957382991 Implement new stream method, destroySoon 14 years ago
Ryan Dahl 94f8368cf9 First pass at new https server 14 years ago
Ryan Dahl e4dd5cd6fd NODE_DEBUG uses strings instead of bitflags 14 years ago
Ryan Dahl 8db0bbe0dc Add callback to CryptoStream.write 14 years ago
Ryan Dahl 41d73e02a2 cleartext.socket always exists 14 years ago
Ryan Dahl bb27885251 TLS: check we're not disconnected before Cleartext blow 14 years ago
Ryan Dahl 3cf2cbf904 Parse issuer and subject from CryptoStream.getPeerCertificate 14 years ago
Ryan Dahl a59483bd1d TLS: server should die on junk 14 years ago
Ryan Dahl e3d1808ef0 Rename node::SecureStream to node::crypto::Connection 14 years ago
Ryan Dahl 6636bfaa0a TLS: Simplify code from suck and blow 14 years ago
Ryan Dahl 66767edf12 Add CryptoStream.destroy() 14 years ago
Ryan Dahl 953561ab06 Factor out CryptoStream.end; support data on end() 14 years ago
Ryan Dahl dc65cbd2e9 Factor out some _cycle functionality into Cleartext and EncrypteStreams 14 years ago
Ryan Dahl 70baeba8a9 Add receivedShutdown() binding 14 years ago
Ryan Dahl d4f1ab00d2 Add EncryptedStream and CleartextStream classes 14 years ago
Ryan Dahl c444293be9 Start a simple TLS client verification test 14 years ago
Ryan Dahl 5138992f3c Add some verification code to tls.connect() 14 years ago
Ryan Dahl a473b8dafb Move getPeerCertificate and getCipher to CryptoStream 14 years ago
Ryan Dahl 2ca63c8f79 Initial implementation of tls.connect() 14 years ago
Ryan Dahl 137c361517 pair.cleartext, pair.encrypted now instances of tls.CryptoStream 14 years ago
Ryan Dahl 0ea0b921b7 TLS: emit 'secureConnection' instead of two events 14 years ago
Ryan Dahl a952231640 remove old todo 14 years ago
Ryan Dahl 13b14300b9 TLS: emit 'end' on both streams 14 years ago
Ryan Dahl a0c55dfe09 TLS: don't use events when control hasn't been inverted 14 years ago
Ryan Dahl 0ec57ea34c Some TLS clean ups 14 years ago
Ryan Dahl 5b8c62f7d1 Add broken, but detailed TLS verify test 14 years ago
Ryan Dahl 0b0faceb19 Move securepair stuff into tls.js 14 years ago
Ryan Dahl 5bca100afe Server must not request cert. 14 years ago
Ryan Dahl dd53ceebe4 lint 14 years ago
Ryan Dahl d8f2880ca4 New TLS server API 14 years ago