I've managed to download SP5 and the processor add on pack.

With VC++ 6.0 and SP5 only it passes all tests.

With VC++ 6.0, SP5 and processor add on it misbehaves and things like
AES give invalid results.

After playing around with various options it seems that disabling global
optimization with /Og- (add to CFLAG in ntdll.mak) makes it pass the
tests and AES works again. 

Disabling it with a #pragma in aes_core.c also fixes AES but from your
description there are other problems too.

Now I've got to work out how to uninstall this processor add on pack...

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to