I solved this problem by editing the fipsld script to pass the -exe | -dso
params to teh in core_macho.
I am now getting another errro in fipsld.
# generate signature...
SIG=`"${TARGET}"`
The above line attempts to run the target, which armv7 iOS app and I get Bad CPU
type error in console.
Is t
I fixed this problem by editing the "fipsld" script to pass the -dso | -exe to
the incore_macho
Now when I "FIPS_mode_set(1)" in my iOS app, I get error fingerprint doesn't
match error 111.
I need to sign my iOS app with the fips fingerprint using fipsld.
Any tips or suggestion on how to do that
Hi,
I built FIPS canister as per the instructions from 2.0 user guide.
I also set the FIPS_SIG environment variable to in core.sh / incore_macho.
When I try to build the openssl with fips, with following commands.
cd openssl-1.0.1c
./config fips
make depend
make install
I get following error in
Hello,
I have been trying to get the fips capable openssl working for iOS. I
got the canister built according to documentation here
http://www.openssl.org/docs/fips/UserGuide-1.2.pdf
however when trying to do ./config fips with same exports I get the
following error
Operating system: armv7-whate