Hi,

If you are using Stream Cipher or CBC mode block cipher, then the same
application data will produce different encrypted data, since the two
encryption (cipher) algorithms perform encryption using the previous
block and current block (CBC mode block cipher) or previous stream
data (Stream Cipher).
That is the reason why you are observing different packet dumps for
same application data.

thanks,
Lakshmi Prasanna

On Mon, Jun 16, 2008 at 2:35 PM, Vijay Kotari <[EMAIL PROTECTED]> wrote:
> Hi,
>
> While observing some packet dump, I noticed that while sending the same
> application data over twice, different packet dumps were obtained in both
> cases. This was done in the same SSL session, so the connection keys being
> used are all the same. Is this expected behavior or am I reading the packet
> dumps wrong?
>
>
> Thanks and Regards,
> Vijay K.
>
>
>



-- 
thanks,
Lakshmi Prasanna
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to