A simple TCP client-server program written in C. In this program the client read a file and send its data to server. The server then receives the data and write it in a text file.
This project was created to provide a clear and practical example of secure socket programming. Implementing TLS and DTLS from scratch can be a complex task, especially when handling different ...