Hello,
I've recently seen some documentation which claims to be able to switch to SSL encryption when a TCP connection is open.
I have written a TCP server which accepts several commands. To offer more security, I also would like to use SSL, although not necessarily during an active connection. I use socket(), accept() etc. within my server. Is it possible to 'SSL-enable' my server and what packages do I need?
TIA
Regards,
Marcel