hi all. i'm compiling openssl on irix 6.5.3m with the mipspro 7.2.1.3m
compilers. both openssl-0.9.2b and the openssl-SNAP-19990411.tar.gz snapshot
have problems running "make test".

here's what happens:

./Configure no-asm irix-cc
make
make rehash
make test

[..]
        ./rsa_oaep_test
PKCS#1 v1.5 encryption failed!
OAEP encryption failed!
PKCS#1 v1.5 encryption failed!
OAEP encryption failed!
PKCS#1 v1.5 encryption failed!
OAEP encryption failed!


i can't use the asm/mips[13].s part of the bignum library - attempting
to use the assembler results in the following symbols being undefined
when linking "openssl": bn_div_words, bn_sub_words, bn_mul_comba4,
bn_mul_comba8, bn_sqr_comba4 and bn_sqr_comba8. i can only get "openssl"
to link when using bn_asm.o.

"make test" on SSLeay-0.9.0b succeeds. i'm also not using RSAref...

hope someone can help,

regards,

-al.

PS: using gcc results in the compilation failing long before "openssl" is
    linked. i'm currently investigating.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to