At the bottom of the email is the output from 'make test' for 0.9.8e ... if you want me to give you output from 0.9.7 too let me know if you have any version preferences (I've previously tested with 0.9.7a /e/i).

Output of uname -a:

SunOS iiidev4 5.9 Generic_118558-06 sun4u sparc SUNW,Ultra-2

./README contains more accurate instructions on how to collect required information. But in either case...

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
*** Error code 9
*** Error code 1

It's more than likely a compiler bug. To confirm if this is the case drop optimization level [by editing CFLAG in top Makefile] and recompile at least AES [cd crypto/aes; make clean; cd ../..; make]. There is little we can do about compiler bugs, you're more or less on your own. Talk to compiler vendor, apply patches, etc.

Why 0.9.[78] and not 0.9.6? Because AES first appears in 0.9.7. Why Firefox and not Internet Explorer? Because Firefox supports and negotiates AES, while IE ends up with RC4. A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to