fipscanister.o: file not recognized

2012-09-07 Thread Trevor Jordan
I'm doing a cross platform FIPS build (FIPSv2.0.1 with OpenSSL 1.01c). ./Configure no-asm no-hw linux-generic32 make -j1 -C openssl-fips seems to build ok and produces the fipscanister.o etc in the openssl-fips/fips directory. So far so good, but then cd openssl \ ./Configure fips no-asm

Re: fipscanister.o: file not recognized

2012-09-07 Thread Steve Marquess
On 09/07/2012 12:24 AM, TJ wrote: I'm doing a cross platform FIPS build (FIPSv2.0.1 with OpenSSL 1.01c). ./Configure no-asm no-hw linux-generic32 make -j1 -C openssl-fips Might as well stop right there as the resulting FIPS module isn't FIPS 140-2 validated. There is no point in using the

Confused: different results on different OSs

2012-09-07 Thread Ben White
Hi, The background to this story is that I'm using gSOAP with openssl for some SOAP/WSDL application development. The final application has to be cross compiled for an embedded ARM device. Everything works fine on my build system (Fedora 17 x64), but when I run the cross compiled version on my

RE: Confused: different results on different OSs

2012-09-07 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Ben White Sent: Friday, 07 September, 2012 13:01 snipusing gSOAP with opensslsnip Everything works fine on my build system (Fedora 17 x64), but when I run the cross compiled version on my target device (ARM/Montavista 5), I get the following

Re: FIPS_mode_set(1) always returns false

2012-09-07 Thread Taraniteja Vishwanatha
Just correcting minor typos: On Fri, Sep 7, 2012 at 2:45 PM, Taraniteja Vishwanatha taranit...@gmail.com wrote: Hey Steve, I am not able to build the FIPS module 2.0 by following the instructions in the user guide that you have sent. Here are the initial instructions: $ gunzip -c

Re: FIPS_mode_set(1) always returns false

2012-09-07 Thread Taraniteja Vishwanatha
Hey Steve, I am not able to build the FIPS module 2.0 by following the instructions in the user guide that you have sent. Here are the initial instructions: $ gunzip -c openssl-fips-1.2.4.tar.gz | tar xf - ( Assuming this is s a typo and it should be openssl-fips-2.0.tar.gz) To compile the

Re: FIPS_mode_set(1) always returns false

2012-09-07 Thread Steve Marquess
On 09/07/2012 02:47 PM, Taraniteja Vishwanatha wrote: ... $ cd openssl-fips-2.0 $ gunzip -c ../ios-incore-2.0.tar.gz | tar xf - As you have noted there are some typos, not the last I'm sure. Switch the order of those two commands: $ gunzip -c ../ios-incore-2.0.tar.gz | tar xf - $ cd