add UPnP-Inspector-0.2.2, a UPnP debug tool
[pkgsrc.git] / net / ucspi-ssl / DESCR
1 sslserver and sslclient are command-line tools for building SSL
2 client-server applications. They conform to the UNIX Client-Server
3 Program Interface, UCSPI.
4
5 sslserver listens for connections, and runs a program for each
6 connection it accepts. The program environment includes variables
7 that hold the local and remote host names, IP addresses, and port
8 numbers. sslserver offers a concurrency limit on acceptance of new
9 connections, and selective handling of connections based on client
10 identity.
11
12 sslclient requests a connection to a TCP socket, and runs a program.
13 The program environment includes the same variables as for sslserver.