I build OpenSSL 0.9.8d on x86 GNU/Linux with gcc-4.1, and on SPARC Solaris with Sun Studio 11 cc.
I get the following. On GNU/Linux: brs% ./openssl aes-128-cbc -in pca-cert.srl -k secret -a U2FsdGVkX1/4wyyZncUl/+DrVpt/HzuHZcO+reAKB/w= On Solaris: edmund% ./openssl aes-128-cbc -in pca-cert.srl -k secret -a U2FsdGVkX18WqqIezK7bLX5j4xu/zokPsZIUEzkdEy4= (This is with the pca-cert.srl file in apps.) Ah, I see a problem. The SPARC one fails the AES-128-ECB(encrypt) test: Testing cipher AES-128-ECB(encrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff Ciphertext 0000 69 c4 e0 d8 6a 7b 04 30 d8 cd b7 80 70 b4 c5 5a Ciphertext mismatch Got 0000 95 fa f4 7a 28 67 23 17 73 b1 28 aa ba e7 ef fc Expected 0000 69 c4 e0 d8 6a 7b 04 30 d8 cd b7 80 70 b4 c5 5a make[1]: *** [test_evp] Error 9 make[1]: Leaving directory `/dsk/edmund1/brs/openssl-0.9.8d/test' ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
