Re: Win32 web server using ssl

2000-05-23 Thread Arun Venkataraman
I did a project very similar to yours. Assuming you know how to handle blocking and non-blocking sockets using SSL (and reuse the SSL structure, if you want), initialization is a cinch. Refer to the cli.cpp and serv.cpp example written by sampo kellomaki in demos/ssl. You will find all the info yo

Re: Win32 web server using ssl

2000-05-23 Thread jcearley
What I found helpful so far in trying to use OpenSSL with VxWorks is the examples in SSL\openssl-0.9.5\demos\ssl. Specifically serv.cpp. This seems to be very bare bones and a good starting point. At least so far for me this has worked great. jennifer [openssl.org]:openssl-users@PSC 05/23