I am trying to implement a secure network/client communication using sockets. I am having hard time finding information on how to do so. The only thing that seems to be out there is OpenSSL, but the library seems to be very complicated to use.
Is there an easier library to use that is secure ? If not then what is good documentation to get started on secure programming.