> I've still another problem with CodeWarrior Assembler in the ripemd asm code;
> with the tests it crashes while executing the command:
> openssl2 verify -CAfile \openssl\test_out\cert.tmp /openssl/certs/RegTP-5R.pem

Could you define "crashes"? Does application exit with an error code or
does application abnormally terminate so that OS offers to or does
create a core dump (or whatever it's called in NetWare)?

> When I compile with nasm all works fine....

Does it mean that the C code in these two cases is compiled with same
compiler and same compiler flags? In other words can you confirm that
replacing single object file, one compiled with nasm with one compiled
with metrowerks, triggers the fault?

> here are the asm files which get generated from the perlasm stuff:
> 
> asm code for NASM (working):
> http://www.gknw.net/test/openssl/0.9.8-stable/nasm/rm-nw.asm
> object code disassembled with ndisasm:

Output seems to be 16-bit and cover whole file (as opposite to
disassembling executable segment only). In other words it's pretty
worthless. Could you see you ndisasm manual and look for 32-bit flag and
"disassemble code only." Former is absolutely crucial to use, presuming
that it will synchronize at same instruction early enough. Please
regenerate disassembler listings. A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to