AES+OpenSsl+ubsec hardware accelerator

2007-06-08 Thread Trevor Paskett
I'm using an BCM5823 SSL accelerator card and RSA/DSA work great, However I can't get the cipher support going for AES etc. I saw this reference on the mailing list: http://www.mail-archive.com/openssl-dev@openssl.org/msg19046.html Looks like someone got it working, but can't find it anywhere i

RE: AES+OpenSsl+ubsec hardware accelerator

2005-04-21 Thread Prashant Kumar
Frederic,   Thank you so much your help. I found that the problem was with the Broadcom library. They were overwriting the first 8 bytes of the key with the last 8 bytes of IV!. So now I have AES128_SHA and AES256_SHA working with UBSEC.   Regards, Prashant.Frédéric Donnat <[EMAIL PROTECTED]> wrote

RE: AES+OpenSsl+ubsec hardware accelerator

2005-04-21 Thread Frédéric Donnat
Subject: AES+OpenSsl+ubsec hardware accelerator Hello All, I am using OpenSsl9.7e version. I have added code to do RC4, DES, 3DES and AES with ubsec engine (BCM5823). All the ciphers work fine except for AES ciphers. I see that openssl gives me "fatal bad_record_mac" when I

AES+OpenSsl+ubsec hardware accelerator

2005-04-20 Thread Prashant Kumar
Hello All,   I am using OpenSsl9.7e version. I have added code to do RC4, DES, 3DES and AES with ubsec engine (BCM5823). All the ciphers work fine except for AES ciphers. I see that openssl gives me "fatal bad_record_mac" when I use AES. I verified with an example code that ubsec engine does the en