|
| 1 | +== openssl-xcode == |
| 2 | + |
| 3 | +This is an XCode project skeleton structure that can be used to build a static |
| 4 | +libcrypto.a library for use in Mac and iPhone projects. |
| 5 | + |
| 6 | +It is specifically intended for use in building secure iPhone |
| 7 | +applications alongside SQLCipher (http://www.zetetic.net/software/sqlcipher). |
| 8 | + |
| 9 | +openssl-xcode was developed by Stephen Lombardo at Zetetic LLC. |
| 10 | + |
| 11 | + sjlombardo at zetetic.net |
| 12 | + http://www.zetetic.net |
| 13 | + |
| 14 | +[ Usage ] |
| 15 | + |
| 16 | +In a normal case you would use it thusly: |
| 17 | + |
| 18 | +1. download the OpenSSL source code directly from |
| 19 | + http://www.openssl.org/source/ |
| 20 | +2. Tar an unzip the archive and move it to your desired build location |
| 21 | +3. Clone the openssl-xcode git repo to make a local copy |
| 22 | +4. Copy or move openssl.xcodeproj into the OpenSSL source directory |
| 23 | +5. Open openssl.xcodeproj in xcode and initiate a build |
| 24 | + |
| 25 | +This project actually relies on the OpenSSL configure and make |
| 26 | +system to build the libraries. However, it does attemt to automatically |
| 27 | +detect and use the appropriate build settings for arch (i386/ppc/armv6), |
| 28 | +build tools, and SDK directories. This makes it approprate for inclusion |
| 29 | +as a project reference into an iPhone application project. |
| 30 | + |
| 31 | +[ License ] |
| 32 | + |
| 33 | +Copyright (c) 2009, ZETETIC LLC |
| 34 | +All rights reserved. |
| 35 | + |
| 36 | +Redistribution and use in source and binary forms, with or without |
| 37 | +modification, are permitted provided that the following conditions are met: |
| 38 | + * Redistributions of source code must retain the above copyright |
| 39 | + notice, this list of conditions and the following disclaimer. |
| 40 | + * Redistributions in binary form must reproduce the above copyright |
| 41 | + notice, this list of conditions and the following disclaimer in the |
| 42 | + documentation and/or other materials provided with the distribution. |
| 43 | + * Neither the name of the ZETETIC LLC nor the |
| 44 | + names of its contributors may be used to endorse or promote products |
| 45 | + derived from this software without specific prior written permission. |
| 46 | + |
| 47 | +THIS SOFTWARE IS PROVIDED BY ZETETIC LLC ''AS IS'' AND ANY |
| 48 | +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 49 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 50 | +DISCLAIMED. IN NO EVENT SHALL ZETETIC LLC BE LIABLE FOR ANY |
| 51 | +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 52 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 53 | +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 54 | +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 55 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 56 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 57 | + |
0 commit comments