Re: [openssl-users] Any way to create a large encrypted finish message?

2014-12-11 Thread Salz, Rich
> Thanks Thulasi, for the clarification. Does this apply to all TLS > implementations or just openssl? It's protocol definitions, not implementations. -- Principal Security Engineer, Akamai Technologies IM: rs...@jabber.me Twitter: RichSalz ___ open

Re: [openssl-users] Any way to create a large encrypted finish message?

2014-12-11 Thread Vyas Pentakota
-users] Any way to create a large encrypted finish message? A correction regarding padding. On 11 December 2014 at 16:53, Thulasi Goriparthi mailto:thulasi.goripar...@gmail.com>> wrote: One can't change the encrypted finished size unless one is using variable padding. encrypted fi

Re: [openssl-users] Any way to create a large encrypted finish message?

2014-12-11 Thread Thulasi Goriparthi
A correction regarding padding. On 11 December 2014 at 16:53, Thulasi Goriparthi < thulasi.goripar...@gmail.com> wrote: > One can't change the encrypted finished size unless one is using variable > padding. encrypted finished size depends on 3 parameters: protocol version, > cipher type, MAC type

Re: [openssl-users] Any way to create a large encrypted finish message?

2014-12-11 Thread Thulasi Goriparthi
One can't change the encrypted finished size unless one is using variable padding. encrypted finished size depends on 3 parameters: protocol version, cipher type, MAC type, Protocol version decides if explicit IV is included in the record and unencrypted finished message size. For SSL3 and TLS1.0,

[openssl-users] Any way to create a large encrypted finish message?

2014-12-10 Thread Vyas Pentakota
Hi I am working on issue involving openssl TLS 1.2 finish message decryption. I was wondering if anyone can tell me how I can generate "encrypted handshake message" (client finish message) record larger than 64 bytes only using RSA AES256-SHA/ AES128-SHA/DES-CBC3-SHA. Your suggestion is greatly