Skip to content

kaomte/openssl-xcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

== openssl-xcode ==

This is an XCode project skeleton structure that can be used to build a static 
libcrypto.a library for use in Mac and iPhone projects. 

It is specifically intended for use in building secure iPhone 
applications alongside SQLCipher (http://www.zetetic.net/software/sqlcipher).

openssl-xcode was developed by Stephen Lombardo at Zetetic LLC.

 sjlombardo at zetetic.net
 http://www.zetetic.net

[ Usage ]

In a normal case you would use it thusly:

1. download the OpenSSL source code directly from
   http://www.openssl.org/source/ 
2. Tar an unzip the archive and move it to your desired build location
3. Clone the openssl-xcode git repo to make a local copy
4. Copy or move openssl.xcodeproj into the OpenSSL source directory
5. Open openssl.xcodeproj in xcode and initiate a build

This project actually relies on the OpenSSL configure and make
system to build the libraries. However, it does attemt to automatically
detect and use the appropriate build settings for arch (i386/ppc/armv6),
build tools, and SDK directories. This makes it approprate for inclusion
as a project reference into an iPhone application project.

[ License ]

Copyright (c) 2009, ZETETIC LLC
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
    * Neither the name of the ZETETIC LLC nor the
      names of its contributors may be used to endorse or promote products
      derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY ZETETIC LLC ''AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL ZETETIC LLC BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

XCode project structure that can be used to build openssl static libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.7%
  • Perl 19.0%
  • C++ 1.4%
  • R 1.0%
  • Shell 0.9%
  • Scheme 0.0%