Re: FIPS_mode_set(1) always returns false

2012-09-10 Thread Taraniteja Vishwanatha
I have moved the iOS directory to one level above and I am able to generate the 2.0 module. One more difference that I have observed between 1.2 and 2.0 for iOS is: when I built the FIPS module, I also had libcrypto.a, libssl.a etc. in my /usr/local/ssl/Release-iphoneos/lib. I did not build a

Re: FIPS_mode_set(1) always returns false

2012-09-10 Thread Steve Marquess
On 09/10/2012 10:31 AM, Taraniteja Vishwanatha wrote: I have moved the iOS directory to one level above and I am able to generate the 2.0 module. One more difference that I have observed between 1.2 and 2.0 for iOS is: when I built the FIPS module, I also had libcrypto.a, libssl.a etc. in my

Re: FIPS_mode_set(1) always returns false

2012-09-10 Thread Taraniteja Vishwanatha
Thanks Steve. I wish you had the equipment for some more time :(. I am taking a look at the Makefile.shared which is the helper makefile to link shared libraries. Hope to find a clue. On Mon, Sep 10, 2012 at 10:47 AM, Steve Marquess marqu...@opensslfoundation.com wrote: On 09/10/2012 10:31 AM,

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