TclSSL is a tcl package that integrates Eric Young's (eay@mincom.oz.au) implementation of SSL and supporting libraries with tcl to provide SSL protection to sockets. SSL capability is added to the socket with a -ssl option. I've only compiled this on Linux and have not throughly tested it, but I'll be out of town for several days so I wanted to make this available for comments & testing. TclSSL is available at http://www.infinet.com/~tbringar. For information about SSLeay see http://www.psy.uq.oz.au/~ftp/Crypto Installation; First install and test SSLeay then run ./configure in the TclSSL directory. If you install the SSLeay library in a location other than /usr/local/ssl you'll need to edit the Makefile. Then type make. You should be all set! tclSvr.tcl is a test script that will create an SSL server. tstCli.tcl is a test script that will create an SSL client and access the server created by tstSrv.tcl. I strongly suggest further testing!