spserver/xyssl README 1.Introduction spserver/xyssl is a plugin for spserver, it enables spserver to support ssl. 2.Building Before building spserver/xyssl, XYSSL must been installed. Test with XYSSL 0.9. You can donwload XYSSL from its home page: http://xyssl.org/ Edit spserver/xyssl/Makefile to specify the path of XYSSL: XYSSL_INCL = -I XYSSL_LIB = -L -lxyssl To build libspxyssl.so, type $ cd spserver/xyssl $ make This will build all the targets include examples. You can run the example programs: bash-2.05a$ ./testechos testechos[28745]: Listen on port [1995] You can use the stelnet to visit: ./stelnet 127.0.0.1 1995 Enjoy! -- stephen liu