tls: The TLS API is inconsistent with the TCP API
authorkoichik <koichik@improvement.jp>
Sat, 15 Oct 2011 10:27:21 +0000 (19:27 +0900)
committerkoichik <koichik@improvement.jp>
Sat, 15 Oct 2011 10:27:21 +0000 (19:27 +0900)
commit68cc173c6d2cde4f1869b24ec3bc690ef34da7ad
treef8c9ded7ee6dbf2555842f92c8782e6987026257
parent0b92fa0e9326a395e3b5368091e2008be2ba8ae3
tls: The TLS API is inconsistent with the TCP API

Add 'secureConnect' event to tls.CleartextStream.

Fixes #1467.
doc/api/tls.markdown
lib/tls.js
test/simple/test-tls-connect-simple.js [new file with mode: 0644]