minssl
Software
www.skarnet.org
The minssl-env program
minssl-env modifies the UCSPI environment to pretend
that the used protocol is "MINSSL".
Interface
minssl-env prog...
- If the PROTO environment variable is not set,
minssl-env exits 100.
- It looks for the following environment variables, where x
is the current value of the PROTO variable:
- xLOCALIP
- xLOCALPORT
- xREMOTEIP
- xREMOTEPORT
- xLOCALHOST
- xREMOTEHOST
- xREMOTEINFO
(more variables may be supported in future versions of minssl)
minssl-env renames those variables, replacing x with
MINSSL.
- It then executes into prog....
Common use
minssl-env is part of the execution chain set up by
minsslclient and
minsslserver. You should probably
not manually use it.