Hi,

You mean you are using RSA for encryption???
Normally, this will not be the case. DHE-RSA is used for Key exchange
and/or Authentication but nor for encryption. Just verify the Server
Hello Message you received, it consists a string like
DHE_RSA_WITH_<something>. The "something" part indicates the
Encryption algorithm and the MAC algorithm to be used.

RSA will not be used for encryption since it is very slow in
encrypting large amount of data...

-- Lakshmi Prasanna

On Mon, Jun 16, 2008 at 3:24 PM, Vijay Kotari <[EMAIL PROTECTED]> wrote:
> Hi,
>
> No, I don't think that is it. I am using Public-key cryptography. To be
> specific, I am using the DHE-RSA.
>
> Thanks,
> Vijay K.
>
> On Mon, Jun 16, 2008 at 3:11 PM, lakshmi prasanna <[EMAIL PROTECTED]>
> wrote:
>>
>> 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
>
>



-- 
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