forked from wolfSSL/wolfssl
removed top-level iOS/iPhone projects in favor of the IDE/iOS projects
This commit is contained in:
@@ -48,14 +48,12 @@ EXTRA_DIST+= lib/dummy
|
|||||||
EXTRA_DIST+= wolfssl-ntru.vcproj
|
EXTRA_DIST+= wolfssl-ntru.vcproj
|
||||||
EXTRA_DIST+= wolfssl.vcproj
|
EXTRA_DIST+= wolfssl.vcproj
|
||||||
EXTRA_DIST+= wolfssl.vcxproj
|
EXTRA_DIST+= wolfssl.vcxproj
|
||||||
EXTRA_DIST+= wolfssl-iphone.xcodeproj/project.pbxproj
|
|
||||||
EXTRA_DIST+= wolfssl-ios.xcodeproj/project.pbxproj
|
|
||||||
EXTRA_DIST+= wolfssl-ntru.sln
|
EXTRA_DIST+= wolfssl-ntru.sln
|
||||||
EXTRA_DIST+= wolfssl.sln
|
EXTRA_DIST+= wolfssl.sln
|
||||||
EXTRA_DIST+= wolfssl64.sln
|
EXTRA_DIST+= wolfssl64.sln
|
||||||
EXTRA_DIST+= valgrind-error.sh
|
EXTRA_DIST+= valgrind-error.sh
|
||||||
EXTRA_DIST+= gencertbuf.pl
|
EXTRA_DIST+= gencertbuf.pl
|
||||||
EXTRA_DIST+= IDE
|
EXTRA_DIST+= IDE
|
||||||
EXTRA_DIST+= README.md
|
EXTRA_DIST+= README.md
|
||||||
EXTRA_DIST+= LICENSING
|
EXTRA_DIST+= LICENSING
|
||||||
EXTRA_DIST+= INSTALL
|
EXTRA_DIST+= INSTALL
|
||||||
|
@@ -1,383 +0,0 @@
|
|||||||
// !$*UTF8*$!
|
|
||||||
{
|
|
||||||
archiveVersion = 1;
|
|
||||||
classes = {
|
|
||||||
};
|
|
||||||
objectVersion = 46;
|
|
||||||
objects = {
|
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
|
||||||
52B1348216F3CCC400C07B32 /* tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1347B16F3CCC400C07B32 /* tls.c */; };
|
|
||||||
52B1348316F3CCC400C07B32 /* ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1347C16F3CCC400C07B32 /* ssl.c */; };
|
|
||||||
52B1348416F3CCC400C07B32 /* ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1347D16F3CCC400C07B32 /* ocsp.c */; };
|
|
||||||
52B1348516F3CCC400C07B32 /* keys.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1347E16F3CCC400C07B32 /* keys.c */; };
|
|
||||||
52B1348616F3CCC400C07B32 /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1347F16F3CCC400C07B32 /* io.c */; };
|
|
||||||
52B1348716F3CCC400C07B32 /* internal.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348016F3CCC400C07B32 /* internal.c */; };
|
|
||||||
52B1348816F3CCC400C07B32 /* crl.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348116F3CCC400C07B32 /* crl.c */; };
|
|
||||||
52B134A316F3CDF300C07B32 /* tfm.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348916F3CDF300C07B32 /* tfm.c */; };
|
|
||||||
52B134A416F3CDF300C07B32 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348A16F3CDF300C07B32 /* sha256.c */; };
|
|
||||||
52B134A516F3CDF300C07B32 /* sha.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348B16F3CDF300C07B32 /* sha.c */; };
|
|
||||||
52B134A616F3CDF300C07B32 /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348C16F3CDF300C07B32 /* rsa.c */; };
|
|
||||||
52B134A716F3CDF300C07B32 /* ripemd.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348D16F3CDF300C07B32 /* ripemd.c */; };
|
|
||||||
52B134A816F3CDF300C07B32 /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348E16F3CDF300C07B32 /* random.c */; };
|
|
||||||
52B134A916F3CDF300C07B32 /* rabbit.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348F16F3CDF300C07B32 /* rabbit.c */; };
|
|
||||||
52B134AA16F3CDF300C07B32 /* pwdbased.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349016F3CDF300C07B32 /* pwdbased.c */; };
|
|
||||||
52B134AB16F3CDF300C07B32 /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349116F3CDF300C07B32 /* misc.c */; };
|
|
||||||
52B134AC16F3CDF300C07B32 /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349216F3CDF300C07B32 /* memory.c */; };
|
|
||||||
52B134AD16F3CDF300C07B32 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349316F3CDF300C07B32 /* md5.c */; };
|
|
||||||
52B134AE16F3CDF300C07B32 /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349416F3CDF300C07B32 /* md4.c */; };
|
|
||||||
52B134AF16F3CDF300C07B32 /* logging.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349516F3CDF300C07B32 /* logging.c */; };
|
|
||||||
52B134B016F3CDF300C07B32 /* integer.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349616F3CDF300C07B32 /* integer.c */; };
|
|
||||||
52B134B116F3CDF300C07B32 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349716F3CDF300C07B32 /* hmac.c */; };
|
|
||||||
52B134B216F3CDF300C07B32 /* hc128.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349816F3CDF300C07B32 /* hc128.c */; };
|
|
||||||
52B134B316F3CDF300C07B32 /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349916F3CDF300C07B32 /* error.c */; };
|
|
||||||
52B134B416F3CDF300C07B32 /* ecc.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349A16F3CDF300C07B32 /* ecc.c */; };
|
|
||||||
52B134B516F3CDF300C07B32 /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349B16F3CDF300C07B32 /* dsa.c */; };
|
|
||||||
52B134B616F3CDF300C07B32 /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349C16F3CDF300C07B32 /* dh.c */; };
|
|
||||||
52B134B716F3CDF300C07B32 /* des3.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349D16F3CDF300C07B32 /* des3.c */; };
|
|
||||||
52B134B816F3CDF300C07B32 /* coding.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349E16F3CDF300C07B32 /* coding.c */; };
|
|
||||||
52B134B916F3CDF300C07B32 /* camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349F16F3CDF300C07B32 /* camellia.c */; };
|
|
||||||
52B134BA16F3CDF300C07B32 /* asn.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B134A016F3CDF300C07B32 /* asn.c */; };
|
|
||||||
52B134BB16F3CDF300C07B32 /* arc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B134A116F3CDF300C07B32 /* arc4.c */; };
|
|
||||||
52B134BC16F3CDF300C07B32 /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B134A216F3CDF300C07B32 /* aes.c */; };
|
|
||||||
52F8CACA1A813C990085CA8C /* wc_port.c in Sources */ = {isa = PBXBuildFile; fileRef = 52F8CAC91A813C990085CA8C /* wc_port.c */; };
|
|
||||||
/* End PBXBuildFile section */
|
|
||||||
|
|
||||||
/* Begin PBXCopyFilesBuildPhase section */
|
|
||||||
52B1344B16F3C9E800C07B32 /* CopyFiles */ = {
|
|
||||||
isa = PBXCopyFilesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
dstPath = "include/${PRODUCT_NAME}";
|
|
||||||
dstSubfolderSpec = 16;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXCopyFilesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
|
||||||
52B1344D16F3C9E800C07B32 /* libwolfssl-ios.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libwolfssl-ios.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
52B1347B16F3CCC400C07B32 /* tls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tls.c; path = src/tls.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1347C16F3CCC400C07B32 /* ssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ssl.c; path = src/ssl.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1347D16F3CCC400C07B32 /* ocsp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ocsp.c; path = src/ocsp.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1347E16F3CCC400C07B32 /* keys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = keys.c; path = src/keys.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1347F16F3CCC400C07B32 /* io.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = io.c; path = src/io.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1348016F3CCC400C07B32 /* internal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = internal.c; path = src/internal.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1348116F3CCC400C07B32 /* crl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crl.c; path = src/crl.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1348916F3CDF300C07B32 /* tfm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tfm.c; path = wolfcrypt/src/tfm.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1348A16F3CDF300C07B32 /* sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha256.c; path = wolfcrypt/src/sha256.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1348B16F3CDF300C07B32 /* sha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha.c; path = wolfcrypt/src/sha.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1348C16F3CDF300C07B32 /* rsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rsa.c; path = wolfcrypt/src/rsa.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1348D16F3CDF300C07B32 /* ripemd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ripemd.c; path = wolfcrypt/src/ripemd.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1348E16F3CDF300C07B32 /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = random.c; path = wolfcrypt/src/random.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1348F16F3CDF300C07B32 /* rabbit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rabbit.c; path = wolfcrypt/src/rabbit.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349016F3CDF300C07B32 /* pwdbased.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pwdbased.c; path = wolfcrypt/src/pwdbased.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349116F3CDF300C07B32 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = misc.c; path = wolfcrypt/src/misc.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349216F3CDF300C07B32 /* memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = memory.c; path = wolfcrypt/src/memory.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349316F3CDF300C07B32 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = wolfcrypt/src/md5.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349416F3CDF300C07B32 /* md4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md4.c; path = wolfcrypt/src/md4.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349516F3CDF300C07B32 /* logging.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = logging.c; path = wolfcrypt/src/logging.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349616F3CDF300C07B32 /* integer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = integer.c; path = wolfcrypt/src/integer.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349716F3CDF300C07B32 /* hmac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hmac.c; path = wolfcrypt/src/hmac.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349816F3CDF300C07B32 /* hc128.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hc128.c; path = wolfcrypt/src/hc128.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349916F3CDF300C07B32 /* error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = error.c; path = wolfcrypt/src/error.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349A16F3CDF300C07B32 /* ecc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ecc.c; path = wolfcrypt/src/ecc.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349B16F3CDF300C07B32 /* dsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dsa.c; path = wolfcrypt/src/dsa.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349C16F3CDF300C07B32 /* dh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dh.c; path = wolfcrypt/src/dh.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349D16F3CDF300C07B32 /* des3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = des3.c; path = wolfcrypt/src/des3.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349E16F3CDF300C07B32 /* coding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = coding.c; path = wolfcrypt/src/coding.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B1349F16F3CDF300C07B32 /* camellia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = camellia.c; path = wolfcrypt/src/camellia.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B134A016F3CDF300C07B32 /* asn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = asn.c; path = wolfcrypt/src/asn.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B134A116F3CDF300C07B32 /* arc4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = arc4.c; path = wolfcrypt/src/arc4.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52B134A216F3CDF300C07B32 /* aes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = aes.c; path = wolfcrypt/src/aes.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
52F8CAC91A813C990085CA8C /* wc_port.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wc_port.c; path = wolfcrypt/src/wc_port.c; sourceTree = SOURCE_ROOT; };
|
|
||||||
/* End PBXFileReference section */
|
|
||||||
|
|
||||||
/* Begin PBXFrameworksBuildPhase section */
|
|
||||||
52B1344A16F3C9E800C07B32 /* Frameworks */ = {
|
|
||||||
isa = PBXFrameworksBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXFrameworksBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
|
||||||
52B1344416F3C9E800C07B32 = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
52B1347816F3CC0400C07B32 /* Source */,
|
|
||||||
52B1344E16F3C9E800C07B32 /* Products */,
|
|
||||||
);
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
52B1344E16F3C9E800C07B32 /* Products */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
52B1344D16F3C9E800C07B32 /* libwolfssl-ios.a */,
|
|
||||||
);
|
|
||||||
name = Products;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
52B1347816F3CC0400C07B32 /* Source */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
52B1347916F3CC9200C07B32 /* wolfSSL */,
|
|
||||||
52B1347A16F3CC9A00C07B32 /* wolfCrypt */,
|
|
||||||
);
|
|
||||||
name = Source;
|
|
||||||
path = "wolfssl-ios";
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
52B1347916F3CC9200C07B32 /* wolfSSL */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
52B1347B16F3CCC400C07B32 /* tls.c */,
|
|
||||||
52B1347C16F3CCC400C07B32 /* ssl.c */,
|
|
||||||
52B1347D16F3CCC400C07B32 /* ocsp.c */,
|
|
||||||
52B1347E16F3CCC400C07B32 /* keys.c */,
|
|
||||||
52B1347F16F3CCC400C07B32 /* io.c */,
|
|
||||||
52B1348016F3CCC400C07B32 /* internal.c */,
|
|
||||||
52B1348116F3CCC400C07B32 /* crl.c */,
|
|
||||||
);
|
|
||||||
name = wolfSSL;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
52B1347A16F3CC9A00C07B32 /* wolfCrypt */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
52F8CAC91A813C990085CA8C /* wc_port.c */,
|
|
||||||
52B1348916F3CDF300C07B32 /* tfm.c */,
|
|
||||||
52B1348A16F3CDF300C07B32 /* sha256.c */,
|
|
||||||
52B1348B16F3CDF300C07B32 /* sha.c */,
|
|
||||||
52B1348C16F3CDF300C07B32 /* rsa.c */,
|
|
||||||
52B1348D16F3CDF300C07B32 /* ripemd.c */,
|
|
||||||
52B1348E16F3CDF300C07B32 /* random.c */,
|
|
||||||
52B1348F16F3CDF300C07B32 /* rabbit.c */,
|
|
||||||
52B1349016F3CDF300C07B32 /* pwdbased.c */,
|
|
||||||
52B1349116F3CDF300C07B32 /* misc.c */,
|
|
||||||
52B1349216F3CDF300C07B32 /* memory.c */,
|
|
||||||
52B1349316F3CDF300C07B32 /* md5.c */,
|
|
||||||
52B1349416F3CDF300C07B32 /* md4.c */,
|
|
||||||
52B1349516F3CDF300C07B32 /* logging.c */,
|
|
||||||
52B1349616F3CDF300C07B32 /* integer.c */,
|
|
||||||
52B1349716F3CDF300C07B32 /* hmac.c */,
|
|
||||||
52B1349816F3CDF300C07B32 /* hc128.c */,
|
|
||||||
52B1349916F3CDF300C07B32 /* error.c */,
|
|
||||||
52B1349A16F3CDF300C07B32 /* ecc.c */,
|
|
||||||
52B1349B16F3CDF300C07B32 /* dsa.c */,
|
|
||||||
52B1349C16F3CDF300C07B32 /* dh.c */,
|
|
||||||
52B1349D16F3CDF300C07B32 /* des3.c */,
|
|
||||||
52B1349E16F3CDF300C07B32 /* coding.c */,
|
|
||||||
52B1349F16F3CDF300C07B32 /* camellia.c */,
|
|
||||||
52B134A016F3CDF300C07B32 /* asn.c */,
|
|
||||||
52B134A116F3CDF300C07B32 /* arc4.c */,
|
|
||||||
52B134A216F3CDF300C07B32 /* aes.c */,
|
|
||||||
);
|
|
||||||
name = wolfCrypt;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
/* End PBXGroup section */
|
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
|
||||||
52B1344C16F3C9E800C07B32 /* wolfssl-ios */ = {
|
|
||||||
isa = PBXNativeTarget;
|
|
||||||
buildConfigurationList = 52B1347216F3C9E800C07B32 /* Build configuration list for PBXNativeTarget "wolfssl-ios" */;
|
|
||||||
buildPhases = (
|
|
||||||
52B1344916F3C9E800C07B32 /* Sources */,
|
|
||||||
52B1344A16F3C9E800C07B32 /* Frameworks */,
|
|
||||||
52B1344B16F3C9E800C07B32 /* CopyFiles */,
|
|
||||||
);
|
|
||||||
buildRules = (
|
|
||||||
);
|
|
||||||
dependencies = (
|
|
||||||
);
|
|
||||||
name = "wolfssl-ios";
|
|
||||||
productName = "wolfssl-ios";
|
|
||||||
productReference = 52B1344D16F3C9E800C07B32 /* libwolfssl-ios.a */;
|
|
||||||
productType = "com.apple.product-type.library.static";
|
|
||||||
};
|
|
||||||
/* End PBXNativeTarget section */
|
|
||||||
|
|
||||||
/* Begin PBXProject section */
|
|
||||||
52B1344516F3C9E800C07B32 /* Project object */ = {
|
|
||||||
isa = PBXProject;
|
|
||||||
attributes = {
|
|
||||||
LastUpgradeCheck = 0460;
|
|
||||||
ORGANIZATIONNAME = "wolfSSL Inc";
|
|
||||||
};
|
|
||||||
buildConfigurationList = 52B1344816F3C9E800C07B32 /* Build configuration list for PBXProject "wolfssl-ios" */;
|
|
||||||
compatibilityVersion = "Xcode 3.2";
|
|
||||||
developmentRegion = English;
|
|
||||||
hasScannedForEncodings = 0;
|
|
||||||
knownRegions = (
|
|
||||||
en,
|
|
||||||
);
|
|
||||||
mainGroup = 52B1344416F3C9E800C07B32;
|
|
||||||
productRefGroup = 52B1344E16F3C9E800C07B32 /* Products */;
|
|
||||||
projectDirPath = "";
|
|
||||||
projectRoot = "";
|
|
||||||
targets = (
|
|
||||||
52B1344C16F3C9E800C07B32 /* wolfssl-ios */,
|
|
||||||
);
|
|
||||||
};
|
|
||||||
/* End PBXProject section */
|
|
||||||
|
|
||||||
/* Begin PBXSourcesBuildPhase section */
|
|
||||||
52B1344916F3C9E800C07B32 /* Sources */ = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
52B1348216F3CCC400C07B32 /* tls.c in Sources */,
|
|
||||||
52B1348316F3CCC400C07B32 /* ssl.c in Sources */,
|
|
||||||
52B1348416F3CCC400C07B32 /* ocsp.c in Sources */,
|
|
||||||
52B1348516F3CCC400C07B32 /* keys.c in Sources */,
|
|
||||||
52B1348616F3CCC400C07B32 /* io.c in Sources */,
|
|
||||||
52B1348716F3CCC400C07B32 /* internal.c in Sources */,
|
|
||||||
52B1348816F3CCC400C07B32 /* crl.c in Sources */,
|
|
||||||
52B134A316F3CDF300C07B32 /* tfm.c in Sources */,
|
|
||||||
52B134A416F3CDF300C07B32 /* sha256.c in Sources */,
|
|
||||||
52B134A516F3CDF300C07B32 /* sha.c in Sources */,
|
|
||||||
52B134A616F3CDF300C07B32 /* rsa.c in Sources */,
|
|
||||||
52B134A716F3CDF300C07B32 /* ripemd.c in Sources */,
|
|
||||||
52B134A816F3CDF300C07B32 /* random.c in Sources */,
|
|
||||||
52B134A916F3CDF300C07B32 /* rabbit.c in Sources */,
|
|
||||||
52B134AA16F3CDF300C07B32 /* pwdbased.c in Sources */,
|
|
||||||
52B134AB16F3CDF300C07B32 /* misc.c in Sources */,
|
|
||||||
52B134AC16F3CDF300C07B32 /* memory.c in Sources */,
|
|
||||||
52B134AD16F3CDF300C07B32 /* md5.c in Sources */,
|
|
||||||
52B134AE16F3CDF300C07B32 /* md4.c in Sources */,
|
|
||||||
52B134AF16F3CDF300C07B32 /* logging.c in Sources */,
|
|
||||||
52B134B016F3CDF300C07B32 /* integer.c in Sources */,
|
|
||||||
52B134B116F3CDF300C07B32 /* hmac.c in Sources */,
|
|
||||||
52B134B216F3CDF300C07B32 /* hc128.c in Sources */,
|
|
||||||
52B134B316F3CDF300C07B32 /* error.c in Sources */,
|
|
||||||
52B134B416F3CDF300C07B32 /* ecc.c in Sources */,
|
|
||||||
52B134B516F3CDF300C07B32 /* dsa.c in Sources */,
|
|
||||||
52B134B616F3CDF300C07B32 /* dh.c in Sources */,
|
|
||||||
52B134B716F3CDF300C07B32 /* des3.c in Sources */,
|
|
||||||
52B134B816F3CDF300C07B32 /* coding.c in Sources */,
|
|
||||||
52B134B916F3CDF300C07B32 /* camellia.c in Sources */,
|
|
||||||
52B134BA16F3CDF300C07B32 /* asn.c in Sources */,
|
|
||||||
52B134BB16F3CDF300C07B32 /* arc4.c in Sources */,
|
|
||||||
52B134BC16F3CDF300C07B32 /* aes.c in Sources */,
|
|
||||||
52F8CACA1A813C990085CA8C /* wc_port.c in Sources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXSourcesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin XCBuildConfiguration section */
|
|
||||||
52B1347016F3C9E800C07B32 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
||||||
CLANG_CXX_LIBRARY = "libc++";
|
|
||||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
||||||
CLANG_WARN_EMPTY_BODY = YES;
|
|
||||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
||||||
CLANG_WARN_INT_CONVERSION = YES;
|
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
||||||
COPY_PHASE_STRIP = NO;
|
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
||||||
GCC_DYNAMIC_NO_PIC = NO;
|
|
||||||
GCC_OPTIMIZATION_LEVEL = 0;
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
||||||
"DEBUG=1",
|
|
||||||
"$(inherited)",
|
|
||||||
);
|
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
||||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
|
||||||
SDKROOT = iphoneos;
|
|
||||||
USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl include";
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
52B1347116F3C9E800C07B32 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
||||||
CLANG_CXX_LIBRARY = "libc++";
|
|
||||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
||||||
CLANG_WARN_EMPTY_BODY = YES;
|
|
||||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
||||||
CLANG_WARN_INT_CONVERSION = YES;
|
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
||||||
COPY_PHASE_STRIP = YES;
|
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
||||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
|
||||||
SDKROOT = iphoneos;
|
|
||||||
USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl include";
|
|
||||||
VALIDATE_PRODUCT = NO;
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
52B1347316F3C9E800C07B32 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_SEARCH_USER_PATHS = YES;
|
|
||||||
CLANG_LINK_OBJC_RUNTIME = NO;
|
|
||||||
DSTROOT = /tmp/wolfssl_ios.dst;
|
|
||||||
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
|
||||||
GCC_PREFIX_HEADER = "";
|
|
||||||
HEADER_SEARCH_PATHS = $SRCROOT;
|
|
||||||
OTHER_LDFLAGS = "";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
SKIP_INSTALL = YES;
|
|
||||||
TARGETED_DEVICE_FAMILY = "1,2";
|
|
||||||
USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl";
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
52B1347416F3C9E800C07B32 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_SEARCH_USER_PATHS = YES;
|
|
||||||
CLANG_LINK_OBJC_RUNTIME = NO;
|
|
||||||
DSTROOT = /tmp/wolfssl_ios.dst;
|
|
||||||
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
|
||||||
GCC_PREFIX_HEADER = "";
|
|
||||||
HEADER_SEARCH_PATHS = $SRCROOT;
|
|
||||||
OTHER_LDFLAGS = "";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
SKIP_INSTALL = YES;
|
|
||||||
TARGETED_DEVICE_FAMILY = "1,2";
|
|
||||||
USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl";
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
/* End XCBuildConfiguration section */
|
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
|
||||||
52B1344816F3C9E800C07B32 /* Build configuration list for PBXProject "wolfssl-ios" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
52B1347016F3C9E800C07B32 /* Debug */,
|
|
||||||
52B1347116F3C9E800C07B32 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
52B1347216F3C9E800C07B32 /* Build configuration list for PBXNativeTarget "wolfssl-ios" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
52B1347316F3C9E800C07B32 /* Debug */,
|
|
||||||
52B1347416F3C9E800C07B32 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
/* End XCConfigurationList section */
|
|
||||||
};
|
|
||||||
rootObject = 52B1344516F3C9E800C07B32 /* Project object */;
|
|
||||||
}
|
|
@@ -1,379 +0,0 @@
|
|||||||
// !$*UTF8*$!
|
|
||||||
{
|
|
||||||
archiveVersion = 1;
|
|
||||||
classes = {
|
|
||||||
};
|
|
||||||
objectVersion = 45;
|
|
||||||
objects = {
|
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
|
||||||
43809E9B0FB7AD1C0050922E /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = 43809E9A0FB7AD1C0050922E /* md4.c */; };
|
|
||||||
43962ADF0DE7ED48003C5E5B /* ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2790DDF984100F2D488 /* ssl.c */; };
|
|
||||||
439B3820136B391E004C965E /* logging.c in Sources */ = {isa = PBXBuildFile; fileRef = 439B381F136B391E004C965E /* logging.c */; };
|
|
||||||
43B89CBD142FEB5E00284CC6 /* internal.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CBC142FEB5E00284CC6 /* internal.c */; };
|
|
||||||
43B89CBF142FEB6C00284CC6 /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CBE142FEB6C00284CC6 /* io.c */; };
|
|
||||||
43B89CC5142FEBBD00284CC6 /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CC0142FEBBD00284CC6 /* memory.c */; };
|
|
||||||
43B89CC6142FEBBD00284CC6 /* tfm.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CC1142FEBBD00284CC6 /* tfm.c */; };
|
|
||||||
43B89CC7142FEBBD00284CC6 /* ripemd.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CC2142FEBBD00284CC6 /* ripemd.c */; };
|
|
||||||
43B89CC8142FEBBD00284CC6 /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CC3142FEBBD00284CC6 /* sha512.c */; };
|
|
||||||
43B89CC9142FEBBD00284CC6 /* pwdbased.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CC4142FEBBD00284CC6 /* pwdbased.c */; };
|
|
||||||
43C6C27C0DDF984100F2D488 /* keys.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2780DDF984100F2D488 /* keys.c */; };
|
|
||||||
43C6C27E0DDF984100F2D488 /* tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C27A0DDF984100F2D488 /* tls.c */; };
|
|
||||||
43C6C2920DDF98D400F2D488 /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2830DDF98D400F2D488 /* aes.c */; };
|
|
||||||
43C6C2930DDF98D400F2D488 /* arc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2840DDF98D400F2D488 /* arc4.c */; };
|
|
||||||
43C6C2940DDF98D400F2D488 /* asn.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2850DDF98D400F2D488 /* asn.c */; };
|
|
||||||
43C6C2950DDF98D400F2D488 /* coding.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2860DDF98D400F2D488 /* coding.c */; };
|
|
||||||
43C6C2960DDF98D400F2D488 /* des3.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2870DDF98D400F2D488 /* des3.c */; };
|
|
||||||
43C6C2970DDF98D400F2D488 /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2880DDF98D400F2D488 /* dh.c */; };
|
|
||||||
43C6C2980DDF98D400F2D488 /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2890DDF98D400F2D488 /* dsa.c */; };
|
|
||||||
43C6C2990DDF98D400F2D488 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C28A0DDF98D400F2D488 /* hmac.c */; };
|
|
||||||
43C6C29A0DDF98D400F2D488 /* integer.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C28B0DDF98D400F2D488 /* integer.c */; };
|
|
||||||
43C6C29B0DDF98D400F2D488 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C28C0DDF98D400F2D488 /* md5.c */; };
|
|
||||||
43C6C29D0DDF98D400F2D488 /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C28E0DDF98D400F2D488 /* random.c */; };
|
|
||||||
43C6C29E0DDF98D400F2D488 /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C28F0DDF98D400F2D488 /* rsa.c */; };
|
|
||||||
43C6C29F0DDF98D400F2D488 /* sha.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2900DDF98D400F2D488 /* sha.c */; };
|
|
||||||
43C6C2A00DDF98D400F2D488 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2910DDF98D400F2D488 /* sha256.c */; };
|
|
||||||
43D565650F1EC9A600550C88 /* hc128.c in Sources */ = {isa = PBXBuildFile; fileRef = 43D565640F1EC9A600550C88 /* hc128.c */; };
|
|
||||||
43D565670F1EC9CC00550C88 /* rabbit.c in Sources */ = {isa = PBXBuildFile; fileRef = 43D565660F1EC9CC00550C88 /* rabbit.c */; };
|
|
||||||
/* End PBXBuildFile section */
|
|
||||||
|
|
||||||
/* Begin PBXCopyFilesBuildPhase section */
|
|
||||||
43C6C3160DDFAC6A00F2D488 /* CopyFiles */ = {
|
|
||||||
isa = PBXCopyFilesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
dstPath = "";
|
|
||||||
dstSubfolderSpec = 7;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
43C6C3170DDFAC6A00F2D488 /* CopyFiles */ = {
|
|
||||||
isa = PBXCopyFilesBuildPhase;
|
|
||||||
buildActionMask = 8;
|
|
||||||
dstPath = "";
|
|
||||||
dstSubfolderSpec = 7;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 1;
|
|
||||||
};
|
|
||||||
43C6C3180DDFAC6A00F2D488 /* CopyFiles */ = {
|
|
||||||
isa = PBXCopyFilesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
dstPath = "";
|
|
||||||
dstSubfolderSpec = 7;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXCopyFilesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
|
||||||
4368F6E40E9EA1140002A123 /* test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = test.c; path = wolfcrypt/test/test.c; sourceTree = "<group>"; };
|
|
||||||
43809E9A0FB7AD1C0050922E /* md4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md4.c; path = wolfcrypt/src/md4.c; sourceTree = "<group>"; };
|
|
||||||
439B381F136B391E004C965E /* logging.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = logging.c; path = wolfcrypt/src/logging.c; sourceTree = "<group>"; };
|
|
||||||
43B89CBC142FEB5E00284CC6 /* internal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = internal.c; path = src/internal.c; sourceTree = "<group>"; };
|
|
||||||
43B89CBE142FEB6C00284CC6 /* io.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = io.c; path = src/io.c; sourceTree = "<group>"; };
|
|
||||||
43B89CC0142FEBBD00284CC6 /* memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = memory.c; path = wolfcrypt/src/memory.c; sourceTree = "<group>"; };
|
|
||||||
43B89CC1142FEBBD00284CC6 /* tfm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tfm.c; path = wolfcrypt/src/tfm.c; sourceTree = "<group>"; };
|
|
||||||
43B89CC2142FEBBD00284CC6 /* ripemd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ripemd.c; path = wolfcrypt/src/ripemd.c; sourceTree = "<group>"; };
|
|
||||||
43B89CC3142FEBBD00284CC6 /* sha512.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha512.c; path = wolfcrypt/src/sha512.c; sourceTree = "<group>"; };
|
|
||||||
43B89CC4142FEBBD00284CC6 /* pwdbased.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pwdbased.c; path = wolfcrypt/src/pwdbased.c; sourceTree = "<group>"; };
|
|
||||||
43C6C2780DDF984100F2D488 /* keys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = keys.c; path = src/keys.c; sourceTree = "<group>"; };
|
|
||||||
43C6C2790DDF984100F2D488 /* ssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; name = ssl.c; path = src/ssl.c; sourceTree = "<group>"; };
|
|
||||||
43C6C27A0DDF984100F2D488 /* tls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = tls.c; path = src/tls.c; sourceTree = "<group>"; };
|
|
||||||
43C6C2830DDF98D400F2D488 /* aes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = aes.c; path = wolfcrypt/src/aes.c; sourceTree = "<group>"; };
|
|
||||||
43C6C2840DDF98D400F2D488 /* arc4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = arc4.c; path = wolfcrypt/src/arc4.c; sourceTree = "<group>"; };
|
|
||||||
43C6C2850DDF98D400F2D488 /* asn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = asn.c; path = wolfcrypt/src/asn.c; sourceTree = "<group>"; };
|
|
||||||
43C6C2860DDF98D400F2D488 /* coding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = coding.c; path = wolfcrypt/src/coding.c; sourceTree = "<group>"; };
|
|
||||||
43C6C2870DDF98D400F2D488 /* des3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = des3.c; path = wolfcrypt/src/des3.c; sourceTree = "<group>"; };
|
|
||||||
43C6C2880DDF98D400F2D488 /* dh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = dh.c; path = wolfcrypt/src/dh.c; sourceTree = "<group>"; };
|
|
||||||
43C6C2890DDF98D400F2D488 /* dsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = dsa.c; path = wolfcrypt/src/dsa.c; sourceTree = "<group>"; };
|
|
||||||
43C6C28A0DDF98D400F2D488 /* hmac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; name = hmac.c; path = wolfcrypt/src/hmac.c; sourceTree = "<group>"; };
|
|
||||||
43C6C28B0DDF98D400F2D488 /* integer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = integer.c; path = wolfcrypt/src/integer.c; sourceTree = "<group>"; };
|
|
||||||
43C6C28C0DDF98D400F2D488 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = md5.c; path = wolfcrypt/src/md5.c; sourceTree = "<group>"; };
|
|
||||||
43C6C28E0DDF98D400F2D488 /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = random.c; path = wolfcrypt/src/random.c; sourceTree = "<group>"; };
|
|
||||||
43C6C28F0DDF98D400F2D488 /* rsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = rsa.c; path = wolfcrypt/src/rsa.c; sourceTree = "<group>"; };
|
|
||||||
43C6C2900DDF98D400F2D488 /* sha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = sha.c; path = wolfcrypt/src/sha.c; sourceTree = "<group>"; };
|
|
||||||
43C6C2910DDF98D400F2D488 /* sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; name = sha256.c; path = wolfcrypt/src/sha256.c; sourceTree = "<group>"; };
|
|
||||||
43CB530D116E9FD5000A264B /* iphone-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "iphone-Info.plist"; sourceTree = "<group>"; };
|
|
||||||
43D565640F1EC9A600550C88 /* hc128.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = hc128.c; path = wolfcrypt/src/hc128.c; sourceTree = "<group>"; };
|
|
||||||
43D565660F1EC9CC00550C88 /* rabbit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = rabbit.c; path = wolfcrypt/src/rabbit.c; sourceTree = "<group>"; };
|
|
||||||
D2AAC046055464E500DB518D /* libwolfssl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libwolfssl.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
/* End PBXFileReference section */
|
|
||||||
|
|
||||||
/* Begin PBXFrameworksBuildPhase section */
|
|
||||||
D289987405E68DCB004EDB86 /* Frameworks */ = {
|
|
||||||
isa = PBXFrameworksBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXFrameworksBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
|
||||||
08FB7794FE84155DC02AAC07 /* wolfssl */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
08FB7795FE84155DC02AAC07 /* Source */,
|
|
||||||
C6A0FF2B0290797F04C91782 /* Documentation */,
|
|
||||||
1AB674ADFE9D54B511CA2CBB /* Products */,
|
|
||||||
43CB530D116E9FD5000A264B /* iphone-Info.plist */,
|
|
||||||
);
|
|
||||||
name = wolfssl;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
08FB7795FE84155DC02AAC07 /* Source */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
43CA25B90EA400A60011ECA2 /* headers */,
|
|
||||||
43CA25720EA3F9B20011ECA2 /* src */,
|
|
||||||
);
|
|
||||||
name = Source;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
D2AAC046055464E500DB518D /* libwolfssl.a */,
|
|
||||||
);
|
|
||||||
name = Products;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
43CA25720EA3F9B20011ECA2 /* src */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
43B89CC0142FEBBD00284CC6 /* memory.c */,
|
|
||||||
43B89CC1142FEBBD00284CC6 /* tfm.c */,
|
|
||||||
43B89CC2142FEBBD00284CC6 /* ripemd.c */,
|
|
||||||
43B89CC3142FEBBD00284CC6 /* sha512.c */,
|
|
||||||
43B89CC4142FEBBD00284CC6 /* pwdbased.c */,
|
|
||||||
43B89CBE142FEB6C00284CC6 /* io.c */,
|
|
||||||
43B89CBC142FEB5E00284CC6 /* internal.c */,
|
|
||||||
439B381F136B391E004C965E /* logging.c */,
|
|
||||||
43809E9A0FB7AD1C0050922E /* md4.c */,
|
|
||||||
43D565660F1EC9CC00550C88 /* rabbit.c */,
|
|
||||||
43D565640F1EC9A600550C88 /* hc128.c */,
|
|
||||||
43C6C2830DDF98D400F2D488 /* aes.c */,
|
|
||||||
43C6C2840DDF98D400F2D488 /* arc4.c */,
|
|
||||||
43C6C2850DDF98D400F2D488 /* asn.c */,
|
|
||||||
43C6C2860DDF98D400F2D488 /* coding.c */,
|
|
||||||
43C6C2870DDF98D400F2D488 /* des3.c */,
|
|
||||||
4368F6E40E9EA1140002A123 /* test.c */,
|
|
||||||
43C6C2880DDF98D400F2D488 /* dh.c */,
|
|
||||||
43C6C2890DDF98D400F2D488 /* dsa.c */,
|
|
||||||
43C6C28A0DDF98D400F2D488 /* hmac.c */,
|
|
||||||
43C6C28B0DDF98D400F2D488 /* integer.c */,
|
|
||||||
43C6C28C0DDF98D400F2D488 /* md5.c */,
|
|
||||||
43C6C28E0DDF98D400F2D488 /* random.c */,
|
|
||||||
43C6C28F0DDF98D400F2D488 /* rsa.c */,
|
|
||||||
43C6C2900DDF98D400F2D488 /* sha.c */,
|
|
||||||
43C6C2910DDF98D400F2D488 /* sha256.c */,
|
|
||||||
43C6C2780DDF984100F2D488 /* keys.c */,
|
|
||||||
43C6C2790DDF984100F2D488 /* ssl.c */,
|
|
||||||
43C6C27A0DDF984100F2D488 /* tls.c */,
|
|
||||||
);
|
|
||||||
name = src;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
43CA25B90EA400A60011ECA2 /* headers */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
);
|
|
||||||
name = headers;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
C6A0FF2B0290797F04C91782 /* Documentation */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
);
|
|
||||||
name = Documentation;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
/* End PBXGroup section */
|
|
||||||
|
|
||||||
/* Begin PBXHeadersBuildPhase section */
|
|
||||||
D2AAC043055464E500DB518D /* Headers */ = {
|
|
||||||
isa = PBXHeadersBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXHeadersBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
|
||||||
D2AAC045055464E500DB518D /* wolfssl */ = {
|
|
||||||
isa = PBXNativeTarget;
|
|
||||||
buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "wolfssl" */;
|
|
||||||
buildPhases = (
|
|
||||||
D2AAC043055464E500DB518D /* Headers */,
|
|
||||||
D2AAC044055464E500DB518D /* Sources */,
|
|
||||||
D289987405E68DCB004EDB86 /* Frameworks */,
|
|
||||||
43C6C3160DDFAC6A00F2D488 /* CopyFiles */,
|
|
||||||
43C6C3170DDFAC6A00F2D488 /* CopyFiles */,
|
|
||||||
43C6C3180DDFAC6A00F2D488 /* CopyFiles */,
|
|
||||||
);
|
|
||||||
buildRules = (
|
|
||||||
);
|
|
||||||
dependencies = (
|
|
||||||
);
|
|
||||||
name = wolfssl;
|
|
||||||
productName = wolfssl;
|
|
||||||
productReference = D2AAC046055464E500DB518D /* libwolfssl.a */;
|
|
||||||
productType = "com.apple.product-type.library.static";
|
|
||||||
};
|
|
||||||
/* End PBXNativeTarget section */
|
|
||||||
|
|
||||||
/* Begin PBXProject section */
|
|
||||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
|
||||||
isa = PBXProject;
|
|
||||||
attributes = {
|
|
||||||
BuildIndependentTargetsInParallel = YES;
|
|
||||||
};
|
|
||||||
buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "wolfssl-iphone" */;
|
|
||||||
compatibilityVersion = "Xcode 3.1";
|
|
||||||
developmentRegion = English;
|
|
||||||
hasScannedForEncodings = 1;
|
|
||||||
knownRegions = (
|
|
||||||
English,
|
|
||||||
Japanese,
|
|
||||||
French,
|
|
||||||
German,
|
|
||||||
);
|
|
||||||
mainGroup = 08FB7794FE84155DC02AAC07 /* wolfssl */;
|
|
||||||
projectDirPath = "";
|
|
||||||
projectRoot = "";
|
|
||||||
targets = (
|
|
||||||
D2AAC045055464E500DB518D /* wolfssl */,
|
|
||||||
);
|
|
||||||
};
|
|
||||||
/* End PBXProject section */
|
|
||||||
|
|
||||||
/* Begin PBXSourcesBuildPhase section */
|
|
||||||
D2AAC044055464E500DB518D /* Sources */ = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
43C6C27C0DDF984100F2D488 /* keys.c in Sources */,
|
|
||||||
43C6C27E0DDF984100F2D488 /* tls.c in Sources */,
|
|
||||||
43C6C2920DDF98D400F2D488 /* aes.c in Sources */,
|
|
||||||
43C6C2930DDF98D400F2D488 /* arc4.c in Sources */,
|
|
||||||
43C6C2940DDF98D400F2D488 /* asn.c in Sources */,
|
|
||||||
43C6C2950DDF98D400F2D488 /* coding.c in Sources */,
|
|
||||||
43C6C2960DDF98D400F2D488 /* des3.c in Sources */,
|
|
||||||
43C6C2970DDF98D400F2D488 /* dh.c in Sources */,
|
|
||||||
43C6C2980DDF98D400F2D488 /* dsa.c in Sources */,
|
|
||||||
43C6C2990DDF98D400F2D488 /* hmac.c in Sources */,
|
|
||||||
43C6C29A0DDF98D400F2D488 /* integer.c in Sources */,
|
|
||||||
43C6C29B0DDF98D400F2D488 /* md5.c in Sources */,
|
|
||||||
43C6C29D0DDF98D400F2D488 /* random.c in Sources */,
|
|
||||||
43C6C29E0DDF98D400F2D488 /* rsa.c in Sources */,
|
|
||||||
43C6C29F0DDF98D400F2D488 /* sha.c in Sources */,
|
|
||||||
43C6C2A00DDF98D400F2D488 /* sha256.c in Sources */,
|
|
||||||
43962ADF0DE7ED48003C5E5B /* ssl.c in Sources */,
|
|
||||||
43D565650F1EC9A600550C88 /* hc128.c in Sources */,
|
|
||||||
43D565670F1EC9CC00550C88 /* rabbit.c in Sources */,
|
|
||||||
43809E9B0FB7AD1C0050922E /* md4.c in Sources */,
|
|
||||||
439B3820136B391E004C965E /* logging.c in Sources */,
|
|
||||||
43B89CBD142FEB5E00284CC6 /* internal.c in Sources */,
|
|
||||||
43B89CBF142FEB6C00284CC6 /* io.c in Sources */,
|
|
||||||
43B89CC5142FEBBD00284CC6 /* memory.c in Sources */,
|
|
||||||
43B89CC6142FEBBD00284CC6 /* tfm.c in Sources */,
|
|
||||||
43B89CC7142FEBBD00284CC6 /* ripemd.c in Sources */,
|
|
||||||
43B89CC8142FEBBD00284CC6 /* sha512.c in Sources */,
|
|
||||||
43B89CC9142FEBBD00284CC6 /* pwdbased.c in Sources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXSourcesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin XCBuildConfiguration section */
|
|
||||||
1DEB91EC08733DB70010E9CD /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
||||||
COPY_PHASE_STRIP = NO;
|
|
||||||
GCC_DYNAMIC_NO_PIC = NO;
|
|
||||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
||||||
GCC_MODEL_TUNING = G5;
|
|
||||||
GCC_OPTIMIZATION_LEVEL = 0;
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = IPHONE;
|
|
||||||
HEADER_SEARCH_PATHS = $SRCROOT;
|
|
||||||
INSTALL_PATH = /usr/local/lib;
|
|
||||||
PRODUCT_NAME = wolfssl;
|
|
||||||
SDKROOT = iphoneos;
|
|
||||||
USER_HEADER_SEARCH_PATHS = "";
|
|
||||||
WARNING_CFLAGS = "-Wall";
|
|
||||||
ZERO_LINK = YES;
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
1DEB91ED08733DB70010E9CD /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
||||||
GCC_MODEL_TUNING = G5;
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = IPHONE;
|
|
||||||
HEADER_SEARCH_PATHS = $SRCROOT;
|
|
||||||
INSTALL_PATH = /usr/local/lib;
|
|
||||||
PRODUCT_NAME = wolfssl;
|
|
||||||
USER_HEADER_SEARCH_PATHS = "";
|
|
||||||
WARNING_CFLAGS = "-Wall";
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
1DEB91F008733DB70010E9CD /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = IPHONE;
|
|
||||||
GCC_VERSION = 4.2;
|
|
||||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
||||||
PREBINDING = NO;
|
|
||||||
SDKROOT = iphoneos;
|
|
||||||
USER_HEADER_SEARCH_PATHS = "include wolfcrypt/include";
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
1DEB91F108733DB70010E9CD /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = IPHONE;
|
|
||||||
GCC_VERSION = 4.2;
|
|
||||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
||||||
PREBINDING = NO;
|
|
||||||
SDKROOT = iphonesimulator2.2;
|
|
||||||
USER_HEADER_SEARCH_PATHS = "include wolfcrypt/include";
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
/* End XCBuildConfiguration section */
|
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
|
||||||
1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "wolfssl" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
1DEB91EC08733DB70010E9CD /* Debug */,
|
|
||||||
1DEB91ED08733DB70010E9CD /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "wolfssl-iphone" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
1DEB91F008733DB70010E9CD /* Debug */,
|
|
||||||
1DEB91F108733DB70010E9CD /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
/* End XCConfigurationList section */
|
|
||||||
};
|
|
||||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
|
||||||
}
|
|
Reference in New Issue
Block a user