Upgrade to OpenSSL 0.9.8o + iPad
This commit is contained in:
parent
cc7cf7282c
commit
fe3a22bb7f
5
README
5
README
|
@ -1,5 +1,6 @@
|
||||||
From: http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/
|
From: http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/
|
||||||
|
|
||||||
|
UPDATE 2010-06-10: I have updated OpenSSL to 0.9.8o + iPad Version
|
||||||
UPDATE 2010-03-31: I have updated OpenSSL to 0.9.8n
|
UPDATE 2010-03-31: I have updated OpenSSL to 0.9.8n
|
||||||
UPDATE 2010-02-26: I have updated OpenSSL to 0.9.8m
|
UPDATE 2010-02-26: I have updated OpenSSL to 0.9.8m
|
||||||
|
|
||||||
|
@ -9,7 +10,7 @@ Create OpenSSL Libary:
|
||||||
|
|
||||||
* Download OpenSSL Sourcecode
|
* Download OpenSSL Sourcecode
|
||||||
* Build OpenSSL for i368 iPhoneSimulator:
|
* Build OpenSSL for i368 iPhoneSimulator:
|
||||||
o cd openssl-0.9.8n
|
o cd openssl-0.9.8o
|
||||||
mkdir openssl_arm
|
mkdir openssl_arm
|
||||||
mkdir openssl_i386
|
mkdir openssl_i386
|
||||||
./config --openssldir=/PathtoOpenSSL/openssl_i386
|
./config --openssldir=/PathtoOpenSSL/openssl_i386
|
||||||
|
@ -82,4 +83,4 @@ Edit your iPhone-XCode project:
|
||||||
|
|
||||||
Enjoy OpenSSL on the iPhone!
|
Enjoy OpenSSL on the iPhone!
|
||||||
|
|
||||||
I have made an iPhone OS 3.1.3 XCode Project with OpenSSL 0.9.8n Libaries. The examples uses the MD5-algorithm to calculate an md5 hash from an UITextfield.
|
I have made an iPhone OS 3.1.3 XCode Project with OpenSSL 0.9.8o Libaries. The examples uses the MD5-algorithm to calculate an md5 hash from an UITextfield.
|
Loading…
Reference in New Issue