diff options
author | schmonz <schmonz@pkgsrc.org> | 2006-01-11 20:17:58 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2006-01-11 20:17:58 +0000 |
commit | e9e64bb9660163bc6007f766acb78d06c07851fa (patch) | |
tree | 6984cc64e4d1e89b574af1fe05017eebef01c462 /net/ucspi-ssl/DESCR | |
parent | c62d942d9b43e8ea8b3f870c36e041f3ce2d8877 (diff) | |
download | pkgsrc-e9e64bb9660163bc6007f766acb78d06c07851fa.tar.gz |
Initial import of ucspi-ssl, a set of command-line tools for SSL
client-server applications. They conform to the UNIX Client-Server
Program Interface, UCSPI.
sslserver listens for connections, and runs a program for each
connection it accepts. The program environment includes variables
that hold the local and remote host names, IP addresses, and port
numbers. sslserver offers a concurrency limit on acceptance of new
connections, and selective handling of connections based on client
identity.
sslclient requests a connection to a TCP socket, and runs a program.
The program environment includes the same variables as for sslserver.
The "tls" option applies Scott Gifford's patch to implement UCSPI-TLS
in sslserver.
Diffstat (limited to 'net/ucspi-ssl/DESCR')
-rw-r--r-- | net/ucspi-ssl/DESCR | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/ucspi-ssl/DESCR b/net/ucspi-ssl/DESCR new file mode 100644 index 00000000000..7cb2d13e028 --- /dev/null +++ b/net/ucspi-ssl/DESCR @@ -0,0 +1,13 @@ +sslserver and sslclient are command-line tools for building SSL +client-server applications. They conform to the UNIX Client-Server +Program Interface, UCSPI. + +sslserver listens for connections, and runs a program for each +connection it accepts. The program environment includes variables +that hold the local and remote host names, IP addresses, and port +numbers. sslserver offers a concurrency limit on acceptance of new +connections, and selective handling of connections based on client +identity. + +sslclient requests a connection to a TCP socket, and runs a program. +The program environment includes the same variables as for sslserver. |