On 18/05/2023 16:34, Don Payette wrote:
Hi,
I'm new to the list so please be kind.
I'm a programmer that is responsible for a Windows Service written in
Visual C++.It communicates with a server using Winsock. I've been tasked
with converting it to use encryption for the connection.
Are there any sample programs or any kind of guidance in how to code this?
You might start here:
https://github.com/openssl/openssl/tree/master/demos/sslecho
Its written for Linux/Unix but the OpenSSL principles should be much the
same.
Matt