Re: fips_premain_dso hanging

2009-04-02 Thread ABDUL BASIT
the generated fips_premain_dso (as a part of openssl fips 1.2 build on powerpc ) hanging is that the generated code is always jump to the same function address :- bash-3.00# gdb fips/fips_premain_dso (gdb) r eee Starting program: /ssl/openssl-fips-1.2/fips/fips_premain_dso eee <-- hangs here now

Re: fips_premain_dso hanging

2009-03-17 Thread ABDUL BASIT
This is coming down the specific compiler, changing compiler flags / optimization produces different results. Could someone please indicate which compiler is good/tested for compiling openssl fips 1.2 for power pc ? gcc 3.x 4.0.x 4.1.x or 4.2.x, 4.3.x Currently I am using 4.2.3 and having problems

fips_premain_dso hanging

2009-03-12 Thread ABDUL BASIT
Hello, I am compiling OpenSSL FIPS-1.2 natively on PPC, the build blocks forever at :- + /bin/rm -f ./libcrypto.so.0.9.8 + gcc /fips-lib///fipscanister.o /fips-lib/fips_premain.c -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DOPENSSL_NO_ERR -DB_ENDIAN -DTERMIO -O3 -Wall -DOPENSSL_NO_CAMELLI