Re: AES_CBC decryption

2004-01-06 Thread Jon Bright
Richard Levitte - VMS Whacker wrote: In message [EMAIL PROTECTED] on Fri, 19 Dec 2003 10:49:49 -0600, Stephen Sprunk [EMAIL PROTECTED] said: stephen stephen Minor bug: the AES CBC function doesn't correctly handle stephen in==out. Is that something you have actually observed, or are you

Re: AES_CBC decryption

2003-12-19 Thread Stephen Sprunk
Thus spake mohanlal jangir [EMAIL PROTECTED] I was looking into the AES CBC code available at http://openbsd.secsup.org/src/lib/libssl/src/crypto/aes/ For testing this, I wrote small code (attached in mail). The Encryption seems OK but Decryption is failing. I think, I am doing some

Re: AES_CBC decryption

2003-12-19 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Fri, 19 Dec 2003 10:49:49 -0600, Stephen Sprunk [EMAIL PROTECTED] said: stephen Thus spake mohanlal jangir [EMAIL PROTECTED] stephen I was looking into the AES CBC code available at stephen http://openbsd.secsup.org/src/lib/libssl/src/crypto/aes/ stephen For

RE: AES_CBC decryption

2003-12-19 Thread Fernandes, James
You have to reinitialize the IV before decryption. Thanks, James -Original Message- From: mohanlal jangir [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 6:45 AM To: [EMAIL PROTECTED] Subject: AES_CBC decryption Hi, I was looking into the AES CBC code available at