minssl
Software
www.skarnet.org

The minssld program

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

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

Interface

     minssld prog...

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

Common use

minssld does not contact the network itself. It is designed to be run under some UCSPI server such as tcpserver. For instance, the command line

     tcpserver host port minssld prog...

listens on host:port for "tcpclient minssl" connections. The minsslserver program is an easy way of combining tcpserver with minssld.