On Sat, Feb 25, 2012 at 05:41:17PM +0100, JM wrote:
> apt-get -b source openssl
> dpkg -i libssl1.0.0_1.0.0g-1_i386.deb openssl_1.0.0g-1_i386.deb
> openssl s_server -cert /etc/ssl/private/server.crt -key
> /etc/ssl/private/server.key -ssl3 -engine padlock -state -msg -debug
> on a separate terminal:
> openssl s_client : fails with 3074197656:error:140943FC:SSL
> routines:SSL3_READ_BYTES:sslv3 alert bad record mac:s3_pkt.c:1195:SSL
> alert number 20

So, it looks like this is a problem with AES192 and AES256.
Encryption and decryption using the padlock engine with either
seems to generate wrong data.  It can't even decrypt it's
own data.

AES128 works without a problem.


Kurt




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to