Re: SSL_read() and select() problem.

2001-11-17 Thread Vijo Cherian
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

Re: SSL_read() and select() problem.

2001-11-03 Thread Kari Hurtta
> 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

Re: SSL_read() and select() problem.

2001-11-02 Thread Venugopal Panchamukhi
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.

Re: SSL_read() and select() problem.

2001-11-02 Thread Eric Rescorla
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

Re: SSL_read() and select() problem.

2001-11-02 Thread Venugopal Panchamukhi
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