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 "incore" utility. $ . setenv-reset.sh (note the leading dot ".") $ . setenv-darwin-i386.sh (note the leading dot ".") $ cd openssl-fips-1.2.4 $ gunzip -c ../ios-incore-1.2.4.tar.gz | tar xf - $ ./config fipscanisterbuild $ make $cd iOS In this step here, iOS directory is not created inside openssl-fips-2.0 directory. Instead there is another openssl-fips-2.0 directory which contains the iOS directory ( /Desktop/OpenSSL/FIPS-2.0/openssl-fips-2.0/openssl-fips-2.0/iOS) $ make Hence "make" fails in this step. Tarani In the last step where I have to navigate io On Fri, Sep 7, 2012 at 2:02 PM, Taraniteja Vishwanatha <taranit...@gmail.com > wrote: > 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 >> > >