FIPS_mode_set(1) always returns false

2012-09-07 Thread Taraniteja Vishwanatha
Hey guys, I have built openssl-FIPS module (1.2.4) for iOS as per the instructions in the user guide 1.2. I have included the headers and libraries in my test app. I call FIPS_mode_set(1) in the app and it always returns false. Is it because 1.2.4 module supports iOS 5.0 and I am using iOS 5.1?

Re: FIPS_mode_set(1) always returns false

2012-09-07 Thread Taraniteja Vishwanatha
? On Fri, Sep 7, 2012 at 1:26 PM, Ken Montagna k...@bitzermobile.com wrote: Shouldn’t you be using FIPS 2.0 object module with openssl 1.01c ? That is what I am using ** ** *From:* owner-openssl-...@openssl.org [mailto: owner-openssl-...@openssl.org] *On Behalf Of *Taraniteja

Re: FIPS_mode_set(1) always returns false

2012-09-07 Thread Taraniteja Vishwanatha
Thanks Steve. Appreciate it. I will build 2.0 Module for iOS 5.1. On Fri, Sep 7, 2012 at 1:57 PM, Steve Marquess marqu...@opensslfoundation.com wrote: On 09/07/2012 01:32 PM, Taraniteja Vishwanatha wrote: I did not see any build instructions in http://openssl.org/docs/fips/UserGuide-2.0