RE: aes-128-cfb1 bug

2007-11-13 Thread Yair Elharrar
It's a length thing. CFB1 expects the length in bits, not bytes. If you multiply the length by 8 inside crypto/aes/aes_cfb.c AES_cfb1_encrypt, it works fine. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of RenYiqun Sent: Tuesday, November 13, 2007 7:01 AM

RE: aes-128-cfb1 bug

2007-11-13 Thread Peter Waltenberg
Subject:RE: aes-128-cfb1 bug