Hi I am attempting to compile Openssl 0.9.8r on a sparc based solaris10 machine.
I am hitting an error when I run "make test", the majority of the tests pass successfully, but when It gets to the AES tests I am getting a cyphertext mismatch: 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 f8 f4 78 28 65 23 15 73 b3 28 a8 ba e5 ef fe Expected 0000 69 c4 e0 d8 6a 7b 04 30 d8 cd b7 80 70 b4 c5 5a *** Error code 9 make: Fatal error: Command failed for target `test_evp' Has anyone ever seem this error before, or got any Idea what might be going on? The test passes successfully when I perform an identical build on sparc solaris 7 (using sunworkshop 6 compiler) But is failing on sparc solaris 10 (using sun C 5.8 compiler with optimisations turned off) Any help would be gratefully received Thanks Ben Ritchie