I have updated my iOS scripts to build for all archs now using the latest
fips-2.0.14 and openssl-1.1.0e.
Before I was using 1.0.2h I believe and fips-2.0.12 and didn't have armv7s
support added. I needed to add it so I upgrade and adjusted my script
accordingly
https://gist.github.com/jostster/eb
Ok thanks, so there isn't a generic declaration that applications using
openssl standard encryption like GCM can use? Each application will have to
get self declared?
On Thu, Dec 1, 2016 at 12:12 PM, Peter Sylvester Edelweb <
peter.sylves...@edelweb.fr> wrote:
> Hi
>
> There are news since about
I see that it was discussed many years ago about getting a French
Declaration for openssl. Was this ever successful? If so is there a place I
can download the declaration as it seems to be required when submitting to
the iOS appstore.
--
openssl-users mailing list
To unsubscribe: https://mta.opens
We ran into an issue where we were selecting 'Include bitcode' when
submitting to apple and when doing ad-hoc builds. It seems doing this with
the fips_premain.c file included in the xcode compile sources phase causes
an instant crash on start up. What is the proper way to get past this
bitcode iss
ableString* f2 = [NSMutableString stringWithCapacity:MAGIC_20*2 + 8];
for(unsigned int j = 0; j < MAGIC_20; j++)
[f2 appendFormat:@"%02x", calculated[j]];
NSLog(@"Calculated sig: %@", f2);
On Wed, Aug 3, 2016 at 10:39 AM, Brian Jost wrote:
> I modified a script to get a
I modified a script to get a FIPS compliant iOS library and am having
issues with the fingerprint. I had to add a CPU adjustment to the
incore_macho but I wouldn't think that would cause a FIPS fingerprint
mismatch.
https://gist.github.com/jostster/ebbc6925c668b632d8b185293080256c
Does anyone hav
>
> I have been trying for the life of me to get the FIPS module to compile
> for those supported platforms. Our app compiles for those platforms so
> without a compatible version of the openssl FIPS it causes errors.
>
> Is there any plans to have the FIPS module support those architectures?
>
--