minssl
Software
www.skarnet.org
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.
minsslserver [ -z timeout ] [ -k privkeyfile ] [ -K pubkeyfile ] [ tcpserver options ] host port prog...
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.
minsslserver sets the following additional environment variables to strings of 56 hexadecimal signs:
minsslserver is actually a wrapper combining tcpserver and minssld.
tcpserver [ tcpserver options ] -- host port /package/net/minssl/command/minssld /package/net/minssl/command/minssl-env prog...