Hi All
        Does OpenSSL support non-ssl socket communication?
        I am writing a cross platform sample application using OpenSSL. In
my code i can find places where "normal" socket code is written using
Winsock for windows and bsd sockets for unix (for opening/closing the
socket) and then i use OpenSSL for ssl support. Won't it be a better idea to
have a socket library that acts as a wrapper over cross platform sockets
(winsock and bsd) and OpenSSL. So one could use a fixed api viz initialize,
cleanup, send, receive, etc and initialize with "ssl" or "default" depending
upon if ssl support is needed or not?
        Can you suggest an implementation for this? is someone using a
similar approach? are there any third party libraries that would do this for
me or atleast let me tweak it to include OpenSSL for ssl support??

Thanks in advance,
Jaspreet
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to