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?
Also, are 1.2.4 User guide instructions valid to build 2.0 module which
supports iOS 5.1?

Thank you,
Tarani


RE: FIPS_mode_set(1) always returns false

2012-09-07 Thread Ken Montagna
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 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 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?

Also, are 1.2.4 User guide instructions valid to build 2.0 module which
supports iOS 5.1?

 

Thank you,

Tarani 



Re: FIPS_mode_set(1) always returns false

2012-09-07 Thread Taraniteja Vishwanatha
I did not see any build instructions in
http://openssl.org/docs/fips/UserGuide-2.0.pdf
to build the FIPS module for iOS. The instructions are given only in 1.2
User guide.
http://openssl.org/docs/fips/UserGuide-1.2.pdf

This is what I am confused about. How did you build the FIPS2.0 module for
iOS?

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 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 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?

 Also, are 1.2.4 User guide instructions valid to build 2.0 module which
 supports iOS 5.1?

 ** **

 Thank you,

 Tarani 



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
openssl.org yet:

  http://opensslfoundation.com/testing/validation-2.0/docs/UserGuide-2.0.pdf

The instructions are essentially the same as for the 1.2.x module.

-Steve M.

-- 
Steve Marquess
OpenSSL Software Foundation, Inc.
1829 Mount Ephraim Road
Adamstown, MD  21710
USA
+1 877 673 6775 s/b
+1 301 874 2571 direct
marqu...@opensslfoundation.com
marqu...@openssl.com
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


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.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
 openssl.org yet:


 http://opensslfoundation.com/testing/validation-2.0/docs/UserGuide-2.0.pdf

 The instructions are essentially the same as for the 1.2.x module.

 -Steve M.

 --
 Steve Marquess
 OpenSSL Software Foundation, Inc.
 1829 Mount Ephraim Road
 Adamstown, MD  21710
 USA
 +1 877 673 6775 s/b
 +1 301 874 2571 direct
 marqu...@opensslfoundation.com
 marqu...@openssl.com