Hi,

I'm trying to build my xcode project linked to the FIPS capable library.

I followed the instructions available at
http://www.openssl.org/docs/fips/UserGuide-2.0.pdf for iOS

The last step is to add a build phase script on the application target to
embed the Module signature.

After adding this script

/usr/local/bin/incore_macho -exe "$CONFIGURATION_BUILD_DIR/$EXECUTABLE_PATH"

i get this error:

"Not a FIPS executable (FINGERPRINT_ascii_value not found)"

Anyone has some suggestions on how to solve it?

p.s. the xcode sample project archive provided here 
http://www.openssl.com/fips/2.0/platforms/ios/
is corrupted or incomplete, so it's not possible to look at the example
project at all.





--
View this message in context: 
http://openssl.6102.n7.nabble.com/iOS-Embed-Fingerprint-error-tp43525.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to