Re: SSL_state_string outputs

2004-01-19 Thread Lutz Jaenicke
On Mon, Jan 19, 2004 at 09:23:59PM +0800, Patrick Coleman wrote: > Thanks for the help. I had a look through the headers, and found an (undocumented?) > function > SSL_is_init_finished(). This seems to do what I want. SSL_get_error, of course, > would work as well. > (Though I might to have to ke

Re: SSL_state_string outputs

2004-01-14 Thread Lutz Jaenicke
On Mon, Jan 12, 2004 at 03:51:46PM +0800, Patrick Coleman wrote: > I'm trying to set up a SSL connection with non blocking sockets. When the > SSL_accept() fails with SSL_ERROR_WANT_READ/WRITE, I go back to my select() > function. However, I'm handling multiple connections at once, so when select(