Venu,
I see the similar problem too.
But, for me when I do a ssldump i see C>S bad_record_mac.
That seems to be the reason for SSL_read returning 0/SSL_ERROR_SYSCALL.
Do you see that?
It would be great if you can share the info.
thanks,
vijo.
On Fri, Nov 02, 2001 at 04:01:33PM +0200, Venugopal P
> It's coming from the beginning. Right now i don't have the ssl_dump but
> shall send it to you once i get that.
For playing about select() example
demos/state_machine/state_machine.c
is usefull (that is on openssl sources.)
--
/"\ | Kari
It's coming from the beginning. Right now i don't have the ssl_dump but
shall send it to you once i get that.
Thanks,
Venu
Eric Rescorla wrote:
Venugopal Panchamukhi <[EMAIL PROTECTED]>
writes:
> I've modified the client code in such a way that
reading and writing
> is done in a single thread.
Venugopal Panchamukhi <[EMAIL PROTECTED]> writes:
>I've modified the client code in such a way that reading and writing
> is done in a single thread. But my basic problem was not cleared. When
> i'm calling select() it is returning the read condition after which the
> read_SSL() method is retu
Hi,
I've modified the client code in such a way that reading
and writing is done in a single thread. But my basic problem was not cleared.
When i'm calling select() it is returning the read condition after which
the read_SSL() method is returning value 0. When i tried to find out the
error usi