Known bug list?

2008-10-16 Thread solveig . instantiations
Hello, I see a fixed bugs list. Do you have any database of known but unfixed bugs which I could browse? -- thanks Solveig Viste

how do I determine blocking or nonblocking?

2008-10-16 Thread solveig . instantiations
Hi, I have an application which exhibits both blocking and non-blocking behavior. I create an SSL structure using SSL_new and a context. I call SSL_set_fd with a file descriptor for a blocking socket and the SSL pointer. Documentation tells me that the SSL pointer should inherit the blocking pro

Re: Trouble with bidirectional shutdown

2008-10-06 Thread solveig . instantiations
Hi, Can you tell me, is this a bug in all versions, even OpenSSL 0.9.8i? Solveig On Sat, Oct 4, 2008 at 6:45 PM, David Schwartz <[EMAIL PROTECTED]> wrote: > > > Thank you for your response. I have checked the > > error code using SSL_get_error. > > > I get an SSL_ERROR_SYSCALL (5) return code,

Re: Trouble with bidirectional shutdown

2008-10-03 Thread solveig . instantiations
DS Thank you for your response. I have checked the error code using SSL_get_error. I get an SSL_ERROR_SYSCALL (5) return code, indicating an I/O, but the error queue is empty. My application continues to function. It is fetching an HTML document over an HTTPS connection. My concern is that, sin

Trouble with bidirectional shutdown

2008-09-30 Thread solveig . instantiations
I have an application which is occasionally hanging. I have tracked it down to an SSL_shutdown call. The value (0) returned from the shutdown call indicates that the shutdown is not finished. The shutdown man page indicates that a second call to SSL_shutdown should cause a bidirectional shutdown,