Re: sha1test fails

1999-04-22 Thread Ulf Möller
> I have been struggling with this for a week on my >386 DX/40. I found the answer last night. There is a >option to the config script for openssl that solved the >problem for me. I believe it's "-no_asm" The current development version of OpenSSL does support 386 assembler. But I just

Re: sha1test fails

1999-04-22 Thread Jim Gillogly
Paul Rubin wrote: > I had trouble with the SHA routine from ssleay on a Sparc > and ended up replacing it with another version a while back. > It didn't crash but it returned incorrect values. > So maybe that implementation is buggy. I didn't have time > to figure out what was wrong, back then.

Re: sha1test fails

1999-04-22 Thread Philip
Wow, thanks for the prompt feedback from all! After running ./config 386, make failed with the error below. I'm trying Steven's no-asm option as we speak (this is a 386 after all...) If that fails, I'll download the new snapshot tomorrow. Thanks to all, Philip ---

Re: sha1test fails

1999-04-23 Thread Paul Rubin
> and ended up replacing it with another version a while back. > It didn't crash but it returned incorrect values. > So maybe that implementation is buggy. I didn't have time > to figure out what was wrong, back then. Perhaps you were using SHA*() instead