diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-31 10:37:43 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-31 10:37:43 +0000 |
commit | db71e5e6aadd2a32642786702f6acd489a481e44 (patch) | |
tree | 6404850843ab8fd43666c7e89fa75cc71d9050ca /security/sst/pkg-descr | |
parent | 1d16e4d231851c3627b4d964cf9ed4b6e4d27294 (diff) | |
download | ports-db71e5e6aadd2a32642786702f6acd489a481e44.tar.gz ports-db71e5e6aadd2a32642786702f6acd489a481e44.zip |
Notes
Diffstat (limited to 'security/sst/pkg-descr')
-rw-r--r-- | security/sst/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/security/sst/pkg-descr b/security/sst/pkg-descr new file mode 100644 index 000000000000..0c5098ec45fb --- /dev/null +++ b/security/sst/pkg-descr @@ -0,0 +1,23 @@ +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/ |