> is there a short and clear example of implementing a SSL capable server like
> http://www.openssl.org/source/cvs//demos/ssl/serv.cpp?hideattic=1&sortbydate=0
> but with non-blocking sockets?
Look at:
http://www.openssl.org/source/cvs/exp/apps/s_server.c?rev=1.45&hideattic=1&sortbydate=0
This does non-blocking IO. See references to s_nbio in the code.
--Chris
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]