How to Build a C OpenSSL TLS Client–Server Over TCP and UDP
Introduction: What You’ll Build With C, OpenSSL, TCP and UDP In this tutorial, I’ll walk through a practical C OpenSSL TLS client server example that uses plain TCP sockets as the transport. The goal is to keep the code minimal… Read More »How to Build a C OpenSSL TLS Client–Server Over TCP and UDP
