Home |
Program SSLClient |
Program SSLClientThis demo program can connect to the SSLServer. It demonstrates how a client can implement encrypted/secure network communication. The basic structure of this demo is identical with program TCPClient, 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 TCPClient
|