Re: bug in ssl code

2002-04-15 Thread Arne Ansper
Thanks for the detailed report. Please try this patch: it works. arne __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated

Re: bug in ssl code

2002-04-12 Thread Arne Ansper
You do not point out in which version the problem occurs. Does it still occur with recent snapshots? sorry. my mistake. i'm still using 0.9.6b, but i checked cvs and all the bad bits are still there. arne __ OpenSSL

Re: bug in ssl code

2002-04-12 Thread Lutz Jaenicke
On Fri, Apr 12, 2002 at 01:59:17AM +0300, Arne Ansper wrote: [Detailed analysis about problems with state machine/non-blocking sockets when using implicit handshake deleted] Probably Bodo has more in-depth knowledge about this than myself, but let't start discussing it anyway :-) You do not

Re: bug in ssl code

2002-04-12 Thread Bodo Moeller
Arne Ansper [EMAIL PROTECTED]: [...] okey, the bug: ssl3_read_internal function has special treatment for situations when renegotiation is going on and the handshake and data packets are arriving in random order. now, if i have a non-blocking socket on server side and i use BIO SSL

bug in ssl code

2002-04-11 Thread Arne Ansper
hi! i found a really nasty bug in the ssl code. i can describe it, but i cannot offer a solution, because the code is so complex and full of special conditions. okey, the bug: ssl3_read_internal function has special treatment for situations when renegotiation is going on and the handshake