minssl
Software
www.skarnet.org

The minsslserver program

minsslserver is a UCSPI server for the minssl protocol. It sets up a network service, listens to minsslclient connections, and for every connection runs a program with descriptors 0 and 1 communicating with the client over a secure channel.

Interface

     minsslserver [ -z timeout ] [ -k privkeyfile ] [ -K pubkeyfile ] [ tcpserver options ] host port prog...

Options

minsslserver also accepts every option suitable for tcpserver. It will pass verbatim those options to the tcpserver program. Exception: the -B banner option is treated by minsslserver itself.
The tcpserver options modifying TCPx environment variables will have the same effect with minsslserver, except that the variables will be named MINSSLx.

Additional UCSPI variables

minsslserver sets the following additional environment variables to strings of 56 hexadecimal signs:

Internals

minsslserver is actually a wrapper combining tcpserver and minssld.