Hey guys,

So I've been running into an issue when using OpenSSL 1.0.1c with the new
iOS 6 SDK.

I compiled the app using openssl-xcode project on GitHub which is part of
the sqlcipher project. I have been using the same OpenSSL functions for the
lifetime of my app (mainly SHA-256 hashing and RSA encrypt / decrypt). What
I have noticed is that when I compile the app using the iOS 6 SDK the
OpenSSL functions I'm using take almost twice the amount of time to
complete as they did when the app was compiled from the iOS 5 SDK.

 It now takes nearly double the amount of time to compute hashes and sign
data using RSA_sign. Has anyone else experienced this? Also if I were to
ditch the openssl-xcode project and compile manually what are the steps to
compile and optimize for armv7 / armv7s arch?

Reply via email to