Hello,
I see a fixed bugs list. Do you have any database of known but unfixed bugs
which I could browse?
-- thanks
Solveig Viste
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
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,
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
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,