minssl
Software
www.skarnet.org

The minsslconnect program

minsslconnect establishes a minssl-tunneled TCP connection to an Internet host. What it reads on stdin is encrypted and written to the network; what it reads on the network is decrypted and written on stdout.

Interface

     minsslconnect [ minsslclient options ] host port

Internals

minsslconnect rewrites to minsslclient options host port ioconnect 0 6 7, which itself rewrites to tcpclient options host port minssl minssl-env ioconnect 0 6 7; and the remaining process with the same pid as minsslconnect is named minssl-tunnel.