Skip to content

Build script to create iPhone simulator/device version of OpenSSL

Notifications You must be signed in to change notification settings

rae/build-openssl-iphone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Script to build OpenSSL for iPhone device and simulator platform
Tested against:
		0.9.8n: SDK 3.1.2 and 3.1.3
		0.9.8q: SDK 4.2
		1.0.0a: SDK 4.2
		1.0.0c: SDK 4.2
		1.0.0d: SDK 4.2

Either:
(a)
	% cd {directory where you've downloaded openssl}
	% bash {path}/build.sh -t openssl-1.0.0d.tgz
(b)
	% tar -zxf openssl-1.0.0d.tgz
	%  bash {path}/build.sh -d openssl-1.0.0d

library should be ready in newly created 'dist' directory. Not quite there yet though. Some manual fiddling is still required.

See also:
	Tutorial: How To Compile OpenSSL for the iPhone (1st Jan, 2009)
	http://www.therareair.com/2009/01/01/tutorial-how-to-compile-openssl-for-the-iphone/

About

Build script to create iPhone simulator/device version of OpenSSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%