Sst can be used to connect to SSL-encrypted network ser- vices or it can be used as an SSL front-end to network servers. Sst can be used interactively, or in an inetd setting, or it can be embedded inside other programs (eg. Amanda). One of the main goals of sst is to be as basic as possible so in most non-embedded cases sst uses netcat to setup the networking I/O. Sst uses a socketpair(2) pipe to stay in contact with its netcat child process. In this way sst only has to concern itself with file descriptors. In the embedded mode sst expects the parent program to set up the networking I/O and to provide the appropriate file descriptors. In embedded client mode ("-c"), clear data is read from (or written to) stdin (fildes 0) and SSL- encrypted data is read from (or written to) stdout (fildes 1). In embedded server mode ("-s"), SSL-encrypted data is read from (or written to) stdin and clear data read from (or written to) stdout. WWW: http://utcc.utoronto.ca/~pkern/stuff/sst/ antw44/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/lifelines
Commit message (Expand)AuthorAgeFilesLines
* - Convert USE_BZIP2 to USESjhale2014-10-122-12/+3
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-071-1/+1
* - Update to 3.0.62 [1]rakuco2014-02-163-16/+16
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* WITHOUT_NLS -> PORT_OPTIONS:MNLSbapt2013-06-041-2/+3
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-2/+1
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1
* Convert USE_BISON to USES= bisonbapt2013-03-081-6/+2
* - Get Rid MD5 supportmiwi2011-03-19