Hi, Actually, AES is by default implemented in CBC (Cipher Block Chaining )mode in TLSv1. Refer RFC 3268. Since the encryption is done in CBC mode, you will not get the same encrypted text for identical plain text.
--lakshmi prasanna On Tue, Jun 17, 2008 at 10:58 AM, jimmy bahuleyan <[EMAIL PROTECTED]> wrote: > > Vijay Kotari wrote: >> >> @DS >> Nicely put. >> >> So, if I was to try to decrypt/encrypt one of these messages, I would need >> the key and the iv and something else? Because if just the key and iv are >> sufficient to encrypt/decrypt the data, then how are the different encrypted >> messages generated for the same cleartext? >> > > http://en.wikipedia.org/wiki/Cipher_block_chaining > > -jb > -- > Real computer scientists don't comment their code. The identifiers are > so long they can't afford the disk space. > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager [EMAIL PROTECTED] -- thanks, Lakshmi Prasanna ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]