Re: cross compiling OpenSSL with fips 2.0

2014-03-12 Thread vicki2014
Thanks, Steve We trace the creation of fingerprint from incore script and found that the addresses of FIPS_text_start(), FIPS_text_end() are different from the ones on the target device. Compared the content, we found that incore calculates from an odd address while the target device calculate fro

cross compiling OpenSSL with fips 2.0

2014-03-11 Thread vicki2014
I am trying to cross compile openssl with fips 2.0 on our target device. Our target platform is Linux 3.2.0 running on bubybox. Here is our configure: export MACHINE = armv71 export RELEASE = 3.2.0 export SYSTEM = Linux export ARCH = arm export CROSS_COMPILE = "arm-linux-gnueabihf-" export FIPS_SI