Home |
Program SSLServer |
Program SSLServerSSLServer implements the framework for a simple server for encrypted/secure network communication. The basic structure of this demo is the same as for program TCPServer, but the Simplified Networking API with encryption support is used instead. Its source code contains preprocessor macro 'SSL'. If set to 0, this program behaves exactly as program TCPServer The sample client program SSLClient can connect to this server.
|