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 Ken Montagna
(1) always returns false 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

Re: FIPS_mode_set(1) always returns false

2012-09-07 Thread Taraniteja Vishwanatha
Vishwanatha *Sent:* Friday, September 07, 2012 7:21 AM *To:* openssl-dev@openssl.org *Subject:* FIPS_mode_set(1) always returns false ** ** 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

Re: FIPS_mode_set(1) always returns false

2012-09-07 Thread Steve Marquess
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.pdf These queries would more appropriately directed to the openssl-users list. Check the latest draft of the User Guide that hasn't been posted to

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