dratone <drat...@gmail.com> writes: > I've read the documentation (3 times over), but can't fully make sense > of it. Could someone show me an example of how to create a listening ssl > socket, and a connecting ssl socket?
I would consider boost::asio: http://www.boost.org/doc/libs/1_37_0/doc/html/boost_asio.html We used it for a recent project and are very happy with it. It has SSL support using OpenSSL. asio is easy to use and reliable (though its scalability could be improved a little, if you will have thousands of simultaneous connections). Good luck! ----Scott. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org