Re: FIPS iOS 7+ / Xcode 5+

2014-03-26 Thread Tom Leavy
After reading the user guide and finding some more information I was able to get a full build but now my problem seems to be that the signatures don't match. I am using the fips-pi app to verify. Here are the steps I have taken to make things work under iOS 7 SDK. 1. I updated the

FIPS iOS 7+ / Xcode 5+

2014-03-21 Thread Thomas Leavy
Is there any way to accomplish building OpenSSL FIPS under the iOS 7 sdk? It seems Apple now only supports clang and that the FIPS module has a hard dependency on the iOS folder I downloaded from the FIPS 2.0 document containing clang, which it does not ( looks like it only supports LLVM-GCC)

Re: FIPS iOS 7+ / Xcode 5+

2014-03-21 Thread Jeffrey Walton
On Fri, Mar 21, 2014 at 8:06 PM, Thomas Leavy tombu...@gmail.com wrote: Is there any way to accomplish building OpenSSL FIPS under the iOS 7 sdk? See the OpenSSL FIPS User Guide, Appendix E.2. http://www.openssl.org/docs/fips/UserGuide-2.0.pdf.