You are not logged in.
Pages: 1
Hi,
Im fairly familiar with using basic sockets in C++, but if i want to make a connection using SSL how would i do this?
Is there a nice 'ssl sockets' library or something similar i can use, anyone got any tutorials or anything on the subject?
Its really pretty simple send/recv client/sever work my sockets are doing, but the server supports SSL and i want to implement it in my client (as easily as possible!).
Thanks for any help,
Jack
Last edited by tntcoda (2008-05-28 18:43:53)
Offline
You might want to look at openssl - http://www.openssl.org/
Offline
The Poco C++ library has a clear implementation of secure sockets using openSSL.
You could use this entire library (which is great btw ) or check out the "SecureSocketImpl" class for details on how to implement it yourself.
Offline
Pages: 1