RE: [openssl.org #1204]: bad record mac because of wrong SSL_OP_TLS_BLOCK_PADDING_BUG handling

2006-01-20 Thread [EMAIL PROTECTED] via RT
Hi, ... see below Christiane -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kurt Roeckx via RT Sent: Thursday, January 19, 2006 10:06 PM To: Kämpfe, Christiane Cc: openssl-dev@openssl.org Subject: [openssl.org #1204]: bad record mac because of wrong

Re: [openssl.org #1204]: bad record mac because of wrong SSL_OP_TLS_BLOCK_PADDING_BUG handling

2006-01-20 Thread Kurt Roeckx
On Fri, Jan 20, 2006 at 10:28:24AM +0100, [EMAIL PROTECTED] via RT wrote: ... hmmm, where is the patch ? I did mail it, and it seems to be in the bug report at: http://www.aet.tu-cottbus.de/rt2/Ticket/Display.html?id=1204 But it wasn't in the mail send to the list. I've attached it

RE: [openssl.org #1204]: bad record mac because of wrong SSL_OP_TLS_BLOCK_PADDING_BUG handling

2006-01-09 Thread [EMAIL PROTECTED] via RT
I have found that there might be a different length computing in zlib V1.2.3 (or may be even in 1.2.2). In my opinion the length field set by zlib is ok. But openssl changes this length field in the SSL_OP_TLS_BLOCK_PADDING_BUG handling = ERROR (I traced the problem in openssl and zlib under