Hi,
I tried to compile OpenSSL 0.9.4 under HP-UX 11.00
on a 64bit PA-RISC 2.0 architecture (R class server).
Compiler: gcc 2.95.2
I configured and compiled it with these commands:
./Configure --prefix=/opt/openssl \
--openssldir=/opt/openssl \
-fPIC \
hpux10-brokengcc
make
make test
It compiled without errors and warnings but when
testing it with "make test" the test aborts at the
BN (big number) test. I installed it, hoping that
it would work anyway. But when typing the command
openssl speed
after a while these error messages appear:
Doing 512 bit private rsa's for 10s: 283 512 bit private RSA's in 8.49s
Doing 512 bit public rsa's for 10s: RSA public encrypt failure
16993:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not
01:rsa_pk1.c:100:
16993:error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check
failed:rsa_eay.c:394:
16993:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not
01:rsa_pk1.c:100:
16993:error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check
failed:rsa_eay.c:394:
1 512 bit public RSA's in 0.01s
Did I miss a compiler option? I think it has something to do
with the 64bit architecture. The same source compiled with
on a Red Hat 6.0 Linux PC.
This might also be the reason why Apache 1.3.9 ends in an endless
loop while making the certificate.
Please help. Thanks in advance.
Regards,
Bernd
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]