forked from x2on/GnuTLS-for-iOS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
12 lines (8 loc) · 927 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
This is a tutorial for using self-compiled builds of the GnuTLS-library for iOS. You can build apps with XCode and the official SDK from Apple with this. I also made a small example-app for using the libraries with XCode and the iPhone/iPhone-Simulator.
@see: http://www.x2on.de/2011/02/01/gnutls-for-ios-iphone-and-ipad/
Enjoy GnuTLS on the iPhone!
I have made an iOS 4.3 XCode Project with GnuTLS 2.12.7 Libaries. The examples uses the MD5-algorithm to calculate an md5 from an UITextfield.
UPDATE 01.02.2011: Updated GnuTLS to 2.10.4: Patch needed from http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/4825
UPDATE 19.03.2011: Updated GnuTLS to 2.10.5: Patch needed from http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/4825
UPDATE 27.03.2011: Updated GnuTLS to 2.12.0: Force using libgcrypt
UPDATE 20.11.2011: Updated GnuTLS to 2.12.14(excluding PCKS#11 support) build with iOS SDK 5.0