iOS 6 SDK OpenSSL Performance

2012-09-16 Thread Tom Leavy
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 e

Re: curl with openssl prebuilt shared library for android

2012-09-16 Thread Indtiny s
Hi, Can you pls tell me how to genearte the the static library from the android-openssl (from the link which you have sent .! I tried to edit SHARED to STATIC in the Android.mk file at both ssl and crypto , but that did nt create any static library ..! On Sun, Sep 16, 2012 at 11:39 PM, farmdv

GOST in PHP

2012-09-16 Thread Денис Шмаков
Hi to all! It is necessary to load the open certificate in a GOST format. I use code 1. $pem = file_get_contents ('test.pem'); 2. $res=openssl_pkey_get_public (array

Re: curl with openssl prebuilt shared library for android

2012-09-16 Thread farmdve data.bg
Trust me, I tried to load the shared libraries as well, but failed. Statically linking was the only way to ensure my application uses the latest OpenSSL regardless of Android version(though my ABI is set to API level 8). On Sat, Sep 15, 2012 at 1:18 PM, Indtiny s wrote: > Hi, > > Actually in my