Re: non-blocking example for Net::SSLeay

2001-04-30 Thread Eric Rescorla
[EMAIL PROTECTED] writes: I'm trying to write a tiny SSL webserver. It would really help to have an example of how to set up and use non-blocking SSL calls with a select statement or similar. The problem here is implementing CGI: the CGI script wants normal I/O through normal file

Re: non-blocking example for Net::SSLeay

2001-04-30 Thread Noel Burton-Krahn
Hi M, Here's a test program which negotiates an SSL connection and sends data in a single process (no threads, all async IO). I've also included a patch for Net-SSLeay-1.06. I had to add a few macros to Net::SSLeay to support the async error returns. I also fixed the makefile to detect