Re: potential bug in ssl/s3_cbc.c

2013-09-11 Thread Jakob Bohm
On 8/20/2013 8:49 PM, Arthur Mesh wrote: I am not 100% sure this is a real bug, hence mailing openssl-users instead of rt@. 641 if (is_sslv3) 642 { snip 647 unsigned overhang = header_length-md_block_size; 648

potential bug in ssl/s3_cbc.c

2013-08-21 Thread Arthur Mesh
I am not 100% sure this is a real bug, hence mailing openssl-users instead of rt@. 641 if (is_sslv3) 642 { snip 647 unsigned overhang = header_length-md_block_size; 648 md_transform(md_state.c, header); 649