public attachToSocket(socket as Socket, host as String, port as Int) as Void throws SSLException:
Upgrades an already-connected TCP socket using this TLS context.
import klyn.net
import klyn.net.ssl
# plain = Socket("example.com", 443)
# secure = SSLSocket()
# secure.attachToSocket(plain, "example.com", 443)