minssl
Software
www.skarnet.org

The minssl program

minssl turns a clear communication channel into an encrypted one, together with minssld. minssl is the client-side program.

minssl is a UCSPI client proxy application: it runs as a UCSPI client application and execs into another UCSPI client application.

Interface

     minssl prog...

The details of data exchange between minssl and minssld are described in the protocol description.

Common use

minssl does not contact the network itself. It is designed to be run under some UCSPI client such as tcpclient. For instance, the command line

     tcpclient host port minssl prog...

establishes a secure connection to host:port then runs prog.... The minsslclient program is an easy way of combining tcpclient with minssl.