Vincent,

> As I don't have access to little-endian MIPS,

In other words my understanding is that *your* MIPS platform is
little-endian, isn't it? I noticed something that has to be a bug in
sha512-mips.pl, which would fail sha256 test on little-endian MIPS32
platform. Specifically $MSB assignment should read

$MSB = $big_endian ? 0 : ($SZ-1);

The test *could* have passed, because test is performed on aligned
data... Does it make sense to you? A.

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

Reply via email to