From 9b7bb1f5f97a77ac92c5766b8cfeb5c091554a0f Mon Sep 17 00:00:00 2001 From: Lubos Dolezel Date: Wed, 24 Feb 2016 23:03:47 +0100 Subject: [PATCH] Initial work on Darling build --- .gitmodules | 4 + CMakeLists.txt | 24 +++++ .../lib/AuthSession.h | 4 +- .../lib/Authorization.h | 2 +- OSX/libsecurity_codesigning/lib/CSCommon.h | 4 +- OSX/libsecurity_codesigning/lib/SecCode.h | 4 +- OSX/libsecurity_codesigning/lib/SecCodeHost.h | 2 +- .../lib/SecStaticCode.h | 2 +- OSX/libsecurity_dotmac_tp | 1 + OSX/libsecurity_keychain/lib/CMakeLists.txt | 99 +++++++++++++++++++ OSX/libsecurity_keychain/lib/SecAccess.h | 1 + OSX/libsecurity_keychain/lib/SecBase.h | 3 +- OSX/libsecurity_keychain/lib/SecKey.h | 2 +- OSX/libsecurity_keychain/lib/SecKeychain.h | 2 +- OSX/libsecurity_keychain/lib/StorageManager.h | 2 +- .../libDER/CMakeLists.txt | 29 ++++++ OSX/libsecurity_ssl/lib/CipherSuite.h | 2 +- OSX/libsecurity_ssl/lib/SecureTransport.h | 2 +- OSX/libsecurity_transform/lib/SecTransform.h | 2 +- .../lib/debugging_internal.h | 2 +- OSX/libsecurity_utilities/lib/refcount.h | 6 +- include/Security/ACL.h | 1 + include/Security/ACsession.h | 1 + include/Security/Access.h | 1 + .../AppleBaselineEscrowCertificates.h | 1 + include/Security/AppleCSP.h | 1 + include/Security/AppleCSPContext.h | 1 + include/Security/AppleCSPKeys.h | 1 + include/Security/AppleCSPSession.h | 1 + include/Security/AppleCSPUtils.h | 1 + include/Security/AppleDatabase.h | 1 + include/Security/AppleDotMacTP.h | 1 + include/Security/AppleDotMacTPSession.h | 1 + include/Security/AppleFileDL.h | 1 + include/Security/AppleManifest.h | 1 + include/Security/AppleTP.h | 1 + include/Security/AppleTPSession.h | 1 + include/Security/AppleX509CL.h | 1 + include/Security/AppleX509CLSession.h | 1 + include/Security/AtomicFile.h | 1 + include/Security/AuthSession.h | 1 + include/Security/Authorization.h | 1 + include/Security/AuthorizationDB.h | 1 + include/Security/AuthorizationData.h | 1 + include/Security/AuthorizationPlugin.h | 1 + include/Security/AuthorizationPriv.h | 1 + include/Security/AuthorizationTags.h | 1 + include/Security/AuthorizationTagsPriv.h | 1 + include/Security/AuthorizationWalkers.h | 1 + include/Security/BinaryKey.h | 1 + include/Security/BlockCryptor.h | 1 + include/Security/CCallbackMgr.h | 1 + include/Security/CLCachedEntry.h | 1 + include/Security/CLCertExtensions.h | 1 + include/Security/CLCrlExtensions.h | 1 + include/Security/CLFieldsCommon.h | 1 + include/Security/CLsession.h | 1 + include/Security/CMSDecoder.h | 1 + include/Security/CMSEncoder.h | 1 + include/Security/CMSPrivate.h | 1 + include/Security/CMSUtils.h | 1 + include/Security/CSCommon.h | 1 + include/Security/CSCommonPriv.h | 1 + include/Security/CSPAttacher.h | 1 + include/Security/CSPDLDatabase.h | 1 + include/Security/CSPDLPlugin.h | 1 + include/Security/CSPsession.h | 1 + include/Security/Certificate.h | 1 + include/Security/CertificateRequest.h | 1 + include/Security/CertificateValues.h | 1 + include/Security/CipherFileDES.h | 1 + include/Security/CipherFileFEED.h | 1 + include/Security/CipherFileTypes.h | 1 + include/Security/CipherSuite.h | 1 + include/Security/Code.h | 1 + include/Security/CodeSigner.h | 1 + include/Security/CodeSigning.h | 1 + include/Security/CoreFoundationBasics.h | 1 + include/Security/Crypt.h | 1 + include/Security/CryptKit.h | 1 + include/Security/CryptKitAsn1.h | 1 + include/Security/CryptKitDER.h | 1 + include/Security/CryptKitSA.h | 1 + include/Security/CryptKitSpace.h | 1 + include/Security/DER_CertCrl.h | 1 + include/Security/DER_Decode.h | 1 + include/Security/DER_Digest.h | 1 + include/Security/DER_Encode.h | 1 + include/Security/DER_Keys.h | 1 + include/Security/DH_csp.h | 1 + include/Security/DH_exchange.h | 1 + include/Security/DH_keys.h | 1 + include/Security/DH_utils.h | 1 + include/Security/DLDBList.h | 1 + include/Security/DLDBListCFPref.h | 1 + include/Security/DLsession.h | 1 + include/Security/Database.h | 1 + include/Security/DatabaseSession.h | 1 + include/Security/DbContext.h | 1 + include/Security/DbIndex.h | 1 + include/Security/DbQuery.h | 1 + include/Security/DbValue.h | 1 + include/Security/DecodedCert.h | 1 + include/Security/DecodedCrl.h | 1 + include/Security/DecodedExtensions.h | 1 + include/Security/DecodedItem.h | 1 + include/Security/Digest.h | 1 + include/Security/DigestContext.h | 1 + include/Security/Digest_block.h | 1 + include/Security/Download.h | 1 + include/Security/DynamicDLDBList.h | 1 + include/Security/ECDSA_Profile.h | 1 + include/Security/ECDSA_Verify_Prefix.h | 1 + include/Security/EncryptTransform.h | 1 + include/Security/EncryptTransformUtilities.h | 1 + include/Security/ExtendedAttribute.h | 1 + include/Security/FEEAsymmetricContext.h | 1 + include/Security/FEECSPUtils.h | 1 + include/Security/FEEKeys.h | 1 + include/Security/FEESignatureObject.h | 1 + include/Security/Globals.h | 1 + include/Security/GroupTransform.h | 1 + include/Security/HMACSHA1.h | 1 + include/Security/HmacSha1Legacy.h | 1 + include/Security/Identity.h | 1 + include/Security/IdentityCursor.h | 1 + include/Security/Item.h | 1 + include/Security/KCCursor.h | 1 + include/Security/KCEventNotifier.h | 1 + include/Security/KCExceptions.h | 1 + include/Security/KCUtilities.h | 1 + include/Security/KeyItem.h | 1 + include/Security/KeySchema.h | 1 + include/Security/Keychains.h | 1 + include/Security/LinkedList.h | 1 + include/Security/LockedMap.h | 1 + include/Security/MD2Object.h | 1 + include/Security/MDSAttrParser.h | 1 + include/Security/MDSAttrStrings.h | 1 + include/Security/MDSAttrUtils.h | 1 + include/Security/MDSDatabase.h | 1 + include/Security/MDSDictionary.h | 1 + include/Security/MDSModule.h | 1 + include/Security/MDSPrefs.h | 1 + include/Security/MDSSchema.h | 1 + include/Security/MDSSession.h | 1 + include/Security/MacContext.h | 1 + include/Security/MacOSErrorStrings.h | 1 + include/Security/Manifest.h | 1 + include/Security/ManifestInternal.h | 1 + include/Security/ManifestSigner.h | 1 + include/Security/MetaAttribute.h | 1 + include/Security/MetaRecord.h | 1 + include/Security/Monitor.h | 1 + include/Security/NSCipherFile.h | 1 + include/Security/NSCryptors.h | 1 + include/Security/NSDESCryptor.h | 1 + include/Security/NSFEEPublicKey.h | 1 + include/Security/NSFEEPublicKeyPrivate.h | 1 + include/Security/NSMD5Hash.h | 1 + include/Security/NSRandomNumberGenerator.h | 1 + include/Security/NullCryptor.h | 1 + include/Security/NullTransform.h | 1 + include/Security/OverUnderflowCheck.h | 1 + include/Security/Password.h | 1 + include/Security/Policies.h | 1 + include/Security/PolicyCursor.h | 1 + include/Security/PrimaryKey.h | 1 + include/Security/RSA_DSA_csp.h | 1 + include/Security/RSA_DSA_keys.h | 1 + include/Security/RSA_DSA_signature.h | 1 + include/Security/RSA_DSA_utils.h | 1 + include/Security/RSA_asymmetric.h | 1 + include/Security/RawSigner.h | 1 + include/Security/ReadWriteSection.h | 1 + include/Security/RequirementKeywords.h | 1 + include/Security/Requirements.h | 1 + include/Security/SDCSPDLDatabase.h | 1 + include/Security/SDCSPDLPlugin.h | 1 + include/Security/SDCSPDLSession.h | 1 + include/Security/SDCSPSession.h | 1 + include/Security/SDContext.h | 1 + include/Security/SDDLSession.h | 1 + include/Security/SDFactory.h | 1 + include/Security/SDKey.h | 1 + include/Security/SHA1_MD5_Object.h | 1 + include/Security/SHA2_Object.h | 1 + include/Security/SSCSPDLSession.h | 1 + include/Security/SSCSPSession.h | 1 + include/Security/SSContext.h | 1 + include/Security/SSDLSession.h | 1 + include/Security/SSDatabase.h | 1 + include/Security/SSFactory.h | 1 + include/Security/SSKey.h | 1 + include/Security/SSLRecordInternal.h | 1 + include/Security/Schema.h | 1 + include/Security/SecACL.h | 1 + include/Security/SecAccess.h | 1 + include/Security/SecAccessPriv.h | 1 + include/Security/SecAsn1Coder.h | 1 + include/Security/SecAsn1Templates.h | 1 + include/Security/SecAsn1Types.h | 1 + include/Security/SecAsn1TypesP.h | 1 + include/Security/SecAssessment.h | 1 + include/Security/SecBase.h | 1 + include/Security/SecBase64P.h | 1 + include/Security/SecBaseP.h | 1 + include/Security/SecBasePriv.h | 1 + include/Security/SecBridge.h | 1 + include/Security/SecCFTypes.h | 1 + include/Security/SecCMS.h | 1 + include/Security/SecCertificate.h | 1 + include/Security/SecCertificateBundle.h | 1 + include/Security/SecCertificateInternalP.h | 1 + include/Security/SecCertificateOIDs.h | 1 + include/Security/SecCertificateP.h | 1 + include/Security/SecCertificatePriv.h | 1 + include/Security/SecCertificatePrivP.h | 1 + include/Security/SecCertificateRequest.h | 1 + include/Security/SecCmsBase.h | 1 + include/Security/SecCmsContentInfo.h | 1 + include/Security/SecCmsDecoder.h | 1 + include/Security/SecCmsDigestContext.h | 1 + include/Security/SecCmsDigestedData.h | 1 + include/Security/SecCmsEncoder.h | 1 + include/Security/SecCmsEncryptedData.h | 1 + include/Security/SecCmsEnvelopedData.h | 1 + include/Security/SecCmsMessage.h | 1 + include/Security/SecCmsRecipientInfo.h | 1 + include/Security/SecCmsSignedData.h | 1 + include/Security/SecCmsSignerInfo.h | 1 + include/Security/SecCode.h | 1 + include/Security/SecCodeHost.h | 1 + include/Security/SecCodeHostLib.h | 1 + include/Security/SecCodePriv.h | 1 + include/Security/SecCodeSigner.h | 1 + include/Security/SecCollectTransform.h | 1 + include/Security/SecCustomTransform.h | 1 + include/Security/SecDecodeTransform.h | 1 + include/Security/SecDigestTransform.h | 1 + include/Security/SecEncodeTransform.h | 1 + include/Security/SecEncryptTransform.h | 1 + include/Security/SecExternalRep.h | 1 + include/Security/SecExternalSourceTransform.h | 1 + .../Security/SecFDERecoveryAsymmetricCrypto.h | 1 + include/Security/SecFrameworkP.h | 1 + include/Security/SecGroupTransform.h | 1 + include/Security/SecIdentity.h | 1 + include/Security/SecIdentityPriv.h | 1 + include/Security/SecIdentitySearch.h | 1 + include/Security/SecIdentitySearchPriv.h | 1 + include/Security/SecImportExport.h | 1 + include/Security/SecImportExportAgg.h | 1 + include/Security/SecImportExportCrypto.h | 1 + include/Security/SecImportExportOpenSSH.h | 1 + include/Security/SecImportExportPem.h | 1 + include/Security/SecImportExportPkcs8.h | 1 + include/Security/SecImportExportUtils.h | 1 + include/Security/SecIntegrity.h | 1 + include/Security/SecIntegrityLib.h | 1 + include/Security/SecInternal.h | 1 + include/Security/SecInternalP.h | 1 + include/Security/SecItem.h | 1 + include/Security/SecItemPriv.h | 1 + include/Security/SecKey.h | 1 + include/Security/SecKeyPriv.h | 1 + include/Security/SecKeychain.h | 1 + include/Security/SecKeychainItem.h | 1 + .../SecKeychainItemExtendedAttributes.h | 1 + include/Security/SecKeychainItemPriv.h | 1 + include/Security/SecKeychainPriv.h | 1 + include/Security/SecKeychainSearch.h | 1 + include/Security/SecKeychainSearchPriv.h | 1 + include/Security/SecManifest.h | 1 + .../SecMaskGenerationFunctionTransform.h | 1 + include/Security/SecNetscapeTemplates.h | 1 + include/Security/SecNssCoder.h | 1 + include/Security/SecNullTransform.h | 1 + include/Security/SecPassword.h | 1 + include/Security/SecPkcs12.h | 1 + include/Security/SecPkcs8Templates.h | 1 + include/Security/SecPolicy.h | 1 + include/Security/SecPolicyPriv.h | 1 + include/Security/SecPolicySearch.h | 1 + include/Security/SecRSAKeyP.h | 1 + include/Security/SecRandom.h | 1 + include/Security/SecRandomP.h | 1 + include/Security/SecReadTransform.h | 1 + include/Security/SecRecoveryPassword.h | 1 + include/Security/SecRequirement.h | 1 + include/Security/SecRequirementPriv.h | 1 + include/Security/SecSMIME.h | 1 + include/Security/SecSMIMEPriv.h | 1 + include/Security/SecSignVerifyTransform.h | 1 + include/Security/SecStaticCode.h | 1 + include/Security/SecStaticCodePriv.h | 1 + include/Security/SecTask.h | 1 + include/Security/SecTaskPriv.h | 1 + include/Security/SecTransform.h | 1 + include/Security/SecTransformInternal.h | 1 + include/Security/SecTransformReadTransform.h | 1 + include/Security/SecTransformValidator.h | 1 + include/Security/SecTrust.h | 1 + include/Security/SecTrustPriv.h | 1 + include/Security/SecTrustSettings.h | 1 + .../Security/SecTrustSettingsCertificates.h | 1 + include/Security/SecTrustSettingsPriv.h | 1 + include/Security/SecTrustedApplication.h | 1 + include/Security/SecTrustedApplicationPriv.h | 1 + include/Security/SecureDownload.h | 1 + include/Security/SecureDownloadInternal.h | 1 + include/Security/SecureTransport.h | 1 + include/Security/SecureTransportPriv.h | 1 + include/Security/Security.h | 1 + include/Security/SelectionPredicate.h | 1 + include/Security/SharedMemoryClient.h | 1 + include/Security/SharedMemoryCommon.h | 1 + include/Security/SignatureContext.h | 1 + include/Security/SingleShotSource.h | 1 + include/Security/Source.h | 1 + include/Security/StaticCode.h | 1 + include/Security/StorageManager.h | 1 + include/Security/StreamSource.h | 1 + include/Security/TPCertInfo.h | 1 + include/Security/TPCrlInfo.h | 1 + include/Security/TPDatabase.h | 1 + include/Security/TPNetwork.h | 1 + include/Security/TPsession.h | 1 + include/Security/Transform.h | 1 + include/Security/TransformFactory.h | 1 + include/Security/Trust.h | 1 + include/Security/TrustAdditions.h | 1 + include/Security/TrustItem.h | 1 + include/Security/TrustKeychains.h | 1 + include/Security/TrustSettings.h | 1 + include/Security/TrustSettingsSchema.h | 1 + include/Security/TrustSettingsUtils.h | 1 + include/Security/TrustStore.h | 1 + include/Security/TrustedApplication.h | 1 + include/Security/UnlockReferralItem.h | 1 + include/Security/Utilities.h | 1 + include/Security/X509Templates.h | 1 + include/Security/YarrowConnection.h | 1 + include/Security/acl_any.h | 1 + include/Security/acl_codesigning.h | 1 + include/Security/acl_comment.h | 1 + include/Security/acl_password.h | 1 + include/Security/acl_preauth.h | 1 + include/Security/acl_process.h | 1 + include/Security/acl_prompted.h | 1 + include/Security/acl_protectedpw.h | 1 + include/Security/acl_secret.h | 1 + include/Security/acl_threshold.h | 1 + include/Security/aclclient.h | 1 + include/Security/aclsubject.h | 1 + include/Security/adornments.h | 1 + include/Security/aesCommon.h | 1 + include/Security/aescspi.h | 1 + include/Security/alloc.h | 1 + include/Security/antlrplugin.h | 1 + include/Security/appleSession.h | 1 + include/Security/ascContext.h | 1 + include/Security/ascFactory.h | 1 + include/Security/asn1Templates.h | 1 + include/Security/asn1Types.h | 1 + include/Security/attachfactory.h | 1 + include/Security/attachment.h | 1 + include/Security/bfContext.h | 1 + include/Security/blob.h | 1 + include/Security/boxes-ref.h | 1 + include/Security/bsafePKCS1.h | 1 + include/Security/bsafecsp.h | 1 + include/Security/bsafecspi.h | 1 + include/Security/bsobjects.h | 1 + include/Security/bufferfifo.h | 1 + include/Security/buffers.h | 1 + include/Security/bundlediskrep.h | 1 + include/Security/byteRep.h | 1 + include/Security/c++plugin.h | 1 + include/Security/c++utils.h | 1 + include/Security/callback.h | 1 + include/Security/castContext.h | 1 + include/Security/ccaudit.h | 1 + include/Security/cdbuilder.h | 1 + include/Security/cert.h | 1 + include/Security/certExtensionTemplates.h | 1 + include/Security/certGroupUtils.h | 1 + include/Security/certextensions.h | 1 + include/Security/certextensionsP.h | 1 + include/Security/cfclass.h | 1 + include/Security/cfmach++.h | 1 + include/Security/cfmunge.h | 1 + include/Security/cfutilities.h | 1 + include/Security/checkpw.h | 1 + include/Security/cipherSpecs.h | 1 + include/Security/ckDES.h | 1 + include/Security/ckMD5.h | 1 + include/Security/ckSHA1.h | 1 + include/Security/ckSHA1_priv.h | 1 + include/Security/ckconfig.h | 1 + include/Security/ckutilities.h | 1 + include/Security/clNameUtils.h | 1 + include/Security/clNssUtils.h | 1 + include/Security/clclient.h | 1 + include/Security/cldebugging.h | 1 + include/Security/cmslocal.h | 1 + include/Security/cmspriv.h | 1 + include/Security/cmsreclist.h | 1 + include/Security/cmstpriv.h | 1 + include/Security/codedirectory.h | 1 + include/Security/coderepository.h | 1 + include/Security/comDebug.h | 1 + include/Security/comcryptPriv.h | 1 + include/Security/comcryption.h | 1 + include/Security/constdata.h | 1 + include/Security/context.h | 1 + include/Security/crc.h | 1 + include/Security/cryptkitcsp.h | 1 + include/Security/cryptoclient.h | 1 + include/Security/cryptohi.h | 1 + include/Security/cs.h | 1 + include/Security/cscdefs.h | 1 + include/Security/csdatabase.h | 1 + include/Security/cserror.h | 1 + include/Security/csgeneric.h | 1 + include/Security/cskernel.h | 1 + include/Security/cspattachment.h | 1 + include/Security/cspclient.h | 1 + include/Security/cspdebugging.h | 1 + include/Security/csprocess.h | 1 + include/Security/csrTemplates.h | 1 + include/Security/cssm.h | 1 + include/Security/cssmaci.h | 1 + include/Security/cssmacl.h | 1 + include/Security/cssmaclpod.h | 1 + include/Security/cssmalloc.h | 1 + include/Security/cssmapi.h | 1 + include/Security/cssmapple.h | 1 + include/Security/cssmapplePriv.h | 1 + include/Security/cssmbridge.h | 1 + include/Security/cssmcert.h | 1 + include/Security/cssmcli.h | 1 + include/Security/cssmclient.h | 1 + include/Security/cssmconfig.h | 1 + include/Security/cssmcontext.h | 1 + include/Security/cssmcred.h | 1 + include/Security/cssmcspi.h | 1 + include/Security/cssmdata.h | 1 + include/Security/cssmdates.h | 1 + include/Security/cssmdatetime.h | 1 + include/Security/cssmdb.h | 1 + include/Security/cssmdbname.h | 1 + include/Security/cssmdli.h | 1 + include/Security/cssmendian.h | 1 + include/Security/cssmerr.h | 1 + include/Security/cssmerrors.h | 1 + include/Security/cssmint.h | 1 + include/Security/cssmkey.h | 1 + include/Security/cssmkrapi.h | 1 + include/Security/cssmkrspi.h | 1 + include/Security/cssmlist.h | 1 + include/Security/cssmmds.h | 1 + include/Security/cssmplugin.h | 1 + include/Security/cssmpods.h | 1 + include/Security/cssmspi.h | 1 + include/Security/cssmtpi.h | 1 + include/Security/cssmtrust.h | 1 + include/Security/cssmtype.h | 1 + include/Security/cssmwalkers.h | 1 + include/Security/csutilities.h | 1 + include/Security/cuCdsaUtils.h | 1 + include/Security/cuDbUtils.h | 1 + include/Security/cuEnc64.h | 1 + include/Security/cuFileIo.h | 1 + include/Security/cuOidParser.h | 1 + include/Security/cuPem.h | 1 + include/Security/cuPrintCert.h | 1 + include/Security/cuTimeStr.h | 1 + include/Security/curveParamData.h | 1 + include/Security/curveParamDataOld.h | 1 + include/Security/curveParams.h | 1 + include/Security/daemon.h | 1 + include/Security/db++.h | 1 + include/Security/debugging.h | 1 + include/Security/debugging_internal.h | 1 + include/Security/debugsupport.h | 1 + include/Security/defaultcreds.h | 1 + include/Security/desContext.h | 1 + include/Security/detachedrep.h | 1 + include/Security/devrandom.h | 1 + include/Security/dictionary.h | 1 + include/Security/digestobject.h | 1 + include/Security/dirscanner.h | 1 + include/Security/diskrep.h | 1 + include/Security/dispatch.h | 1 + include/Security/dl_standard.h | 1 + include/Security/dlclient.h | 1 + include/Security/dliterators.h | 1 + include/Security/dlquery.h | 1 + include/Security/dotMacTp.h | 1 + include/Security/dotMacTpAsn1Templates.h | 1 + include/Security/dotMacTpDebug.h | 1 + include/Security/dotMacTpMutils.h | 1 + include/Security/dotMacTpRpcGlue.h | 1 + include/Security/dotMacTpUtils.h | 1 + include/Security/dotMacXmlRpc.h | 1 + include/Security/drmaker.h | 1 + include/Security/dyld_cache_format.h | 1 + include/Security/dyldcache.h | 1 + include/Security/eisl.h | 1 + include/Security/elliptic.h | 1 + include/Security/ellipticMeasure.h | 1 + include/Security/ellipticProj.h | 1 + include/Security/emmspi.h | 1 + include/Security/emmtype.h | 1 + include/Security/enc64.h | 1 + include/Security/endian.h | 1 + include/Security/errors.h | 1 + include/Security/evaluationmanager.h | 1 + include/Security/eventlistener.h | 1 + include/Security/falloc.h | 1 + include/Security/fdmover.h | 1 + include/Security/fdsel.h | 1 + include/Security/feeCipherFile.h | 1 + include/Security/feeDES.h | 1 + include/Security/feeDebug.h | 1 + include/Security/feeDigitalSignature.h | 1 + include/Security/feeECDSA.h | 1 + include/Security/feeFEED.h | 1 + include/Security/feeFEEDExp.h | 1 + include/Security/feeFunctions.h | 1 + include/Security/feeHash.h | 1 + include/Security/feePublicKey.h | 1 + include/Security/feePublicKeyPrivate.h | 1 + include/Security/feeRandom.h | 1 + include/Security/feeTypes.h | 1 + include/Security/filediskrep.h | 1 + include/Security/genkey.h | 1 + include/Security/giantIntegers.h | 1 + include/Security/giantPortCommon.h | 1 + include/Security/giantPort_Generic.h | 1 + include/Security/giantPort_PPC.h | 1 + include/Security/giantPort_PPC_Gnu.h | 1 + include/Security/giantPort_i486.h | 1 + include/Security/gladmanContext.h | 1 + include/Security/globalizer.h | 1 + include/Security/handleobject.h | 1 + include/Security/handletemplates.h | 1 + include/Security/handletemplates_defs.h | 1 + include/Security/handletypes.h | 1 + include/Security/hashing.h | 1 + include/Security/headermap.h | 1 + include/Security/hosts.h | 1 + include/Security/inetreply.h | 1 + include/Security/iodevices.h | 1 + include/Security/ip++.h | 1 + include/Security/kerneldiskrep.h | 1 + include/Security/keyTemplates.h | 1 + include/Security/keychainacl.h | 1 + include/Security/keyclient.h | 1 + include/Security/kq++.h | 1 + include/Security/ktracecodes.h | 1 + include/Security/libDER.h | 1 + include/Security/libDER_config.h | 1 + include/Security/logging.h | 1 + include/Security/macclient.h | 1 + include/Security/mach++.h | 1 + include/Security/mach_notify.h | 1 + include/Security/macho++.h | 1 + include/Security/machorep.h | 1 + include/Security/machrunloopserver.h | 1 + include/Security/machserver.h | 1 + include/Security/manager.h | 1 + include/Security/mds.h | 1 + include/Security/mds_schema.h | 1 + include/Security/mds_standard.h | 1 + include/Security/mdsclient.h | 1 + include/Security/mdspriv.h | 1 + include/Security/memstreams.h | 1 + include/Security/memutils.h | 1 + include/Security/misc.h | 1 + include/Security/miscAlgFactory.h | 1 + include/Security/modload_plugin.h | 1 + include/Security/modload_static.h | 1 + include/Security/modloader.h | 1 + include/Security/module.h | 1 + include/Security/multidldb.h | 1 + include/Security/muscle++.h | 1 + include/Security/mutils.h | 1 + include/Security/nameTemplates.h | 1 + include/Security/nssUtils.h | 1 + include/Security/nssilckt.h | 1 + include/Security/nssilock.h | 1 + include/Security/nsslocks.h | 1 + include/Security/objectacl.h | 1 + include/Security/ocspRequest.h | 1 + include/Security/ocspTemplates.h | 1 + include/Security/oids.h | 1 + include/Security/oidsPriv.h | 1 + include/Security/oidsalg.h | 1 + include/Security/oidsattr.h | 1 + include/Security/oidsbase.h | 1 + include/Security/oidscert.h | 1 + include/Security/oidscrl.h | 1 + include/Security/oidsocsp.h | 1 + include/Security/opaquewhitelist.h | 1 + include/Security/opensshCoding.h | 1 + include/Security/osKeyTemplates.h | 1 + include/Security/osxcode.h | 1 + include/Security/osxverifier.h | 1 + include/Security/pbkdDigest.h | 1 + include/Security/pbkdf2.h | 1 + include/Security/pcsc++.h | 1 + include/Security/piddiskrep.h | 1 + include/Security/pkcs12BagAttrs.h | 1 + include/Security/pkcs12Coder.h | 1 + include/Security/pkcs12Crypto.h | 1 + include/Security/pkcs12Debug.h | 1 + include/Security/pkcs12Derive.h | 1 + include/Security/pkcs12SafeBag.h | 1 + include/Security/pkcs12Templates.h | 1 + include/Security/pkcs12Utils.h | 1 + include/Security/pkcs7Templates.h | 1 + include/Security/pkcs8.h | 1 + include/Security/pkcsoids.h | 1 + include/Security/plarena.h | 1 + include/Security/plarenas.h | 1 + include/Security/platform.h | 1 + include/Security/plhash.h | 1 + include/Security/plstr.h | 1 + include/Security/pluginsession.h | 1 + include/Security/pluginspi.h | 1 + include/Security/policydb.h | 1 + include/Security/policyengine.h | 1 + include/Security/powerwatch.h | 1 + include/Security/prbit.h | 1 + include/Security/prcpucfg.h | 1 + include/Security/prcvar.h | 1 + include/Security/prenv.h | 1 + include/Security/prerr.h | 1 + include/Security/prerror.h | 1 + include/Security/prinit.h | 1 + include/Security/prinrval.h | 1 + include/Security/privPort.h | 1 + include/Security/prlock.h | 1 + include/Security/prlog.h | 1 + include/Security/prlong.h | 1 + include/Security/prmem.h | 1 + include/Security/prmon.h | 1 + include/Security/protypes.h | 1 + include/Security/prthread.h | 1 + include/Security/prtime.h | 1 + include/Security/prtypes.h | 1 + include/Security/prvrsion.h | 1 + include/Security/quarantine++.h | 1 + include/Security/rc2Context.h | 1 + include/Security/rc4Context.h | 1 + include/Security/rc5Context.h | 1 + include/Security/refcount.h | 1 + include/Security/reqdumper.h | 1 + include/Security/reqinterp.h | 1 + include/Security/reqmaker.h | 1 + include/Security/reqparser.h | 1 + include/Security/reqreader.h | 1 + include/Security/requirement.h | 1 + include/Security/resources.h | 1 + include/Security/rijndael-alg-ref.h | 1 + include/Security/rijndaelApi.h | 1 + include/Security/sec_xdr.h | 1 + include/Security/secasn1.h | 1 + include/Security/secasn1t.h | 1 + include/Security/seccfobject.h | 1 + include/Security/seccomon.h | 1 + include/Security/secerr.h | 1 + include/Security/secitem.h | 1 + include/Security/secoid.h | 1 + include/Security/secoidt.h | 1 + include/Security/secport.h | 1 + include/Security/securestorage.h | 1 + include/Security/security_utilities.h | 1 + include/Security/selector.h | 1 + include/Security/sigblob.h | 1 + include/Security/signclient.h | 1 + include/Security/signer.h | 1 + include/Security/signerutils.h | 1 + include/Security/simpleprefs.h | 1 + include/Security/singlediskrep.h | 1 + include/Security/slcrep.h | 1 + include/Security/socks++.h | 1 + include/Security/socks++4.h | 1 + include/Security/socks++5.h | 1 + include/Security/sqlite++.h | 1 + include/Security/ss_types.h | 1 + include/Security/ssblob.h | 1 + include/Security/ssclient.h | 1 + include/Security/sscommon.h | 1 + include/Security/ssl.h | 1 + include/Security/sslBuildFlags.h | 1 + include/Security/sslCipherSpecs.h | 1 + include/Security/sslContext.h | 1 + include/Security/sslCrypto.h | 1 + include/Security/sslDebug.h | 1 + include/Security/sslKeychain.h | 1 + include/Security/sslMemory.h | 1 + include/Security/sslPriv.h | 1 + include/Security/sslRecord.h | 1 + include/Security/sslTypes.h | 1 + include/Security/sslUtils.h | 1 + include/Security/ssnotify.h | 1 + include/Security/sstransit.h | 1 + include/Security/streams.h | 1 + include/Security/superblob.h | 1 + include/Security/threading.h | 1 + include/Security/threading_internal.h | 1 + include/Security/timeflow.h | 1 + include/Security/tlsCallbacks.h | 1 + include/Security/tls_record_internal.h | 1 + include/Security/tpCertAllowList.h | 1 + include/Security/tpCrlVerify.h | 1 + include/Security/tpOcspCache.h | 1 + include/Security/tpOcspCertVfy.h | 1 + include/Security/tpOcspVerify.h | 1 + include/Security/tpPolicies.h | 1 + include/Security/tpTime.h | 1 + include/Security/tpclient.h | 1 + include/Security/tpdebugging.h | 1 + include/Security/tqueue.h | 1 + include/Security/trackingallocator.h | 1 + include/Security/transactions.h | 1 + include/Security/tsaDERUtilities.h | 1 + include/Security/tsaSupport.h | 1 + include/Security/tsaSupportPriv.h | 1 + include/Security/tsaTemplates.h | 1 + include/Security/typedvalue.h | 1 + include/Security/u32handleobject.h | 1 + include/Security/ucsp_types.h | 1 + include/Security/uniformrandom.h | 1 + include/Security/unix++.h | 1 + include/Security/unixchild.h | 1 + include/Security/url.h | 1 + include/Security/utilities.h | 1 + include/Security/utility_config.h | 1 + include/Security/vproc++.h | 1 + include/Security/walkers.h | 1 + include/Security/wrapkey.h | 1 + include/Security/x509defs.h | 1 + include/Security/xar++.h | 1 + include/Security/xdr_auth.h | 1 + include/Security/xdr_cssm.h | 1 + include/Security/xdr_dldb.h | 1 + include/Security/xpcengine.h | 1 + include/libDER | 1 + include/security-duct.h | 16 +++ include/security_apple_csp | 1 + include/security_apple_cspdl | 1 + include/security_apple_file_dl | 1 + include/security_apple_x509_cl | 1 + include/security_apple_x509_tp | 1 + include/security_asn1 | 1 + include/security_authorization | 1 + include/security_cdsa_client | 1 + include/security_cdsa_plugin | 1 + include/security_cdsa_utilities | 1 + include/security_cdsa_utils | 1 + include/security_checkpw | 1 + include/security_cms | 1 + include/security_codesigning | 1 + include/security_comcryption | 1 + include/security_cryptkit | 1 + include/security_cssm | 1 + include/security_dotmac_tp | 1 + include/security_filedb | 1 + include/security_keychain | 1 + include/security_manifest | 1 + include/security_mds | 1 + include/security_ocspd | 1 + include/security_pkcs12 | 1 + include/security_sd_cspdl | 1 + include/security_smime | 1 + include/security_ssl | 1 + include/security_transform | 1 + include/security_utilities | 1 + include/securityd_client | 1 + 783 files changed, 956 insertions(+), 20 deletions(-) create mode 100644 .gitmodules create mode 100644 CMakeLists.txt create mode 160000 OSX/libsecurity_dotmac_tp create mode 100644 OSX/libsecurity_keychain/lib/CMakeLists.txt create mode 100644 OSX/libsecurity_keychain/libDER/CMakeLists.txt create mode 120000 include/Security/ACL.h create mode 120000 include/Security/ACsession.h create mode 120000 include/Security/Access.h create mode 120000 include/Security/AppleBaselineEscrowCertificates.h create mode 120000 include/Security/AppleCSP.h create mode 120000 include/Security/AppleCSPContext.h create mode 120000 include/Security/AppleCSPKeys.h create mode 120000 include/Security/AppleCSPSession.h create mode 120000 include/Security/AppleCSPUtils.h create mode 120000 include/Security/AppleDatabase.h create mode 120000 include/Security/AppleDotMacTP.h create mode 120000 include/Security/AppleDotMacTPSession.h create mode 120000 include/Security/AppleFileDL.h create mode 120000 include/Security/AppleManifest.h create mode 120000 include/Security/AppleTP.h create mode 120000 include/Security/AppleTPSession.h create mode 120000 include/Security/AppleX509CL.h create mode 120000 include/Security/AppleX509CLSession.h create mode 120000 include/Security/AtomicFile.h create mode 120000 include/Security/AuthSession.h create mode 120000 include/Security/Authorization.h create mode 120000 include/Security/AuthorizationDB.h create mode 120000 include/Security/AuthorizationData.h create mode 120000 include/Security/AuthorizationPlugin.h create mode 120000 include/Security/AuthorizationPriv.h create mode 120000 include/Security/AuthorizationTags.h create mode 120000 include/Security/AuthorizationTagsPriv.h create mode 120000 include/Security/AuthorizationWalkers.h create mode 120000 include/Security/BinaryKey.h create mode 120000 include/Security/BlockCryptor.h create mode 120000 include/Security/CCallbackMgr.h create mode 120000 include/Security/CLCachedEntry.h create mode 120000 include/Security/CLCertExtensions.h create mode 120000 include/Security/CLCrlExtensions.h create mode 120000 include/Security/CLFieldsCommon.h create mode 120000 include/Security/CLsession.h create mode 120000 include/Security/CMSDecoder.h create mode 120000 include/Security/CMSEncoder.h create mode 120000 include/Security/CMSPrivate.h create mode 120000 include/Security/CMSUtils.h create mode 120000 include/Security/CSCommon.h create mode 120000 include/Security/CSCommonPriv.h create mode 120000 include/Security/CSPAttacher.h create mode 120000 include/Security/CSPDLDatabase.h create mode 120000 include/Security/CSPDLPlugin.h create mode 120000 include/Security/CSPsession.h create mode 120000 include/Security/Certificate.h create mode 120000 include/Security/CertificateRequest.h create mode 120000 include/Security/CertificateValues.h create mode 120000 include/Security/CipherFileDES.h create mode 120000 include/Security/CipherFileFEED.h create mode 120000 include/Security/CipherFileTypes.h create mode 120000 include/Security/CipherSuite.h create mode 120000 include/Security/Code.h create mode 120000 include/Security/CodeSigner.h create mode 120000 include/Security/CodeSigning.h create mode 120000 include/Security/CoreFoundationBasics.h create mode 120000 include/Security/Crypt.h create mode 120000 include/Security/CryptKit.h create mode 120000 include/Security/CryptKitAsn1.h create mode 120000 include/Security/CryptKitDER.h create mode 120000 include/Security/CryptKitSA.h create mode 120000 include/Security/CryptKitSpace.h create mode 120000 include/Security/DER_CertCrl.h create mode 120000 include/Security/DER_Decode.h create mode 120000 include/Security/DER_Digest.h create mode 120000 include/Security/DER_Encode.h create mode 120000 include/Security/DER_Keys.h create mode 120000 include/Security/DH_csp.h create mode 120000 include/Security/DH_exchange.h create mode 120000 include/Security/DH_keys.h create mode 120000 include/Security/DH_utils.h create mode 120000 include/Security/DLDBList.h create mode 120000 include/Security/DLDBListCFPref.h create mode 120000 include/Security/DLsession.h create mode 120000 include/Security/Database.h create mode 120000 include/Security/DatabaseSession.h create mode 120000 include/Security/DbContext.h create mode 120000 include/Security/DbIndex.h create mode 120000 include/Security/DbQuery.h create mode 120000 include/Security/DbValue.h create mode 120000 include/Security/DecodedCert.h create mode 120000 include/Security/DecodedCrl.h create mode 120000 include/Security/DecodedExtensions.h create mode 120000 include/Security/DecodedItem.h create mode 120000 include/Security/Digest.h create mode 120000 include/Security/DigestContext.h create mode 120000 include/Security/Digest_block.h create mode 120000 include/Security/Download.h create mode 120000 include/Security/DynamicDLDBList.h create mode 120000 include/Security/ECDSA_Profile.h create mode 120000 include/Security/ECDSA_Verify_Prefix.h create mode 120000 include/Security/EncryptTransform.h create mode 120000 include/Security/EncryptTransformUtilities.h create mode 120000 include/Security/ExtendedAttribute.h create mode 120000 include/Security/FEEAsymmetricContext.h create mode 120000 include/Security/FEECSPUtils.h create mode 120000 include/Security/FEEKeys.h create mode 120000 include/Security/FEESignatureObject.h create mode 120000 include/Security/Globals.h create mode 120000 include/Security/GroupTransform.h create mode 120000 include/Security/HMACSHA1.h create mode 120000 include/Security/HmacSha1Legacy.h create mode 120000 include/Security/Identity.h create mode 120000 include/Security/IdentityCursor.h create mode 120000 include/Security/Item.h create mode 120000 include/Security/KCCursor.h create mode 120000 include/Security/KCEventNotifier.h create mode 120000 include/Security/KCExceptions.h create mode 120000 include/Security/KCUtilities.h create mode 120000 include/Security/KeyItem.h create mode 120000 include/Security/KeySchema.h create mode 120000 include/Security/Keychains.h create mode 120000 include/Security/LinkedList.h create mode 120000 include/Security/LockedMap.h create mode 120000 include/Security/MD2Object.h create mode 120000 include/Security/MDSAttrParser.h create mode 120000 include/Security/MDSAttrStrings.h create mode 120000 include/Security/MDSAttrUtils.h create mode 120000 include/Security/MDSDatabase.h create mode 120000 include/Security/MDSDictionary.h create mode 120000 include/Security/MDSModule.h create mode 120000 include/Security/MDSPrefs.h create mode 120000 include/Security/MDSSchema.h create mode 120000 include/Security/MDSSession.h create mode 120000 include/Security/MacContext.h create mode 120000 include/Security/MacOSErrorStrings.h create mode 120000 include/Security/Manifest.h create mode 120000 include/Security/ManifestInternal.h create mode 120000 include/Security/ManifestSigner.h create mode 120000 include/Security/MetaAttribute.h create mode 120000 include/Security/MetaRecord.h create mode 120000 include/Security/Monitor.h create mode 120000 include/Security/NSCipherFile.h create mode 120000 include/Security/NSCryptors.h create mode 120000 include/Security/NSDESCryptor.h create mode 120000 include/Security/NSFEEPublicKey.h create mode 120000 include/Security/NSFEEPublicKeyPrivate.h create mode 120000 include/Security/NSMD5Hash.h create mode 120000 include/Security/NSRandomNumberGenerator.h create mode 120000 include/Security/NullCryptor.h create mode 120000 include/Security/NullTransform.h create mode 120000 include/Security/OverUnderflowCheck.h create mode 120000 include/Security/Password.h create mode 120000 include/Security/Policies.h create mode 120000 include/Security/PolicyCursor.h create mode 120000 include/Security/PrimaryKey.h create mode 120000 include/Security/RSA_DSA_csp.h create mode 120000 include/Security/RSA_DSA_keys.h create mode 120000 include/Security/RSA_DSA_signature.h create mode 120000 include/Security/RSA_DSA_utils.h create mode 120000 include/Security/RSA_asymmetric.h create mode 120000 include/Security/RawSigner.h create mode 120000 include/Security/ReadWriteSection.h create mode 120000 include/Security/RequirementKeywords.h create mode 120000 include/Security/Requirements.h create mode 120000 include/Security/SDCSPDLDatabase.h create mode 120000 include/Security/SDCSPDLPlugin.h create mode 120000 include/Security/SDCSPDLSession.h create mode 120000 include/Security/SDCSPSession.h create mode 120000 include/Security/SDContext.h create mode 120000 include/Security/SDDLSession.h create mode 120000 include/Security/SDFactory.h create mode 120000 include/Security/SDKey.h create mode 120000 include/Security/SHA1_MD5_Object.h create mode 120000 include/Security/SHA2_Object.h create mode 120000 include/Security/SSCSPDLSession.h create mode 120000 include/Security/SSCSPSession.h create mode 120000 include/Security/SSContext.h create mode 120000 include/Security/SSDLSession.h create mode 120000 include/Security/SSDatabase.h create mode 120000 include/Security/SSFactory.h create mode 120000 include/Security/SSKey.h create mode 120000 include/Security/SSLRecordInternal.h create mode 120000 include/Security/Schema.h create mode 120000 include/Security/SecACL.h create mode 120000 include/Security/SecAccess.h create mode 120000 include/Security/SecAccessPriv.h create mode 120000 include/Security/SecAsn1Coder.h create mode 120000 include/Security/SecAsn1Templates.h create mode 120000 include/Security/SecAsn1Types.h create mode 120000 include/Security/SecAsn1TypesP.h create mode 120000 include/Security/SecAssessment.h create mode 120000 include/Security/SecBase.h create mode 120000 include/Security/SecBase64P.h create mode 120000 include/Security/SecBaseP.h create mode 120000 include/Security/SecBasePriv.h create mode 120000 include/Security/SecBridge.h create mode 120000 include/Security/SecCFTypes.h create mode 120000 include/Security/SecCMS.h create mode 120000 include/Security/SecCertificate.h create mode 120000 include/Security/SecCertificateBundle.h create mode 120000 include/Security/SecCertificateInternalP.h create mode 120000 include/Security/SecCertificateOIDs.h create mode 120000 include/Security/SecCertificateP.h create mode 120000 include/Security/SecCertificatePriv.h create mode 120000 include/Security/SecCertificatePrivP.h create mode 120000 include/Security/SecCertificateRequest.h create mode 120000 include/Security/SecCmsBase.h create mode 120000 include/Security/SecCmsContentInfo.h create mode 120000 include/Security/SecCmsDecoder.h create mode 120000 include/Security/SecCmsDigestContext.h create mode 120000 include/Security/SecCmsDigestedData.h create mode 120000 include/Security/SecCmsEncoder.h create mode 120000 include/Security/SecCmsEncryptedData.h create mode 120000 include/Security/SecCmsEnvelopedData.h create mode 120000 include/Security/SecCmsMessage.h create mode 120000 include/Security/SecCmsRecipientInfo.h create mode 120000 include/Security/SecCmsSignedData.h create mode 120000 include/Security/SecCmsSignerInfo.h create mode 120000 include/Security/SecCode.h create mode 120000 include/Security/SecCodeHost.h create mode 120000 include/Security/SecCodeHostLib.h create mode 120000 include/Security/SecCodePriv.h create mode 120000 include/Security/SecCodeSigner.h create mode 120000 include/Security/SecCollectTransform.h create mode 120000 include/Security/SecCustomTransform.h create mode 120000 include/Security/SecDecodeTransform.h create mode 120000 include/Security/SecDigestTransform.h create mode 120000 include/Security/SecEncodeTransform.h create mode 120000 include/Security/SecEncryptTransform.h create mode 120000 include/Security/SecExternalRep.h create mode 120000 include/Security/SecExternalSourceTransform.h create mode 120000 include/Security/SecFDERecoveryAsymmetricCrypto.h create mode 120000 include/Security/SecFrameworkP.h create mode 120000 include/Security/SecGroupTransform.h create mode 120000 include/Security/SecIdentity.h create mode 120000 include/Security/SecIdentityPriv.h create mode 120000 include/Security/SecIdentitySearch.h create mode 120000 include/Security/SecIdentitySearchPriv.h create mode 120000 include/Security/SecImportExport.h create mode 120000 include/Security/SecImportExportAgg.h create mode 120000 include/Security/SecImportExportCrypto.h create mode 120000 include/Security/SecImportExportOpenSSH.h create mode 120000 include/Security/SecImportExportPem.h create mode 120000 include/Security/SecImportExportPkcs8.h create mode 120000 include/Security/SecImportExportUtils.h create mode 120000 include/Security/SecIntegrity.h create mode 120000 include/Security/SecIntegrityLib.h create mode 120000 include/Security/SecInternal.h create mode 120000 include/Security/SecInternalP.h create mode 120000 include/Security/SecItem.h create mode 120000 include/Security/SecItemPriv.h create mode 120000 include/Security/SecKey.h create mode 120000 include/Security/SecKeyPriv.h create mode 120000 include/Security/SecKeychain.h create mode 120000 include/Security/SecKeychainItem.h create mode 120000 include/Security/SecKeychainItemExtendedAttributes.h create mode 120000 include/Security/SecKeychainItemPriv.h create mode 120000 include/Security/SecKeychainPriv.h create mode 120000 include/Security/SecKeychainSearch.h create mode 120000 include/Security/SecKeychainSearchPriv.h create mode 120000 include/Security/SecManifest.h create mode 120000 include/Security/SecMaskGenerationFunctionTransform.h create mode 120000 include/Security/SecNetscapeTemplates.h create mode 120000 include/Security/SecNssCoder.h create mode 120000 include/Security/SecNullTransform.h create mode 120000 include/Security/SecPassword.h create mode 120000 include/Security/SecPkcs12.h create mode 120000 include/Security/SecPkcs8Templates.h create mode 120000 include/Security/SecPolicy.h create mode 120000 include/Security/SecPolicyPriv.h create mode 120000 include/Security/SecPolicySearch.h create mode 120000 include/Security/SecRSAKeyP.h create mode 120000 include/Security/SecRandom.h create mode 120000 include/Security/SecRandomP.h create mode 120000 include/Security/SecReadTransform.h create mode 120000 include/Security/SecRecoveryPassword.h create mode 120000 include/Security/SecRequirement.h create mode 120000 include/Security/SecRequirementPriv.h create mode 120000 include/Security/SecSMIME.h create mode 120000 include/Security/SecSMIMEPriv.h create mode 120000 include/Security/SecSignVerifyTransform.h create mode 120000 include/Security/SecStaticCode.h create mode 120000 include/Security/SecStaticCodePriv.h create mode 120000 include/Security/SecTask.h create mode 120000 include/Security/SecTaskPriv.h create mode 120000 include/Security/SecTransform.h create mode 120000 include/Security/SecTransformInternal.h create mode 120000 include/Security/SecTransformReadTransform.h create mode 120000 include/Security/SecTransformValidator.h create mode 120000 include/Security/SecTrust.h create mode 120000 include/Security/SecTrustPriv.h create mode 120000 include/Security/SecTrustSettings.h create mode 120000 include/Security/SecTrustSettingsCertificates.h create mode 120000 include/Security/SecTrustSettingsPriv.h create mode 120000 include/Security/SecTrustedApplication.h create mode 120000 include/Security/SecTrustedApplicationPriv.h create mode 120000 include/Security/SecureDownload.h create mode 120000 include/Security/SecureDownloadInternal.h create mode 120000 include/Security/SecureTransport.h create mode 120000 include/Security/SecureTransportPriv.h create mode 120000 include/Security/Security.h create mode 120000 include/Security/SelectionPredicate.h create mode 120000 include/Security/SharedMemoryClient.h create mode 120000 include/Security/SharedMemoryCommon.h create mode 120000 include/Security/SignatureContext.h create mode 120000 include/Security/SingleShotSource.h create mode 120000 include/Security/Source.h create mode 120000 include/Security/StaticCode.h create mode 120000 include/Security/StorageManager.h create mode 120000 include/Security/StreamSource.h create mode 120000 include/Security/TPCertInfo.h create mode 120000 include/Security/TPCrlInfo.h create mode 120000 include/Security/TPDatabase.h create mode 120000 include/Security/TPNetwork.h create mode 120000 include/Security/TPsession.h create mode 120000 include/Security/Transform.h create mode 120000 include/Security/TransformFactory.h create mode 120000 include/Security/Trust.h create mode 120000 include/Security/TrustAdditions.h create mode 120000 include/Security/TrustItem.h create mode 120000 include/Security/TrustKeychains.h create mode 120000 include/Security/TrustSettings.h create mode 120000 include/Security/TrustSettingsSchema.h create mode 120000 include/Security/TrustSettingsUtils.h create mode 120000 include/Security/TrustStore.h create mode 120000 include/Security/TrustedApplication.h create mode 120000 include/Security/UnlockReferralItem.h create mode 120000 include/Security/Utilities.h create mode 120000 include/Security/X509Templates.h create mode 120000 include/Security/YarrowConnection.h create mode 120000 include/Security/acl_any.h create mode 120000 include/Security/acl_codesigning.h create mode 120000 include/Security/acl_comment.h create mode 120000 include/Security/acl_password.h create mode 120000 include/Security/acl_preauth.h create mode 120000 include/Security/acl_process.h create mode 120000 include/Security/acl_prompted.h create mode 120000 include/Security/acl_protectedpw.h create mode 120000 include/Security/acl_secret.h create mode 120000 include/Security/acl_threshold.h create mode 120000 include/Security/aclclient.h create mode 120000 include/Security/aclsubject.h create mode 120000 include/Security/adornments.h create mode 120000 include/Security/aesCommon.h create mode 120000 include/Security/aescspi.h create mode 120000 include/Security/alloc.h create mode 120000 include/Security/antlrplugin.h create mode 120000 include/Security/appleSession.h create mode 120000 include/Security/ascContext.h create mode 120000 include/Security/ascFactory.h create mode 120000 include/Security/asn1Templates.h create mode 120000 include/Security/asn1Types.h create mode 120000 include/Security/attachfactory.h create mode 120000 include/Security/attachment.h create mode 120000 include/Security/bfContext.h create mode 120000 include/Security/blob.h create mode 120000 include/Security/boxes-ref.h create mode 120000 include/Security/bsafePKCS1.h create mode 120000 include/Security/bsafecsp.h create mode 120000 include/Security/bsafecspi.h create mode 120000 include/Security/bsobjects.h create mode 120000 include/Security/bufferfifo.h create mode 120000 include/Security/buffers.h create mode 120000 include/Security/bundlediskrep.h create mode 120000 include/Security/byteRep.h create mode 120000 include/Security/c++plugin.h create mode 120000 include/Security/c++utils.h create mode 120000 include/Security/callback.h create mode 120000 include/Security/castContext.h create mode 120000 include/Security/ccaudit.h create mode 120000 include/Security/cdbuilder.h create mode 120000 include/Security/cert.h create mode 120000 include/Security/certExtensionTemplates.h create mode 120000 include/Security/certGroupUtils.h create mode 120000 include/Security/certextensions.h create mode 120000 include/Security/certextensionsP.h create mode 120000 include/Security/cfclass.h create mode 120000 include/Security/cfmach++.h create mode 120000 include/Security/cfmunge.h create mode 120000 include/Security/cfutilities.h create mode 120000 include/Security/checkpw.h create mode 120000 include/Security/cipherSpecs.h create mode 120000 include/Security/ckDES.h create mode 120000 include/Security/ckMD5.h create mode 120000 include/Security/ckSHA1.h create mode 120000 include/Security/ckSHA1_priv.h create mode 120000 include/Security/ckconfig.h create mode 120000 include/Security/ckutilities.h create mode 120000 include/Security/clNameUtils.h create mode 120000 include/Security/clNssUtils.h create mode 120000 include/Security/clclient.h create mode 120000 include/Security/cldebugging.h create mode 120000 include/Security/cmslocal.h create mode 120000 include/Security/cmspriv.h create mode 120000 include/Security/cmsreclist.h create mode 120000 include/Security/cmstpriv.h create mode 120000 include/Security/codedirectory.h create mode 120000 include/Security/coderepository.h create mode 120000 include/Security/comDebug.h create mode 120000 include/Security/comcryptPriv.h create mode 120000 include/Security/comcryption.h create mode 120000 include/Security/constdata.h create mode 120000 include/Security/context.h create mode 120000 include/Security/crc.h create mode 120000 include/Security/cryptkitcsp.h create mode 120000 include/Security/cryptoclient.h create mode 120000 include/Security/cryptohi.h create mode 120000 include/Security/cs.h create mode 120000 include/Security/cscdefs.h create mode 120000 include/Security/csdatabase.h create mode 120000 include/Security/cserror.h create mode 120000 include/Security/csgeneric.h create mode 120000 include/Security/cskernel.h create mode 120000 include/Security/cspattachment.h create mode 120000 include/Security/cspclient.h create mode 120000 include/Security/cspdebugging.h create mode 120000 include/Security/csprocess.h create mode 120000 include/Security/csrTemplates.h create mode 120000 include/Security/cssm.h create mode 120000 include/Security/cssmaci.h create mode 120000 include/Security/cssmacl.h create mode 120000 include/Security/cssmaclpod.h create mode 120000 include/Security/cssmalloc.h create mode 120000 include/Security/cssmapi.h create mode 120000 include/Security/cssmapple.h create mode 120000 include/Security/cssmapplePriv.h create mode 120000 include/Security/cssmbridge.h create mode 120000 include/Security/cssmcert.h create mode 120000 include/Security/cssmcli.h create mode 120000 include/Security/cssmclient.h create mode 120000 include/Security/cssmconfig.h create mode 120000 include/Security/cssmcontext.h create mode 120000 include/Security/cssmcred.h create mode 120000 include/Security/cssmcspi.h create mode 120000 include/Security/cssmdata.h create mode 120000 include/Security/cssmdates.h create mode 120000 include/Security/cssmdatetime.h create mode 120000 include/Security/cssmdb.h create mode 120000 include/Security/cssmdbname.h create mode 120000 include/Security/cssmdli.h create mode 120000 include/Security/cssmendian.h create mode 120000 include/Security/cssmerr.h create mode 120000 include/Security/cssmerrors.h create mode 120000 include/Security/cssmint.h create mode 120000 include/Security/cssmkey.h create mode 120000 include/Security/cssmkrapi.h create mode 120000 include/Security/cssmkrspi.h create mode 120000 include/Security/cssmlist.h create mode 120000 include/Security/cssmmds.h create mode 120000 include/Security/cssmplugin.h create mode 120000 include/Security/cssmpods.h create mode 120000 include/Security/cssmspi.h create mode 120000 include/Security/cssmtpi.h create mode 120000 include/Security/cssmtrust.h create mode 120000 include/Security/cssmtype.h create mode 120000 include/Security/cssmwalkers.h create mode 120000 include/Security/csutilities.h create mode 120000 include/Security/cuCdsaUtils.h create mode 120000 include/Security/cuDbUtils.h create mode 120000 include/Security/cuEnc64.h create mode 120000 include/Security/cuFileIo.h create mode 120000 include/Security/cuOidParser.h create mode 120000 include/Security/cuPem.h create mode 120000 include/Security/cuPrintCert.h create mode 120000 include/Security/cuTimeStr.h create mode 120000 include/Security/curveParamData.h create mode 120000 include/Security/curveParamDataOld.h create mode 120000 include/Security/curveParams.h create mode 120000 include/Security/daemon.h create mode 120000 include/Security/db++.h create mode 120000 include/Security/debugging.h create mode 120000 include/Security/debugging_internal.h create mode 120000 include/Security/debugsupport.h create mode 120000 include/Security/defaultcreds.h create mode 120000 include/Security/desContext.h create mode 120000 include/Security/detachedrep.h create mode 120000 include/Security/devrandom.h create mode 120000 include/Security/dictionary.h create mode 120000 include/Security/digestobject.h create mode 120000 include/Security/dirscanner.h create mode 120000 include/Security/diskrep.h create mode 120000 include/Security/dispatch.h create mode 120000 include/Security/dl_standard.h create mode 120000 include/Security/dlclient.h create mode 120000 include/Security/dliterators.h create mode 120000 include/Security/dlquery.h create mode 120000 include/Security/dotMacTp.h create mode 120000 include/Security/dotMacTpAsn1Templates.h create mode 120000 include/Security/dotMacTpDebug.h create mode 120000 include/Security/dotMacTpMutils.h create mode 120000 include/Security/dotMacTpRpcGlue.h create mode 120000 include/Security/dotMacTpUtils.h create mode 120000 include/Security/dotMacXmlRpc.h create mode 120000 include/Security/drmaker.h create mode 120000 include/Security/dyld_cache_format.h create mode 120000 include/Security/dyldcache.h create mode 120000 include/Security/eisl.h create mode 120000 include/Security/elliptic.h create mode 120000 include/Security/ellipticMeasure.h create mode 120000 include/Security/ellipticProj.h create mode 120000 include/Security/emmspi.h create mode 120000 include/Security/emmtype.h create mode 120000 include/Security/enc64.h create mode 120000 include/Security/endian.h create mode 120000 include/Security/errors.h create mode 120000 include/Security/evaluationmanager.h create mode 120000 include/Security/eventlistener.h create mode 120000 include/Security/falloc.h create mode 120000 include/Security/fdmover.h create mode 120000 include/Security/fdsel.h create mode 120000 include/Security/feeCipherFile.h create mode 120000 include/Security/feeDES.h create mode 120000 include/Security/feeDebug.h create mode 120000 include/Security/feeDigitalSignature.h create mode 120000 include/Security/feeECDSA.h create mode 120000 include/Security/feeFEED.h create mode 120000 include/Security/feeFEEDExp.h create mode 120000 include/Security/feeFunctions.h create mode 120000 include/Security/feeHash.h create mode 120000 include/Security/feePublicKey.h create mode 120000 include/Security/feePublicKeyPrivate.h create mode 120000 include/Security/feeRandom.h create mode 120000 include/Security/feeTypes.h create mode 120000 include/Security/filediskrep.h create mode 120000 include/Security/genkey.h create mode 120000 include/Security/giantIntegers.h create mode 120000 include/Security/giantPortCommon.h create mode 120000 include/Security/giantPort_Generic.h create mode 120000 include/Security/giantPort_PPC.h create mode 120000 include/Security/giantPort_PPC_Gnu.h create mode 120000 include/Security/giantPort_i486.h create mode 120000 include/Security/gladmanContext.h create mode 120000 include/Security/globalizer.h create mode 120000 include/Security/handleobject.h create mode 120000 include/Security/handletemplates.h create mode 120000 include/Security/handletemplates_defs.h create mode 120000 include/Security/handletypes.h create mode 120000 include/Security/hashing.h create mode 120000 include/Security/headermap.h create mode 120000 include/Security/hosts.h create mode 120000 include/Security/inetreply.h create mode 120000 include/Security/iodevices.h create mode 120000 include/Security/ip++.h create mode 120000 include/Security/kerneldiskrep.h create mode 120000 include/Security/keyTemplates.h create mode 120000 include/Security/keychainacl.h create mode 120000 include/Security/keyclient.h create mode 120000 include/Security/kq++.h create mode 120000 include/Security/ktracecodes.h create mode 120000 include/Security/libDER.h create mode 120000 include/Security/libDER_config.h create mode 120000 include/Security/logging.h create mode 120000 include/Security/macclient.h create mode 120000 include/Security/mach++.h create mode 120000 include/Security/mach_notify.h create mode 120000 include/Security/macho++.h create mode 120000 include/Security/machorep.h create mode 120000 include/Security/machrunloopserver.h create mode 120000 include/Security/machserver.h create mode 120000 include/Security/manager.h create mode 120000 include/Security/mds.h create mode 120000 include/Security/mds_schema.h create mode 120000 include/Security/mds_standard.h create mode 120000 include/Security/mdsclient.h create mode 120000 include/Security/mdspriv.h create mode 120000 include/Security/memstreams.h create mode 120000 include/Security/memutils.h create mode 120000 include/Security/misc.h create mode 120000 include/Security/miscAlgFactory.h create mode 120000 include/Security/modload_plugin.h create mode 120000 include/Security/modload_static.h create mode 120000 include/Security/modloader.h create mode 120000 include/Security/module.h create mode 120000 include/Security/multidldb.h create mode 120000 include/Security/muscle++.h create mode 120000 include/Security/mutils.h create mode 120000 include/Security/nameTemplates.h create mode 120000 include/Security/nssUtils.h create mode 120000 include/Security/nssilckt.h create mode 120000 include/Security/nssilock.h create mode 120000 include/Security/nsslocks.h create mode 120000 include/Security/objectacl.h create mode 120000 include/Security/ocspRequest.h create mode 120000 include/Security/ocspTemplates.h create mode 120000 include/Security/oids.h create mode 120000 include/Security/oidsPriv.h create mode 120000 include/Security/oidsalg.h create mode 120000 include/Security/oidsattr.h create mode 120000 include/Security/oidsbase.h create mode 120000 include/Security/oidscert.h create mode 120000 include/Security/oidscrl.h create mode 120000 include/Security/oidsocsp.h create mode 120000 include/Security/opaquewhitelist.h create mode 120000 include/Security/opensshCoding.h create mode 120000 include/Security/osKeyTemplates.h create mode 120000 include/Security/osxcode.h create mode 120000 include/Security/osxverifier.h create mode 120000 include/Security/pbkdDigest.h create mode 120000 include/Security/pbkdf2.h create mode 120000 include/Security/pcsc++.h create mode 120000 include/Security/piddiskrep.h create mode 120000 include/Security/pkcs12BagAttrs.h create mode 120000 include/Security/pkcs12Coder.h create mode 120000 include/Security/pkcs12Crypto.h create mode 120000 include/Security/pkcs12Debug.h create mode 120000 include/Security/pkcs12Derive.h create mode 120000 include/Security/pkcs12SafeBag.h create mode 120000 include/Security/pkcs12Templates.h create mode 120000 include/Security/pkcs12Utils.h create mode 120000 include/Security/pkcs7Templates.h create mode 120000 include/Security/pkcs8.h create mode 120000 include/Security/pkcsoids.h create mode 120000 include/Security/plarena.h create mode 120000 include/Security/plarenas.h create mode 120000 include/Security/platform.h create mode 120000 include/Security/plhash.h create mode 120000 include/Security/plstr.h create mode 120000 include/Security/pluginsession.h create mode 120000 include/Security/pluginspi.h create mode 120000 include/Security/policydb.h create mode 120000 include/Security/policyengine.h create mode 120000 include/Security/powerwatch.h create mode 120000 include/Security/prbit.h create mode 120000 include/Security/prcpucfg.h create mode 120000 include/Security/prcvar.h create mode 120000 include/Security/prenv.h create mode 120000 include/Security/prerr.h create mode 120000 include/Security/prerror.h create mode 120000 include/Security/prinit.h create mode 120000 include/Security/prinrval.h create mode 120000 include/Security/privPort.h create mode 120000 include/Security/prlock.h create mode 120000 include/Security/prlog.h create mode 120000 include/Security/prlong.h create mode 120000 include/Security/prmem.h create mode 120000 include/Security/prmon.h create mode 120000 include/Security/protypes.h create mode 120000 include/Security/prthread.h create mode 120000 include/Security/prtime.h create mode 120000 include/Security/prtypes.h create mode 120000 include/Security/prvrsion.h create mode 120000 include/Security/quarantine++.h create mode 120000 include/Security/rc2Context.h create mode 120000 include/Security/rc4Context.h create mode 120000 include/Security/rc5Context.h create mode 120000 include/Security/refcount.h create mode 120000 include/Security/reqdumper.h create mode 120000 include/Security/reqinterp.h create mode 120000 include/Security/reqmaker.h create mode 120000 include/Security/reqparser.h create mode 120000 include/Security/reqreader.h create mode 120000 include/Security/requirement.h create mode 120000 include/Security/resources.h create mode 120000 include/Security/rijndael-alg-ref.h create mode 120000 include/Security/rijndaelApi.h create mode 120000 include/Security/sec_xdr.h create mode 120000 include/Security/secasn1.h create mode 120000 include/Security/secasn1t.h create mode 120000 include/Security/seccfobject.h create mode 120000 include/Security/seccomon.h create mode 120000 include/Security/secerr.h create mode 120000 include/Security/secitem.h create mode 120000 include/Security/secoid.h create mode 120000 include/Security/secoidt.h create mode 120000 include/Security/secport.h create mode 120000 include/Security/securestorage.h create mode 120000 include/Security/security_utilities.h create mode 120000 include/Security/selector.h create mode 120000 include/Security/sigblob.h create mode 120000 include/Security/signclient.h create mode 120000 include/Security/signer.h create mode 120000 include/Security/signerutils.h create mode 120000 include/Security/simpleprefs.h create mode 120000 include/Security/singlediskrep.h create mode 120000 include/Security/slcrep.h create mode 120000 include/Security/socks++.h create mode 120000 include/Security/socks++4.h create mode 120000 include/Security/socks++5.h create mode 120000 include/Security/sqlite++.h create mode 120000 include/Security/ss_types.h create mode 120000 include/Security/ssblob.h create mode 120000 include/Security/ssclient.h create mode 120000 include/Security/sscommon.h create mode 120000 include/Security/ssl.h create mode 120000 include/Security/sslBuildFlags.h create mode 120000 include/Security/sslCipherSpecs.h create mode 120000 include/Security/sslContext.h create mode 120000 include/Security/sslCrypto.h create mode 120000 include/Security/sslDebug.h create mode 120000 include/Security/sslKeychain.h create mode 120000 include/Security/sslMemory.h create mode 120000 include/Security/sslPriv.h create mode 120000 include/Security/sslRecord.h create mode 120000 include/Security/sslTypes.h create mode 120000 include/Security/sslUtils.h create mode 120000 include/Security/ssnotify.h create mode 120000 include/Security/sstransit.h create mode 120000 include/Security/streams.h create mode 120000 include/Security/superblob.h create mode 120000 include/Security/threading.h create mode 120000 include/Security/threading_internal.h create mode 120000 include/Security/timeflow.h create mode 120000 include/Security/tlsCallbacks.h create mode 120000 include/Security/tls_record_internal.h create mode 120000 include/Security/tpCertAllowList.h create mode 120000 include/Security/tpCrlVerify.h create mode 120000 include/Security/tpOcspCache.h create mode 120000 include/Security/tpOcspCertVfy.h create mode 120000 include/Security/tpOcspVerify.h create mode 120000 include/Security/tpPolicies.h create mode 120000 include/Security/tpTime.h create mode 120000 include/Security/tpclient.h create mode 120000 include/Security/tpdebugging.h create mode 120000 include/Security/tqueue.h create mode 120000 include/Security/trackingallocator.h create mode 120000 include/Security/transactions.h create mode 120000 include/Security/tsaDERUtilities.h create mode 120000 include/Security/tsaSupport.h create mode 120000 include/Security/tsaSupportPriv.h create mode 120000 include/Security/tsaTemplates.h create mode 120000 include/Security/typedvalue.h create mode 120000 include/Security/u32handleobject.h create mode 120000 include/Security/ucsp_types.h create mode 120000 include/Security/uniformrandom.h create mode 120000 include/Security/unix++.h create mode 120000 include/Security/unixchild.h create mode 120000 include/Security/url.h create mode 120000 include/Security/utilities.h create mode 120000 include/Security/utility_config.h create mode 120000 include/Security/vproc++.h create mode 120000 include/Security/walkers.h create mode 120000 include/Security/wrapkey.h create mode 120000 include/Security/x509defs.h create mode 120000 include/Security/xar++.h create mode 120000 include/Security/xdr_auth.h create mode 120000 include/Security/xdr_cssm.h create mode 120000 include/Security/xdr_dldb.h create mode 120000 include/Security/xpcengine.h create mode 120000 include/libDER create mode 100644 include/security-duct.h create mode 120000 include/security_apple_csp create mode 120000 include/security_apple_cspdl create mode 120000 include/security_apple_file_dl create mode 120000 include/security_apple_x509_cl create mode 120000 include/security_apple_x509_tp create mode 120000 include/security_asn1 create mode 120000 include/security_authorization create mode 120000 include/security_cdsa_client create mode 120000 include/security_cdsa_plugin create mode 120000 include/security_cdsa_utilities create mode 120000 include/security_cdsa_utils create mode 120000 include/security_checkpw create mode 120000 include/security_cms create mode 120000 include/security_codesigning create mode 120000 include/security_comcryption create mode 120000 include/security_cryptkit create mode 120000 include/security_cssm create mode 120000 include/security_dotmac_tp create mode 120000 include/security_filedb create mode 120000 include/security_keychain create mode 120000 include/security_manifest create mode 120000 include/security_mds create mode 120000 include/security_ocspd create mode 120000 include/security_pkcs12 create mode 120000 include/security_sd_cspdl create mode 120000 include/security_smime create mode 120000 include/security_ssl create mode 120000 include/security_transform create mode 120000 include/security_utilities create mode 120000 include/securityd_client diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..3817ee29 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "OSX/libsecurity_dotmac_tp"] + path = OSX/libsecurity_dotmac_tp + url = ../darling-security_dotmac_tp.git + branch = darling diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..5a9ccc82 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,24 @@ +project(Security) + +add_definitions(-D__APPLE_CPP__) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/OSX/libsecurity_keychain) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/OSX/libsecurity_cssm) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/OSX/libsecurity_cdsa_utilities) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/OSX/libsecurity_cdsa_client) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/OSX/libsecurity_utilities) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/OSX/libsecurity_codesigning) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/OSX/libsecurity_asn1) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/OSX/libsecurity_authorization) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/OSX/libsecurity_dotmac_tp/lib) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/OSX/libsecurityd) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/OSX/sec) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/OSX/libsecurity_keychain/libDER) +include_directories(${CMAKE_SOURCE_DIR}/src/copyfile) +include_directories(${CMAKE_SOURCE_DIR}/src/external/openssl/src/include) +include_directories(${CMAKE_SOURCE_DIR}/src/external/libxpc) +include_directories(${CMAKE_SOURCE_DIR}/src/sandbox) +include_directories(${CMAKE_SOURCE_DIR}/src/launchd/liblaunch) +add_subdirectory(OSX/libsecurity_keychain/libDER) +add_subdirectory(OSX/libsecurity_keychain/lib) + diff --git a/OSX/libsecurity_authorization/lib/AuthSession.h b/OSX/libsecurity_authorization/lib/AuthSession.h index d8542ed8..3939283a 100644 --- a/OSX/libsecurity_authorization/lib/AuthSession.h +++ b/OSX/libsecurity_authorization/lib/AuthSession.h @@ -78,7 +78,7 @@ typedef UInt32 SecuritySessionId; Note: -2 is reserved (see 4487137). */ -CF_ENUM(SecuritySessionId) { +enum { noSecuritySession = 0, /* definitely not a valid SecuritySessionId */ callerSecuritySession = ((SecuritySessionId)-1) /* the Session I (the caller) am in */ }; @@ -112,7 +112,7 @@ typedef CF_OPTIONS(UInt32, SessionCreationFlags) { Error codes returned by AuthSession API. Note that the AuthSession APIs can also return Authorization API error codes. */ -CF_ENUM(OSStatus) { +enum { errSessionSuccess = 0, /* all is well */ errSessionInvalidId = -60500, /* invalid session id specified */ errSessionInvalidAttributes = -60501, /* invalid set of requested attribute bits */ diff --git a/OSX/libsecurity_authorization/lib/Authorization.h b/OSX/libsecurity_authorization/lib/Authorization.h index e70ca25a..492cdb3c 100644 --- a/OSX/libsecurity_authorization/lib/Authorization.h +++ b/OSX/libsecurity_authorization/lib/Authorization.h @@ -83,7 +83,7 @@ CF_ASSUME_NONNULL_BEGIN errAuthorizationSuccess can't include a string as it's also errSecSuccess in libsecurity_keychain/lib/SecBase.h */ -CF_ENUM(OSStatus) { +enum { errAuthorizationSuccess = 0, errAuthorizationInvalidSet = -60001, /* The authorization rights are invalid. */ errAuthorizationInvalidRef = -60002, /* The authorization reference is invalid. */ diff --git a/OSX/libsecurity_codesigning/lib/CSCommon.h b/OSX/libsecurity_codesigning/lib/CSCommon.h index 70058cf1..367d3e37 100644 --- a/OSX/libsecurity_codesigning/lib/CSCommon.h +++ b/OSX/libsecurity_codesigning/lib/CSCommon.h @@ -42,7 +42,7 @@ CF_ASSUME_NONNULL_BEGIN Code Signing specific OSStatus codes. [Assigned range 0xFFFE_FAxx]. */ -CF_ENUM(OSStatus) { +enum { errSecCSUnimplemented = -67072, /* unimplemented code signing feature */ errSecCSInvalidObjectRef = -67071, /* invalid API object reference */ errSecCSInvalidFlags = -67070, /* invalid or inappropriate API flag(s) specified */ @@ -169,7 +169,7 @@ typedef struct CF_BRIDGED_TYPE(id) __SecRequirement *SecRequirementRef; /* code */ typedef u_int32_t SecGuestRef; -CF_ENUM(SecGuestRef) { +enum { kSecNoGuest = 0, /* not a valid SecGuestRef */ }; diff --git a/OSX/libsecurity_codesigning/lib/SecCode.h b/OSX/libsecurity_codesigning/lib/SecCode.h index 415506b4..a76edc80 100644 --- a/OSX/libsecurity_codesigning/lib/SecCode.h +++ b/OSX/libsecurity_codesigning/lib/SecCode.h @@ -97,7 +97,7 @@ OSStatus SecCodeCopySelf(SecCSFlags flags, SecCodeRef * __nonnull CF_RETURNS_RET @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in CSCommon.h or certain other Security framework headers. */ -CF_ENUM(uint32_t) { +enum { kSecCSUseAllArchitectures = 1 << 0, }; @@ -389,7 +389,7 @@ OSStatus SecCodeCopyDesignatedRequirement(SecStaticCodeRef code, SecCSFlags flag The algorithm used may change from time to time. However, for any existing signature, the value is stable. */ -CF_ENUM(uint32_t) { +enum { kSecCSInternalInformation = 1 << 0, kSecCSSigningInformation = 1 << 1, kSecCSRequirementInformation = 1 << 2, diff --git a/OSX/libsecurity_codesigning/lib/SecCodeHost.h b/OSX/libsecurity_codesigning/lib/SecCodeHost.h index 7e462af4..9e161f73 100644 --- a/OSX/libsecurity_codesigning/lib/SecCodeHost.h +++ b/OSX/libsecurity_codesigning/lib/SecCodeHost.h @@ -129,7 +129,7 @@ CF_ASSUME_NONNULL_BEGIN hash from the loaded in-memory signature of its guest and pass the result as an attribute with key kSecGuestAttributeHash. */ -CF_ENUM(uint32_t) { +enum { kSecCSDedicatedHost = 1 << 0, kSecCSGenerateGuestHash = 1 << 1, }; diff --git a/OSX/libsecurity_codesigning/lib/SecStaticCode.h b/OSX/libsecurity_codesigning/lib/SecStaticCode.h index a5e17ebb..6a759b7b 100644 --- a/OSX/libsecurity_codesigning/lib/SecStaticCode.h +++ b/OSX/libsecurity_codesigning/lib/SecStaticCode.h @@ -141,7 +141,7 @@ OSStatus SecStaticCodeCreateWithPathAndAttributes(CFURLRef path, SecCSFlags flag @result If validation succeeds, errSecSuccess. If validation fails, an OSStatus value documented in CSCommon.h or certain other Security framework headers. */ -CF_ENUM(uint32_t) { +enum { kSecCSCheckAllArchitectures = 1 << 0, kSecCSDoNotValidateExecutable = 1 << 1, kSecCSDoNotValidateResources = 1 << 2, diff --git a/OSX/libsecurity_dotmac_tp b/OSX/libsecurity_dotmac_tp new file mode 160000 index 00000000..23c248c6 --- /dev/null +++ b/OSX/libsecurity_dotmac_tp @@ -0,0 +1 @@ +Subproject commit 23c248c609b589dbfc3ad0aa505b8a51a2b3b667 diff --git a/OSX/libsecurity_keychain/lib/CMakeLists.txt b/OSX/libsecurity_keychain/lib/CMakeLists.txt new file mode 100644 index 00000000..d7534aa8 --- /dev/null +++ b/OSX/libsecurity_keychain/lib/CMakeLists.txt @@ -0,0 +1,99 @@ +project(libsecurity_keychain) + +cmake_minimum_required(VERSION 2.4.0) +enable_language(C ASM) + +if(COMMAND cmake_policy) + cmake_policy(SET CMP0003 NEW) + cmake_policy(SET CMP0005 NEW) +endif(COMMAND cmake_policy) + +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse -msse2 -msse3 -w -nostdinc -fblocks") +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__DARWIN_UNIX03 -fPIC -w") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -nostdinc -nostdinc++ -fblocks -Wno-deprecated") +set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -nostdlib -Wl,--version-script=${DARLING_TOP_DIRECTORY}/darwin.map") + +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..) +include_directories(${CMAKE_SOURCE_DIR}/src/external/corefoundation/Headers) +include_directories(${CMAKE_BINARY_DIR}/src/external/corefoundation/Headers) +include_directories(${CMAKE_SOURCE_DIR}/src/external/foundation/Headers) +include_directories(${CMAKE_SOURCE_DIR}/src/external/libcxx/include) +include_directories(${CMAKE_SOURCE_DIR}/src/external/libdispatch) +include_directories(${CMAKE_SOURCE_DIR}/src/CommonCrypto) + +add_definitions(-DOBJC2RUNTIME=1) + +set(security_keychain_sources + Access.cpp + ACL.cpp + Certificate.cpp + CertificateRequest.cpp + CertificateValues.cpp + cssmdatetime.cpp + defaultcreds.cpp + DLDBListCFPref.cpp + DynamicDLDBList.cpp + ExtendedAttribute.cpp + Globals.cpp + Identity.cpp + IdentityCursor.cpp + Item.cpp + KCCursor.cpp + KCEventNotifier.cpp + KCUtilities.cpp + Keychains.cpp + KeyItem.cpp + Password.cpp + Policies.cpp + PolicyCursor.cpp + PrimaryKey.cpp + SecAccess.cpp + SecACL.cpp + SecBase.cpp + SecCertificateBundle.cpp + SecCertificate.cpp + SecCertificateRequest.cpp + SecCFTypes.cpp + SecExport.cpp + SecExternalRep.cpp + SecFDERecoveryAsymmetricCrypto.cpp + SecIdentity.cpp + SecIdentitySearch.cpp + SecImport.cpp + SecImportExportAgg.cpp + SecImportExportCrypto.cpp + SecImportExportOpenSSH.cpp + SecImportExportPem.cpp + SecImportExportPkcs8.cpp + SecImportExportUtils.cpp + SecItem.cpp + SecKeychainAddIToolsPassword.cpp + SecKeychain.cpp + SecKeychainItem.cpp + SecKeychainItemExtendedAttributes.cpp + SecKeychainSearch.cpp + SecKey.cpp + SecNetscapeTemplates.cpp + SecPassword.cpp + SecPkcs8Templates.cpp + SecPolicy.cpp + SecPolicySearch.cpp + SecTrust.cpp + SecTrustedApplication.cpp + SecTrustSettings.cpp + SecWrappedKeys.cpp + StorageManager.cpp + TrustAdditions.cpp + Trust.cpp + TrustedApplication.cpp + TrustItem.cpp + TrustRevocation.cpp + TrustSettings.cpp + TrustSettingsUtils.cpp + TrustStore.cpp + UnlockReferralItem.cpp +) + +add_library(security_keychain STATIC ${security_keychain_sources}) + diff --git a/OSX/libsecurity_keychain/lib/SecAccess.h b/OSX/libsecurity_keychain/lib/SecAccess.h index 9464790f..09a2a65a 100644 --- a/OSX/libsecurity_keychain/lib/SecAccess.h +++ b/OSX/libsecurity_keychain/lib/SecAccess.h @@ -30,6 +30,7 @@ #ifndef _SECURITY_SECACCESS_H_ #define _SECURITY_SECACCESS_H_ +#include "security-duct.h" #include #include #include diff --git a/OSX/libsecurity_keychain/lib/SecBase.h b/OSX/libsecurity_keychain/lib/SecBase.h index 7a0cb546..2dbf056d 100644 --- a/OSX/libsecurity_keychain/lib/SecBase.h +++ b/OSX/libsecurity_keychain/lib/SecBase.h @@ -29,6 +29,7 @@ #ifndef _SECURITY_SECBASE_H_ #define _SECURITY_SECBASE_H_ +#include "security-duct.h" #include #include @@ -262,7 +263,7 @@ CFStringRef SecCopyErrorMessageString(OSStatus status, void * __nullable reserve line that does not start with errZZZ. */ -CF_ENUM(OSStatus) +enum { errSecSuccess = 0, /* No error. */ errSecUnimplemented = -4, /* Function or operation not implemented. */ diff --git a/OSX/libsecurity_keychain/lib/SecKey.h b/OSX/libsecurity_keychain/lib/SecKey.h index 5ac4080d..4ad5bbe7 100644 --- a/OSX/libsecurity_keychain/lib/SecKey.h +++ b/OSX/libsecurity_keychain/lib/SecKey.h @@ -119,7 +119,7 @@ CF_IMPLICIT_BRIDGING_ENABLED use the equivalent items defined in SecItem.h @@@. */ -CF_ENUM(int) +enum { kSecKeyKeyClass = 0, kSecKeyPrintName = 1, diff --git a/OSX/libsecurity_keychain/lib/SecKeychain.h b/OSX/libsecurity_keychain/lib/SecKeychain.h index 9062d613..0140e6f9 100644 --- a/OSX/libsecurity_keychain/lib/SecKeychain.h +++ b/OSX/libsecurity_keychain/lib/SecKeychain.h @@ -47,7 +47,7 @@ CF_ASSUME_NONNULL_BEGIN @constant kSecReadPermStatus Indicates the keychain is readable. @constant kSecWritePermStatus Indicates the keychain is writable. */ -CF_ENUM(UInt32) +enum { kSecUnlockStateStatus = 1, kSecReadPermStatus = 2, diff --git a/OSX/libsecurity_keychain/lib/StorageManager.h b/OSX/libsecurity_keychain/lib/StorageManager.h index edd02841..abda0b31 100644 --- a/OSX/libsecurity_keychain/lib/StorageManager.h +++ b/OSX/libsecurity_keychain/lib/StorageManager.h @@ -34,7 +34,7 @@ #include #include #include -#include +#include #define kLegacyKeychainRenamedSuffix "_renamed" #define kKeychainRenamedSuffix "_renamed_" diff --git a/OSX/libsecurity_keychain/libDER/CMakeLists.txt b/OSX/libsecurity_keychain/libDER/CMakeLists.txt new file mode 100644 index 00000000..18bdf690 --- /dev/null +++ b/OSX/libsecurity_keychain/libDER/CMakeLists.txt @@ -0,0 +1,29 @@ +project(libDER) + +cmake_minimum_required(VERSION 2.4.0) +enable_language(C ASM) + +if(COMMAND cmake_policy) + cmake_policy(SET CMP0003 NEW) + cmake_policy(SET CMP0005 NEW) +endif(COMMAND cmake_policy) + +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse -msse2 -msse3 -w -nostdinc -fPIC") + +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/libDER) + +set(der_sources + libDER/DER_CertCrl.c + libDER/DER_Decode.c + libDER/DER_Digest.c + libDER/DER_Encode.c + libDER/DER_Keys.c + libDER/oids.c + libDERUtils/fileIo.c + libDERUtils/libDERUtils.c + libDERUtils/printFields.c +) + +add_library(der STATIC ${der_sources}) + diff --git a/OSX/libsecurity_ssl/lib/CipherSuite.h b/OSX/libsecurity_ssl/lib/CipherSuite.h index ea6c2817..6344d1ed 100644 --- a/OSX/libsecurity_ssl/lib/CipherSuite.h +++ b/OSX/libsecurity_ssl/lib/CipherSuite.h @@ -43,7 +43,7 @@ typedef uint32_t SSLCipherSuite; typedef uint16_t SSLCipherSuite; #endif -CF_ENUM(SSLCipherSuite) +enum { SSL_NULL_WITH_NULL_NULL = 0x0000, SSL_RSA_WITH_NULL_MD5 = 0x0001, SSL_RSA_WITH_NULL_SHA = 0x0002, diff --git a/OSX/libsecurity_ssl/lib/SecureTransport.h b/OSX/libsecurity_ssl/lib/SecureTransport.h index 061ae594..d43a4b54 100644 --- a/OSX/libsecurity_ssl/lib/SecureTransport.h +++ b/OSX/libsecurity_ssl/lib/SecureTransport.h @@ -221,7 +221,7 @@ typedef OSStatus line that does not start with errZZZ. */ -CF_ENUM(OSStatus) { +enum { errSSLProtocol = -9800, /* SSL protocol error */ errSSLNegotiation = -9801, /* Cipher Suite negotiation failure */ errSSLFatalAlert = -9802, /* Fatal alert */ diff --git a/OSX/libsecurity_transform/lib/SecTransform.h b/OSX/libsecurity_transform/lib/SecTransform.h index 6b54ab44..6f367e13 100644 --- a/OSX/libsecurity_transform/lib/SecTransform.h +++ b/OSX/libsecurity_transform/lib/SecTransform.h @@ -176,7 +176,7 @@ CF_EXPORT const CFStringRef kSecTransformAbortOriginatorKey; */ -CF_ENUM(CFIndex) +enum { kSecTransformErrorAttributeNotFound = 1, kSecTransformErrorInvalidOperation = 2, diff --git a/OSX/libsecurity_utilities/lib/debugging_internal.h b/OSX/libsecurity_utilities/lib/debugging_internal.h index f4e7cb85..83a99d2a 100644 --- a/OSX/libsecurity_utilities/lib/debugging_internal.h +++ b/OSX/libsecurity_utilities/lib/debugging_internal.h @@ -36,7 +36,7 @@ extern "C" // typedef const void *DTException; -#include +//#include // // The debug-log macro is now unconditionally emitted as a DTrace static probe point. diff --git a/OSX/libsecurity_utilities/lib/refcount.h b/OSX/libsecurity_utilities/lib/refcount.h index 677376c5..569796ee 100644 --- a/OSX/libsecurity_utilities/lib/refcount.h +++ b/OSX/libsecurity_utilities/lib/refcount.h @@ -65,7 +65,7 @@ namespace Security { // class RefCount { public: - RefCount() : mRefCount(0) { RCDEBUG(CREATE); } + RefCount() : mRefCount(0) { /* RCDEBUG(CREATE); */ } protected: template friend class RefPointer; @@ -73,12 +73,12 @@ protected: void ref() const { OSAtomicIncrement32(&mRefCount); - RCDEBUG(UP, mRefCount); + //RCDEBUG(UP, mRefCount); } unsigned int unref() const { - RCDEBUG(DOWN, mRefCount - 1); + //RCDEBUG(DOWN, mRefCount - 1); return OSAtomicDecrement32(&mRefCount); } diff --git a/include/Security/ACL.h b/include/Security/ACL.h new file mode 120000 index 00000000..707d78ae --- /dev/null +++ b/include/Security/ACL.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/ACL.h \ No newline at end of file diff --git a/include/Security/ACsession.h b/include/Security/ACsession.h new file mode 120000 index 00000000..b331b3aa --- /dev/null +++ b/include/Security/ACsession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_plugin/lib/ACsession.h \ No newline at end of file diff --git a/include/Security/Access.h b/include/Security/Access.h new file mode 120000 index 00000000..bf4a8004 --- /dev/null +++ b/include/Security/Access.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/Access.h \ No newline at end of file diff --git a/include/Security/AppleBaselineEscrowCertificates.h b/include/Security/AppleBaselineEscrowCertificates.h new file mode 120000 index 00000000..4c3705db --- /dev/null +++ b/include/Security/AppleBaselineEscrowCertificates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/AppleBaselineEscrowCertificates.h \ No newline at end of file diff --git a/include/Security/AppleCSP.h b/include/Security/AppleCSP.h new file mode 120000 index 00000000..13df719b --- /dev/null +++ b/include/Security/AppleCSP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/AppleCSP.h \ No newline at end of file diff --git a/include/Security/AppleCSPContext.h b/include/Security/AppleCSPContext.h new file mode 120000 index 00000000..c3d4b321 --- /dev/null +++ b/include/Security/AppleCSPContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/AppleCSPContext.h \ No newline at end of file diff --git a/include/Security/AppleCSPKeys.h b/include/Security/AppleCSPKeys.h new file mode 120000 index 00000000..fa18664a --- /dev/null +++ b/include/Security/AppleCSPKeys.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/AppleCSPKeys.h \ No newline at end of file diff --git a/include/Security/AppleCSPSession.h b/include/Security/AppleCSPSession.h new file mode 120000 index 00000000..d90f9604 --- /dev/null +++ b/include/Security/AppleCSPSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/AppleCSPSession.h \ No newline at end of file diff --git a/include/Security/AppleCSPUtils.h b/include/Security/AppleCSPUtils.h new file mode 120000 index 00000000..62278df3 --- /dev/null +++ b/include/Security/AppleCSPUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/AppleCSPUtils.h \ No newline at end of file diff --git a/include/Security/AppleDatabase.h b/include/Security/AppleDatabase.h new file mode 120000 index 00000000..6384e727 --- /dev/null +++ b/include/Security/AppleDatabase.h @@ -0,0 +1 @@ +../../OSX/libsecurity_filedb/lib/AppleDatabase.h \ No newline at end of file diff --git a/include/Security/AppleDotMacTP.h b/include/Security/AppleDotMacTP.h new file mode 120000 index 00000000..b7369359 --- /dev/null +++ b/include/Security/AppleDotMacTP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_dotmac_tp/lib/AppleDotMacTP.h \ No newline at end of file diff --git a/include/Security/AppleDotMacTPSession.h b/include/Security/AppleDotMacTPSession.h new file mode 120000 index 00000000..d9a82478 --- /dev/null +++ b/include/Security/AppleDotMacTPSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_dotmac_tp/lib/AppleDotMacTPSession.h \ No newline at end of file diff --git a/include/Security/AppleFileDL.h b/include/Security/AppleFileDL.h new file mode 120000 index 00000000..79e240eb --- /dev/null +++ b/include/Security/AppleFileDL.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_file_dl/lib/AppleFileDL.h \ No newline at end of file diff --git a/include/Security/AppleManifest.h b/include/Security/AppleManifest.h new file mode 120000 index 00000000..017919a3 --- /dev/null +++ b/include/Security/AppleManifest.h @@ -0,0 +1 @@ +../../OSX/libsecurity_manifest/lib/AppleManifest.h \ No newline at end of file diff --git a/include/Security/AppleTP.h b/include/Security/AppleTP.h new file mode 120000 index 00000000..8d5bf331 --- /dev/null +++ b/include/Security/AppleTP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/AppleTP.h \ No newline at end of file diff --git a/include/Security/AppleTPSession.h b/include/Security/AppleTPSession.h new file mode 120000 index 00000000..6e2c3762 --- /dev/null +++ b/include/Security/AppleTPSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/AppleTPSession.h \ No newline at end of file diff --git a/include/Security/AppleX509CL.h b/include/Security/AppleX509CL.h new file mode 120000 index 00000000..f6c16f97 --- /dev/null +++ b/include/Security/AppleX509CL.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/AppleX509CL.h \ No newline at end of file diff --git a/include/Security/AppleX509CLSession.h b/include/Security/AppleX509CLSession.h new file mode 120000 index 00000000..789efc5a --- /dev/null +++ b/include/Security/AppleX509CLSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/AppleX509CLSession.h \ No newline at end of file diff --git a/include/Security/AtomicFile.h b/include/Security/AtomicFile.h new file mode 120000 index 00000000..52eebbf4 --- /dev/null +++ b/include/Security/AtomicFile.h @@ -0,0 +1 @@ +../../OSX/libsecurity_filedb/lib/AtomicFile.h \ No newline at end of file diff --git a/include/Security/AuthSession.h b/include/Security/AuthSession.h new file mode 120000 index 00000000..926fe46a --- /dev/null +++ b/include/Security/AuthSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_authorization/lib/AuthSession.h \ No newline at end of file diff --git a/include/Security/Authorization.h b/include/Security/Authorization.h new file mode 120000 index 00000000..3865ed2c --- /dev/null +++ b/include/Security/Authorization.h @@ -0,0 +1 @@ +../../OSX/libsecurity_authorization/lib/Authorization.h \ No newline at end of file diff --git a/include/Security/AuthorizationDB.h b/include/Security/AuthorizationDB.h new file mode 120000 index 00000000..0c7389fe --- /dev/null +++ b/include/Security/AuthorizationDB.h @@ -0,0 +1 @@ +../../OSX/libsecurity_authorization/lib/AuthorizationDB.h \ No newline at end of file diff --git a/include/Security/AuthorizationData.h b/include/Security/AuthorizationData.h new file mode 120000 index 00000000..32c7f608 --- /dev/null +++ b/include/Security/AuthorizationData.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/AuthorizationData.h \ No newline at end of file diff --git a/include/Security/AuthorizationPlugin.h b/include/Security/AuthorizationPlugin.h new file mode 120000 index 00000000..583986d1 --- /dev/null +++ b/include/Security/AuthorizationPlugin.h @@ -0,0 +1 @@ +../../OSX/libsecurity_authorization/lib/AuthorizationPlugin.h \ No newline at end of file diff --git a/include/Security/AuthorizationPriv.h b/include/Security/AuthorizationPriv.h new file mode 120000 index 00000000..dfa650fb --- /dev/null +++ b/include/Security/AuthorizationPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_authorization/lib/AuthorizationPriv.h \ No newline at end of file diff --git a/include/Security/AuthorizationTags.h b/include/Security/AuthorizationTags.h new file mode 120000 index 00000000..7a01eee7 --- /dev/null +++ b/include/Security/AuthorizationTags.h @@ -0,0 +1 @@ +../../OSX/libsecurity_authorization/lib/AuthorizationTags.h \ No newline at end of file diff --git a/include/Security/AuthorizationTagsPriv.h b/include/Security/AuthorizationTagsPriv.h new file mode 120000 index 00000000..ce8be504 --- /dev/null +++ b/include/Security/AuthorizationTagsPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_authorization/lib/AuthorizationTagsPriv.h \ No newline at end of file diff --git a/include/Security/AuthorizationWalkers.h b/include/Security/AuthorizationWalkers.h new file mode 120000 index 00000000..331f2824 --- /dev/null +++ b/include/Security/AuthorizationWalkers.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/AuthorizationWalkers.h \ No newline at end of file diff --git a/include/Security/BinaryKey.h b/include/Security/BinaryKey.h new file mode 120000 index 00000000..901a3be7 --- /dev/null +++ b/include/Security/BinaryKey.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/BinaryKey.h \ No newline at end of file diff --git a/include/Security/BlockCryptor.h b/include/Security/BlockCryptor.h new file mode 120000 index 00000000..d85fc4cb --- /dev/null +++ b/include/Security/BlockCryptor.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/BlockCryptor.h \ No newline at end of file diff --git a/include/Security/CCallbackMgr.h b/include/Security/CCallbackMgr.h new file mode 120000 index 00000000..9018e7b0 --- /dev/null +++ b/include/Security/CCallbackMgr.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/CCallbackMgr.h \ No newline at end of file diff --git a/include/Security/CLCachedEntry.h b/include/Security/CLCachedEntry.h new file mode 120000 index 00000000..f9bdeefc --- /dev/null +++ b/include/Security/CLCachedEntry.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/CLCachedEntry.h \ No newline at end of file diff --git a/include/Security/CLCertExtensions.h b/include/Security/CLCertExtensions.h new file mode 120000 index 00000000..a6530c60 --- /dev/null +++ b/include/Security/CLCertExtensions.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/CLCertExtensions.h \ No newline at end of file diff --git a/include/Security/CLCrlExtensions.h b/include/Security/CLCrlExtensions.h new file mode 120000 index 00000000..19a07da3 --- /dev/null +++ b/include/Security/CLCrlExtensions.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/CLCrlExtensions.h \ No newline at end of file diff --git a/include/Security/CLFieldsCommon.h b/include/Security/CLFieldsCommon.h new file mode 120000 index 00000000..a42ab1da --- /dev/null +++ b/include/Security/CLFieldsCommon.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/CLFieldsCommon.h \ No newline at end of file diff --git a/include/Security/CLsession.h b/include/Security/CLsession.h new file mode 120000 index 00000000..d5973c7b --- /dev/null +++ b/include/Security/CLsession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_plugin/lib/CLsession.h \ No newline at end of file diff --git a/include/Security/CMSDecoder.h b/include/Security/CMSDecoder.h new file mode 120000 index 00000000..049371af --- /dev/null +++ b/include/Security/CMSDecoder.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cms/lib/CMSDecoder.h \ No newline at end of file diff --git a/include/Security/CMSEncoder.h b/include/Security/CMSEncoder.h new file mode 120000 index 00000000..2450403c --- /dev/null +++ b/include/Security/CMSEncoder.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cms/lib/CMSEncoder.h \ No newline at end of file diff --git a/include/Security/CMSPrivate.h b/include/Security/CMSPrivate.h new file mode 120000 index 00000000..f29537a6 --- /dev/null +++ b/include/Security/CMSPrivate.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cms/lib/CMSPrivate.h \ No newline at end of file diff --git a/include/Security/CMSUtils.h b/include/Security/CMSUtils.h new file mode 120000 index 00000000..7bff18b5 --- /dev/null +++ b/include/Security/CMSUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cms/lib/CMSUtils.h \ No newline at end of file diff --git a/include/Security/CSCommon.h b/include/Security/CSCommon.h new file mode 120000 index 00000000..3e2eee77 --- /dev/null +++ b/include/Security/CSCommon.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/CSCommon.h \ No newline at end of file diff --git a/include/Security/CSCommonPriv.h b/include/Security/CSCommonPriv.h new file mode 120000 index 00000000..0113a5a3 --- /dev/null +++ b/include/Security/CSCommonPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/CSCommonPriv.h \ No newline at end of file diff --git a/include/Security/CSPAttacher.h b/include/Security/CSPAttacher.h new file mode 120000 index 00000000..d81053f7 --- /dev/null +++ b/include/Security/CSPAttacher.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/CSPAttacher.h \ No newline at end of file diff --git a/include/Security/CSPDLDatabase.h b/include/Security/CSPDLDatabase.h new file mode 120000 index 00000000..406f0ce9 --- /dev/null +++ b/include/Security/CSPDLDatabase.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_cspdl/lib/CSPDLDatabase.h \ No newline at end of file diff --git a/include/Security/CSPDLPlugin.h b/include/Security/CSPDLPlugin.h new file mode 120000 index 00000000..99586abe --- /dev/null +++ b/include/Security/CSPDLPlugin.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_cspdl/lib/CSPDLPlugin.h \ No newline at end of file diff --git a/include/Security/CSPsession.h b/include/Security/CSPsession.h new file mode 120000 index 00000000..f7350ce7 --- /dev/null +++ b/include/Security/CSPsession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_plugin/lib/CSPsession.h \ No newline at end of file diff --git a/include/Security/Certificate.h b/include/Security/Certificate.h new file mode 120000 index 00000000..a3d7ff7a --- /dev/null +++ b/include/Security/Certificate.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/Certificate.h \ No newline at end of file diff --git a/include/Security/CertificateRequest.h b/include/Security/CertificateRequest.h new file mode 120000 index 00000000..5bfcc0ce --- /dev/null +++ b/include/Security/CertificateRequest.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/CertificateRequest.h \ No newline at end of file diff --git a/include/Security/CertificateValues.h b/include/Security/CertificateValues.h new file mode 120000 index 00000000..a5b7b89b --- /dev/null +++ b/include/Security/CertificateValues.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/CertificateValues.h \ No newline at end of file diff --git a/include/Security/CipherFileDES.h b/include/Security/CipherFileDES.h new file mode 120000 index 00000000..4ace93eb --- /dev/null +++ b/include/Security/CipherFileDES.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/CipherFileDES.h \ No newline at end of file diff --git a/include/Security/CipherFileFEED.h b/include/Security/CipherFileFEED.h new file mode 120000 index 00000000..954a63fc --- /dev/null +++ b/include/Security/CipherFileFEED.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/CipherFileFEED.h \ No newline at end of file diff --git a/include/Security/CipherFileTypes.h b/include/Security/CipherFileTypes.h new file mode 120000 index 00000000..91332a01 --- /dev/null +++ b/include/Security/CipherFileTypes.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/CipherFileTypes.h \ No newline at end of file diff --git a/include/Security/CipherSuite.h b/include/Security/CipherSuite.h new file mode 120000 index 00000000..72a3feb8 --- /dev/null +++ b/include/Security/CipherSuite.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/CipherSuite.h \ No newline at end of file diff --git a/include/Security/Code.h b/include/Security/Code.h new file mode 120000 index 00000000..97b3af9d --- /dev/null +++ b/include/Security/Code.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/Code.h \ No newline at end of file diff --git a/include/Security/CodeSigner.h b/include/Security/CodeSigner.h new file mode 120000 index 00000000..4642c825 --- /dev/null +++ b/include/Security/CodeSigner.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/CodeSigner.h \ No newline at end of file diff --git a/include/Security/CodeSigning.h b/include/Security/CodeSigning.h new file mode 120000 index 00000000..75dcca20 --- /dev/null +++ b/include/Security/CodeSigning.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/CodeSigning.h \ No newline at end of file diff --git a/include/Security/CoreFoundationBasics.h b/include/Security/CoreFoundationBasics.h new file mode 120000 index 00000000..99e6d346 --- /dev/null +++ b/include/Security/CoreFoundationBasics.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/CoreFoundationBasics.h \ No newline at end of file diff --git a/include/Security/Crypt.h b/include/Security/Crypt.h new file mode 120000 index 00000000..bbafd37d --- /dev/null +++ b/include/Security/Crypt.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/Crypt.h \ No newline at end of file diff --git a/include/Security/CryptKit.h b/include/Security/CryptKit.h new file mode 120000 index 00000000..7085d56f --- /dev/null +++ b/include/Security/CryptKit.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/CryptKit.h \ No newline at end of file diff --git a/include/Security/CryptKitAsn1.h b/include/Security/CryptKitAsn1.h new file mode 120000 index 00000000..43c3d91c --- /dev/null +++ b/include/Security/CryptKitAsn1.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/CryptKitAsn1.h \ No newline at end of file diff --git a/include/Security/CryptKitDER.h b/include/Security/CryptKitDER.h new file mode 120000 index 00000000..231efea3 --- /dev/null +++ b/include/Security/CryptKitDER.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/CryptKitDER.h \ No newline at end of file diff --git a/include/Security/CryptKitSA.h b/include/Security/CryptKitSA.h new file mode 120000 index 00000000..959e269a --- /dev/null +++ b/include/Security/CryptKitSA.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/CryptKitSA.h \ No newline at end of file diff --git a/include/Security/CryptKitSpace.h b/include/Security/CryptKitSpace.h new file mode 120000 index 00000000..42401a26 --- /dev/null +++ b/include/Security/CryptKitSpace.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/CryptKitSpace.h \ No newline at end of file diff --git a/include/Security/DER_CertCrl.h b/include/Security/DER_CertCrl.h new file mode 120000 index 00000000..3a3d79e3 --- /dev/null +++ b/include/Security/DER_CertCrl.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/libDER/libDER/DER_CertCrl.h \ No newline at end of file diff --git a/include/Security/DER_Decode.h b/include/Security/DER_Decode.h new file mode 120000 index 00000000..28505d40 --- /dev/null +++ b/include/Security/DER_Decode.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/libDER/libDER/DER_Decode.h \ No newline at end of file diff --git a/include/Security/DER_Digest.h b/include/Security/DER_Digest.h new file mode 120000 index 00000000..5dc2abb2 --- /dev/null +++ b/include/Security/DER_Digest.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/libDER/libDER/DER_Digest.h \ No newline at end of file diff --git a/include/Security/DER_Encode.h b/include/Security/DER_Encode.h new file mode 120000 index 00000000..5667994f --- /dev/null +++ b/include/Security/DER_Encode.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/libDER/libDER/DER_Encode.h \ No newline at end of file diff --git a/include/Security/DER_Keys.h b/include/Security/DER_Keys.h new file mode 120000 index 00000000..311f3ede --- /dev/null +++ b/include/Security/DER_Keys.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/libDER/libDER/DER_Keys.h \ No newline at end of file diff --git a/include/Security/DH_csp.h b/include/Security/DH_csp.h new file mode 120000 index 00000000..4efc58b1 --- /dev/null +++ b/include/Security/DH_csp.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/DH_csp.h \ No newline at end of file diff --git a/include/Security/DH_exchange.h b/include/Security/DH_exchange.h new file mode 120000 index 00000000..39f6962b --- /dev/null +++ b/include/Security/DH_exchange.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/DH_exchange.h \ No newline at end of file diff --git a/include/Security/DH_keys.h b/include/Security/DH_keys.h new file mode 120000 index 00000000..d23232ab --- /dev/null +++ b/include/Security/DH_keys.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/DH_keys.h \ No newline at end of file diff --git a/include/Security/DH_utils.h b/include/Security/DH_utils.h new file mode 120000 index 00000000..88f80da6 --- /dev/null +++ b/include/Security/DH_utils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/DH_utils.h \ No newline at end of file diff --git a/include/Security/DLDBList.h b/include/Security/DLDBList.h new file mode 120000 index 00000000..9439b3f6 --- /dev/null +++ b/include/Security/DLDBList.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/DLDBList.h \ No newline at end of file diff --git a/include/Security/DLDBListCFPref.h b/include/Security/DLDBListCFPref.h new file mode 120000 index 00000000..b1fafa1c --- /dev/null +++ b/include/Security/DLDBListCFPref.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/DLDBListCFPref.h \ No newline at end of file diff --git a/include/Security/DLsession.h b/include/Security/DLsession.h new file mode 120000 index 00000000..acc00413 --- /dev/null +++ b/include/Security/DLsession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_plugin/lib/DLsession.h \ No newline at end of file diff --git a/include/Security/Database.h b/include/Security/Database.h new file mode 120000 index 00000000..8b9dc328 --- /dev/null +++ b/include/Security/Database.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_plugin/lib/Database.h \ No newline at end of file diff --git a/include/Security/DatabaseSession.h b/include/Security/DatabaseSession.h new file mode 120000 index 00000000..0d364138 --- /dev/null +++ b/include/Security/DatabaseSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_plugin/lib/DatabaseSession.h \ No newline at end of file diff --git a/include/Security/DbContext.h b/include/Security/DbContext.h new file mode 120000 index 00000000..dd92176f --- /dev/null +++ b/include/Security/DbContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_plugin/lib/DbContext.h \ No newline at end of file diff --git a/include/Security/DbIndex.h b/include/Security/DbIndex.h new file mode 120000 index 00000000..832ecf12 --- /dev/null +++ b/include/Security/DbIndex.h @@ -0,0 +1 @@ +../../OSX/libsecurity_filedb/lib/DbIndex.h \ No newline at end of file diff --git a/include/Security/DbQuery.h b/include/Security/DbQuery.h new file mode 120000 index 00000000..f577f5e1 --- /dev/null +++ b/include/Security/DbQuery.h @@ -0,0 +1 @@ +../../OSX/libsecurity_filedb/lib/DbQuery.h \ No newline at end of file diff --git a/include/Security/DbValue.h b/include/Security/DbValue.h new file mode 120000 index 00000000..0eee4811 --- /dev/null +++ b/include/Security/DbValue.h @@ -0,0 +1 @@ +../../OSX/libsecurity_filedb/lib/DbValue.h \ No newline at end of file diff --git a/include/Security/DecodedCert.h b/include/Security/DecodedCert.h new file mode 120000 index 00000000..148fe4e7 --- /dev/null +++ b/include/Security/DecodedCert.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/DecodedCert.h \ No newline at end of file diff --git a/include/Security/DecodedCrl.h b/include/Security/DecodedCrl.h new file mode 120000 index 00000000..6f6f7317 --- /dev/null +++ b/include/Security/DecodedCrl.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/DecodedCrl.h \ No newline at end of file diff --git a/include/Security/DecodedExtensions.h b/include/Security/DecodedExtensions.h new file mode 120000 index 00000000..782c9b50 --- /dev/null +++ b/include/Security/DecodedExtensions.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/DecodedExtensions.h \ No newline at end of file diff --git a/include/Security/DecodedItem.h b/include/Security/DecodedItem.h new file mode 120000 index 00000000..7b6f8ad9 --- /dev/null +++ b/include/Security/DecodedItem.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/DecodedItem.h \ No newline at end of file diff --git a/include/Security/Digest.h b/include/Security/Digest.h new file mode 120000 index 00000000..37c04064 --- /dev/null +++ b/include/Security/Digest.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/Digest.h \ No newline at end of file diff --git a/include/Security/DigestContext.h b/include/Security/DigestContext.h new file mode 120000 index 00000000..36e098d0 --- /dev/null +++ b/include/Security/DigestContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/DigestContext.h \ No newline at end of file diff --git a/include/Security/Digest_block.h b/include/Security/Digest_block.h new file mode 120000 index 00000000..183ab055 --- /dev/null +++ b/include/Security/Digest_block.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/Digest_block.h \ No newline at end of file diff --git a/include/Security/Download.h b/include/Security/Download.h new file mode 120000 index 00000000..cf1093c9 --- /dev/null +++ b/include/Security/Download.h @@ -0,0 +1 @@ +../../OSX/libsecurity_manifest/lib/Download.h \ No newline at end of file diff --git a/include/Security/DynamicDLDBList.h b/include/Security/DynamicDLDBList.h new file mode 120000 index 00000000..face9589 --- /dev/null +++ b/include/Security/DynamicDLDBList.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/DynamicDLDBList.h \ No newline at end of file diff --git a/include/Security/ECDSA_Profile.h b/include/Security/ECDSA_Profile.h new file mode 120000 index 00000000..bb91fafa --- /dev/null +++ b/include/Security/ECDSA_Profile.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/ECDSA_Profile.h \ No newline at end of file diff --git a/include/Security/ECDSA_Verify_Prefix.h b/include/Security/ECDSA_Verify_Prefix.h new file mode 120000 index 00000000..1e5be6fa --- /dev/null +++ b/include/Security/ECDSA_Verify_Prefix.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/ECDSA_Verify_Prefix.h \ No newline at end of file diff --git a/include/Security/EncryptTransform.h b/include/Security/EncryptTransform.h new file mode 120000 index 00000000..2c5215f4 --- /dev/null +++ b/include/Security/EncryptTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/EncryptTransform.h \ No newline at end of file diff --git a/include/Security/EncryptTransformUtilities.h b/include/Security/EncryptTransformUtilities.h new file mode 120000 index 00000000..db9e02d4 --- /dev/null +++ b/include/Security/EncryptTransformUtilities.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/EncryptTransformUtilities.h \ No newline at end of file diff --git a/include/Security/ExtendedAttribute.h b/include/Security/ExtendedAttribute.h new file mode 120000 index 00000000..77f98d6e --- /dev/null +++ b/include/Security/ExtendedAttribute.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/ExtendedAttribute.h \ No newline at end of file diff --git a/include/Security/FEEAsymmetricContext.h b/include/Security/FEEAsymmetricContext.h new file mode 120000 index 00000000..f254fbb4 --- /dev/null +++ b/include/Security/FEEAsymmetricContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/FEEAsymmetricContext.h \ No newline at end of file diff --git a/include/Security/FEECSPUtils.h b/include/Security/FEECSPUtils.h new file mode 120000 index 00000000..0fe252e6 --- /dev/null +++ b/include/Security/FEECSPUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/FEECSPUtils.h \ No newline at end of file diff --git a/include/Security/FEEKeys.h b/include/Security/FEEKeys.h new file mode 120000 index 00000000..e8012b89 --- /dev/null +++ b/include/Security/FEEKeys.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/FEEKeys.h \ No newline at end of file diff --git a/include/Security/FEESignatureObject.h b/include/Security/FEESignatureObject.h new file mode 120000 index 00000000..c671e3ea --- /dev/null +++ b/include/Security/FEESignatureObject.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/FEESignatureObject.h \ No newline at end of file diff --git a/include/Security/Globals.h b/include/Security/Globals.h new file mode 120000 index 00000000..6cb6395b --- /dev/null +++ b/include/Security/Globals.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/Globals.h \ No newline at end of file diff --git a/include/Security/GroupTransform.h b/include/Security/GroupTransform.h new file mode 120000 index 00000000..823f624b --- /dev/null +++ b/include/Security/GroupTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/GroupTransform.h \ No newline at end of file diff --git a/include/Security/HMACSHA1.h b/include/Security/HMACSHA1.h new file mode 120000 index 00000000..bbd29ced --- /dev/null +++ b/include/Security/HMACSHA1.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/HMACSHA1.h \ No newline at end of file diff --git a/include/Security/HmacSha1Legacy.h b/include/Security/HmacSha1Legacy.h new file mode 120000 index 00000000..a1159251 --- /dev/null +++ b/include/Security/HmacSha1Legacy.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/HmacSha1Legacy.h \ No newline at end of file diff --git a/include/Security/Identity.h b/include/Security/Identity.h new file mode 120000 index 00000000..7026f7f7 --- /dev/null +++ b/include/Security/Identity.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/Identity.h \ No newline at end of file diff --git a/include/Security/IdentityCursor.h b/include/Security/IdentityCursor.h new file mode 120000 index 00000000..b6378981 --- /dev/null +++ b/include/Security/IdentityCursor.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/IdentityCursor.h \ No newline at end of file diff --git a/include/Security/Item.h b/include/Security/Item.h new file mode 120000 index 00000000..50ff5938 --- /dev/null +++ b/include/Security/Item.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/Item.h \ No newline at end of file diff --git a/include/Security/KCCursor.h b/include/Security/KCCursor.h new file mode 120000 index 00000000..43c7c36a --- /dev/null +++ b/include/Security/KCCursor.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/KCCursor.h \ No newline at end of file diff --git a/include/Security/KCEventNotifier.h b/include/Security/KCEventNotifier.h new file mode 120000 index 00000000..30fa630c --- /dev/null +++ b/include/Security/KCEventNotifier.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/KCEventNotifier.h \ No newline at end of file diff --git a/include/Security/KCExceptions.h b/include/Security/KCExceptions.h new file mode 120000 index 00000000..17bc16a9 --- /dev/null +++ b/include/Security/KCExceptions.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/KCExceptions.h \ No newline at end of file diff --git a/include/Security/KCUtilities.h b/include/Security/KCUtilities.h new file mode 120000 index 00000000..bebfa9b5 --- /dev/null +++ b/include/Security/KCUtilities.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/KCUtilities.h \ No newline at end of file diff --git a/include/Security/KeyItem.h b/include/Security/KeyItem.h new file mode 120000 index 00000000..57d4c5d8 --- /dev/null +++ b/include/Security/KeyItem.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/KeyItem.h \ No newline at end of file diff --git a/include/Security/KeySchema.h b/include/Security/KeySchema.h new file mode 120000 index 00000000..b831f2f2 --- /dev/null +++ b/include/Security/KeySchema.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/KeySchema.h \ No newline at end of file diff --git a/include/Security/Keychains.h b/include/Security/Keychains.h new file mode 120000 index 00000000..f688dda5 --- /dev/null +++ b/include/Security/Keychains.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/Keychains.h \ No newline at end of file diff --git a/include/Security/LinkedList.h b/include/Security/LinkedList.h new file mode 120000 index 00000000..3a85937f --- /dev/null +++ b/include/Security/LinkedList.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/LinkedList.h \ No newline at end of file diff --git a/include/Security/LockedMap.h b/include/Security/LockedMap.h new file mode 120000 index 00000000..cb5f5caa --- /dev/null +++ b/include/Security/LockedMap.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/LockedMap.h \ No newline at end of file diff --git a/include/Security/MD2Object.h b/include/Security/MD2Object.h new file mode 120000 index 00000000..48cd499f --- /dev/null +++ b/include/Security/MD2Object.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/MD2Object.h \ No newline at end of file diff --git a/include/Security/MDSAttrParser.h b/include/Security/MDSAttrParser.h new file mode 120000 index 00000000..a4528781 --- /dev/null +++ b/include/Security/MDSAttrParser.h @@ -0,0 +1 @@ +../../OSX/libsecurity_mds/lib/MDSAttrParser.h \ No newline at end of file diff --git a/include/Security/MDSAttrStrings.h b/include/Security/MDSAttrStrings.h new file mode 120000 index 00000000..f87255d2 --- /dev/null +++ b/include/Security/MDSAttrStrings.h @@ -0,0 +1 @@ +../../OSX/libsecurity_mds/lib/MDSAttrStrings.h \ No newline at end of file diff --git a/include/Security/MDSAttrUtils.h b/include/Security/MDSAttrUtils.h new file mode 120000 index 00000000..552b5d7c --- /dev/null +++ b/include/Security/MDSAttrUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_mds/lib/MDSAttrUtils.h \ No newline at end of file diff --git a/include/Security/MDSDatabase.h b/include/Security/MDSDatabase.h new file mode 120000 index 00000000..70f0ceeb --- /dev/null +++ b/include/Security/MDSDatabase.h @@ -0,0 +1 @@ +../../OSX/libsecurity_mds/lib/MDSDatabase.h \ No newline at end of file diff --git a/include/Security/MDSDictionary.h b/include/Security/MDSDictionary.h new file mode 120000 index 00000000..7cf54ee5 --- /dev/null +++ b/include/Security/MDSDictionary.h @@ -0,0 +1 @@ +../../OSX/libsecurity_mds/lib/MDSDictionary.h \ No newline at end of file diff --git a/include/Security/MDSModule.h b/include/Security/MDSModule.h new file mode 120000 index 00000000..9ca7ed7e --- /dev/null +++ b/include/Security/MDSModule.h @@ -0,0 +1 @@ +../../OSX/libsecurity_mds/lib/MDSModule.h \ No newline at end of file diff --git a/include/Security/MDSPrefs.h b/include/Security/MDSPrefs.h new file mode 120000 index 00000000..e708ae7b --- /dev/null +++ b/include/Security/MDSPrefs.h @@ -0,0 +1 @@ +../../OSX/libsecurity_mds/lib/MDSPrefs.h \ No newline at end of file diff --git a/include/Security/MDSSchema.h b/include/Security/MDSSchema.h new file mode 120000 index 00000000..3fb20d09 --- /dev/null +++ b/include/Security/MDSSchema.h @@ -0,0 +1 @@ +../../OSX/libsecurity_mds/lib/MDSSchema.h \ No newline at end of file diff --git a/include/Security/MDSSession.h b/include/Security/MDSSession.h new file mode 120000 index 00000000..5fa77bf8 --- /dev/null +++ b/include/Security/MDSSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_mds/lib/MDSSession.h \ No newline at end of file diff --git a/include/Security/MacContext.h b/include/Security/MacContext.h new file mode 120000 index 00000000..ba973954 --- /dev/null +++ b/include/Security/MacContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/MacContext.h \ No newline at end of file diff --git a/include/Security/MacOSErrorStrings.h b/include/Security/MacOSErrorStrings.h new file mode 120000 index 00000000..1e8d193d --- /dev/null +++ b/include/Security/MacOSErrorStrings.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/MacOSErrorStrings.h \ No newline at end of file diff --git a/include/Security/Manifest.h b/include/Security/Manifest.h new file mode 120000 index 00000000..35c0e7d0 --- /dev/null +++ b/include/Security/Manifest.h @@ -0,0 +1 @@ +../../OSX/libsecurity_manifest/lib/Manifest.h \ No newline at end of file diff --git a/include/Security/ManifestInternal.h b/include/Security/ManifestInternal.h new file mode 120000 index 00000000..db7f046c --- /dev/null +++ b/include/Security/ManifestInternal.h @@ -0,0 +1 @@ +../../OSX/libsecurity_manifest/lib/ManifestInternal.h \ No newline at end of file diff --git a/include/Security/ManifestSigner.h b/include/Security/ManifestSigner.h new file mode 120000 index 00000000..bbacbeff --- /dev/null +++ b/include/Security/ManifestSigner.h @@ -0,0 +1 @@ +../../OSX/libsecurity_manifest/lib/ManifestSigner.h \ No newline at end of file diff --git a/include/Security/MetaAttribute.h b/include/Security/MetaAttribute.h new file mode 120000 index 00000000..5f754a04 --- /dev/null +++ b/include/Security/MetaAttribute.h @@ -0,0 +1 @@ +../../OSX/libsecurity_filedb/lib/MetaAttribute.h \ No newline at end of file diff --git a/include/Security/MetaRecord.h b/include/Security/MetaRecord.h new file mode 120000 index 00000000..6d4dbd01 --- /dev/null +++ b/include/Security/MetaRecord.h @@ -0,0 +1 @@ +../../OSX/libsecurity_filedb/lib/MetaRecord.h \ No newline at end of file diff --git a/include/Security/Monitor.h b/include/Security/Monitor.h new file mode 120000 index 00000000..371bd878 --- /dev/null +++ b/include/Security/Monitor.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/Monitor.h \ No newline at end of file diff --git a/include/Security/NSCipherFile.h b/include/Security/NSCipherFile.h new file mode 120000 index 00000000..7489ea23 --- /dev/null +++ b/include/Security/NSCipherFile.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/NSCipherFile.h \ No newline at end of file diff --git a/include/Security/NSCryptors.h b/include/Security/NSCryptors.h new file mode 120000 index 00000000..6fe05417 --- /dev/null +++ b/include/Security/NSCryptors.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/NSCryptors.h \ No newline at end of file diff --git a/include/Security/NSDESCryptor.h b/include/Security/NSDESCryptor.h new file mode 120000 index 00000000..98bc6797 --- /dev/null +++ b/include/Security/NSDESCryptor.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/NSDESCryptor.h \ No newline at end of file diff --git a/include/Security/NSFEEPublicKey.h b/include/Security/NSFEEPublicKey.h new file mode 120000 index 00000000..f2f05478 --- /dev/null +++ b/include/Security/NSFEEPublicKey.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/NSFEEPublicKey.h \ No newline at end of file diff --git a/include/Security/NSFEEPublicKeyPrivate.h b/include/Security/NSFEEPublicKeyPrivate.h new file mode 120000 index 00000000..a468743a --- /dev/null +++ b/include/Security/NSFEEPublicKeyPrivate.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/NSFEEPublicKeyPrivate.h \ No newline at end of file diff --git a/include/Security/NSMD5Hash.h b/include/Security/NSMD5Hash.h new file mode 120000 index 00000000..6e5509ee --- /dev/null +++ b/include/Security/NSMD5Hash.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/NSMD5Hash.h \ No newline at end of file diff --git a/include/Security/NSRandomNumberGenerator.h b/include/Security/NSRandomNumberGenerator.h new file mode 120000 index 00000000..88f62249 --- /dev/null +++ b/include/Security/NSRandomNumberGenerator.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/NSRandomNumberGenerator.h \ No newline at end of file diff --git a/include/Security/NullCryptor.h b/include/Security/NullCryptor.h new file mode 120000 index 00000000..1ba6c6d8 --- /dev/null +++ b/include/Security/NullCryptor.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/NullCryptor.h \ No newline at end of file diff --git a/include/Security/NullTransform.h b/include/Security/NullTransform.h new file mode 120000 index 00000000..82d146d5 --- /dev/null +++ b/include/Security/NullTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/NullTransform.h \ No newline at end of file diff --git a/include/Security/OverUnderflowCheck.h b/include/Security/OverUnderflowCheck.h new file mode 120000 index 00000000..ba410c9d --- /dev/null +++ b/include/Security/OverUnderflowCheck.h @@ -0,0 +1 @@ +../../OSX/libsecurity_filedb/lib/OverUnderflowCheck.h \ No newline at end of file diff --git a/include/Security/Password.h b/include/Security/Password.h new file mode 120000 index 00000000..51056a26 --- /dev/null +++ b/include/Security/Password.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/Password.h \ No newline at end of file diff --git a/include/Security/Policies.h b/include/Security/Policies.h new file mode 120000 index 00000000..0d2a4dd9 --- /dev/null +++ b/include/Security/Policies.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/Policies.h \ No newline at end of file diff --git a/include/Security/PolicyCursor.h b/include/Security/PolicyCursor.h new file mode 120000 index 00000000..2715a7df --- /dev/null +++ b/include/Security/PolicyCursor.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/PolicyCursor.h \ No newline at end of file diff --git a/include/Security/PrimaryKey.h b/include/Security/PrimaryKey.h new file mode 120000 index 00000000..5dac2a61 --- /dev/null +++ b/include/Security/PrimaryKey.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/PrimaryKey.h \ No newline at end of file diff --git a/include/Security/RSA_DSA_csp.h b/include/Security/RSA_DSA_csp.h new file mode 120000 index 00000000..05de6a38 --- /dev/null +++ b/include/Security/RSA_DSA_csp.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/RSA_DSA_csp.h \ No newline at end of file diff --git a/include/Security/RSA_DSA_keys.h b/include/Security/RSA_DSA_keys.h new file mode 120000 index 00000000..a7efd28d --- /dev/null +++ b/include/Security/RSA_DSA_keys.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/RSA_DSA_keys.h \ No newline at end of file diff --git a/include/Security/RSA_DSA_signature.h b/include/Security/RSA_DSA_signature.h new file mode 120000 index 00000000..cfc180b4 --- /dev/null +++ b/include/Security/RSA_DSA_signature.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/RSA_DSA_signature.h \ No newline at end of file diff --git a/include/Security/RSA_DSA_utils.h b/include/Security/RSA_DSA_utils.h new file mode 120000 index 00000000..22deec66 --- /dev/null +++ b/include/Security/RSA_DSA_utils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/RSA_DSA_utils.h \ No newline at end of file diff --git a/include/Security/RSA_asymmetric.h b/include/Security/RSA_asymmetric.h new file mode 120000 index 00000000..902625a8 --- /dev/null +++ b/include/Security/RSA_asymmetric.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/RSA_asymmetric.h \ No newline at end of file diff --git a/include/Security/RawSigner.h b/include/Security/RawSigner.h new file mode 120000 index 00000000..0a23665d --- /dev/null +++ b/include/Security/RawSigner.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/RawSigner.h \ No newline at end of file diff --git a/include/Security/ReadWriteSection.h b/include/Security/ReadWriteSection.h new file mode 120000 index 00000000..7744df68 --- /dev/null +++ b/include/Security/ReadWriteSection.h @@ -0,0 +1 @@ +../../OSX/libsecurity_filedb/lib/ReadWriteSection.h \ No newline at end of file diff --git a/include/Security/RequirementKeywords.h b/include/Security/RequirementKeywords.h new file mode 120000 index 00000000..9d8a566a --- /dev/null +++ b/include/Security/RequirementKeywords.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/RequirementKeywords.h \ No newline at end of file diff --git a/include/Security/Requirements.h b/include/Security/Requirements.h new file mode 120000 index 00000000..6561c966 --- /dev/null +++ b/include/Security/Requirements.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/Requirements.h \ No newline at end of file diff --git a/include/Security/SDCSPDLDatabase.h b/include/Security/SDCSPDLDatabase.h new file mode 120000 index 00000000..d5bc1a44 --- /dev/null +++ b/include/Security/SDCSPDLDatabase.h @@ -0,0 +1 @@ +../../OSX/libsecurity_sd_cspdl/lib/SDCSPDLDatabase.h \ No newline at end of file diff --git a/include/Security/SDCSPDLPlugin.h b/include/Security/SDCSPDLPlugin.h new file mode 120000 index 00000000..d3fd6e67 --- /dev/null +++ b/include/Security/SDCSPDLPlugin.h @@ -0,0 +1 @@ +../../OSX/libsecurity_sd_cspdl/lib/SDCSPDLPlugin.h \ No newline at end of file diff --git a/include/Security/SDCSPDLSession.h b/include/Security/SDCSPDLSession.h new file mode 120000 index 00000000..1bb7616c --- /dev/null +++ b/include/Security/SDCSPDLSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_sd_cspdl/lib/SDCSPDLSession.h \ No newline at end of file diff --git a/include/Security/SDCSPSession.h b/include/Security/SDCSPSession.h new file mode 120000 index 00000000..d5f3ce57 --- /dev/null +++ b/include/Security/SDCSPSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_sd_cspdl/lib/SDCSPSession.h \ No newline at end of file diff --git a/include/Security/SDContext.h b/include/Security/SDContext.h new file mode 120000 index 00000000..494b737e --- /dev/null +++ b/include/Security/SDContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_sd_cspdl/lib/SDContext.h \ No newline at end of file diff --git a/include/Security/SDDLSession.h b/include/Security/SDDLSession.h new file mode 120000 index 00000000..76ef044a --- /dev/null +++ b/include/Security/SDDLSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_sd_cspdl/lib/SDDLSession.h \ No newline at end of file diff --git a/include/Security/SDFactory.h b/include/Security/SDFactory.h new file mode 120000 index 00000000..3b870bd4 --- /dev/null +++ b/include/Security/SDFactory.h @@ -0,0 +1 @@ +../../OSX/libsecurity_sd_cspdl/lib/SDFactory.h \ No newline at end of file diff --git a/include/Security/SDKey.h b/include/Security/SDKey.h new file mode 120000 index 00000000..87011190 --- /dev/null +++ b/include/Security/SDKey.h @@ -0,0 +1 @@ +../../OSX/libsecurity_sd_cspdl/lib/SDKey.h \ No newline at end of file diff --git a/include/Security/SHA1_MD5_Object.h b/include/Security/SHA1_MD5_Object.h new file mode 120000 index 00000000..d1f3660e --- /dev/null +++ b/include/Security/SHA1_MD5_Object.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/SHA1_MD5_Object.h \ No newline at end of file diff --git a/include/Security/SHA2_Object.h b/include/Security/SHA2_Object.h new file mode 120000 index 00000000..0b5295cd --- /dev/null +++ b/include/Security/SHA2_Object.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/SHA2_Object.h \ No newline at end of file diff --git a/include/Security/SSCSPDLSession.h b/include/Security/SSCSPDLSession.h new file mode 120000 index 00000000..73d83ff0 --- /dev/null +++ b/include/Security/SSCSPDLSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_cspdl/lib/SSCSPDLSession.h \ No newline at end of file diff --git a/include/Security/SSCSPSession.h b/include/Security/SSCSPSession.h new file mode 120000 index 00000000..ff5c5c4e --- /dev/null +++ b/include/Security/SSCSPSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_cspdl/lib/SSCSPSession.h \ No newline at end of file diff --git a/include/Security/SSContext.h b/include/Security/SSContext.h new file mode 120000 index 00000000..0b4d5496 --- /dev/null +++ b/include/Security/SSContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_cspdl/lib/SSContext.h \ No newline at end of file diff --git a/include/Security/SSDLSession.h b/include/Security/SSDLSession.h new file mode 120000 index 00000000..4c0a3b0d --- /dev/null +++ b/include/Security/SSDLSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_cspdl/lib/SSDLSession.h \ No newline at end of file diff --git a/include/Security/SSDatabase.h b/include/Security/SSDatabase.h new file mode 120000 index 00000000..226e1f36 --- /dev/null +++ b/include/Security/SSDatabase.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_cspdl/lib/SSDatabase.h \ No newline at end of file diff --git a/include/Security/SSFactory.h b/include/Security/SSFactory.h new file mode 120000 index 00000000..791c3ba5 --- /dev/null +++ b/include/Security/SSFactory.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_cspdl/lib/SSFactory.h \ No newline at end of file diff --git a/include/Security/SSKey.h b/include/Security/SSKey.h new file mode 120000 index 00000000..01c353f1 --- /dev/null +++ b/include/Security/SSKey.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_cspdl/lib/SSKey.h \ No newline at end of file diff --git a/include/Security/SSLRecordInternal.h b/include/Security/SSLRecordInternal.h new file mode 120000 index 00000000..e39e8c07 --- /dev/null +++ b/include/Security/SSLRecordInternal.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/SSLRecordInternal.h \ No newline at end of file diff --git a/include/Security/Schema.h b/include/Security/Schema.h new file mode 120000 index 00000000..90a6ce24 --- /dev/null +++ b/include/Security/Schema.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/Schema.h \ No newline at end of file diff --git a/include/Security/SecACL.h b/include/Security/SecACL.h new file mode 120000 index 00000000..01c002a3 --- /dev/null +++ b/include/Security/SecACL.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecACL.h \ No newline at end of file diff --git a/include/Security/SecAccess.h b/include/Security/SecAccess.h new file mode 120000 index 00000000..a3d602e6 --- /dev/null +++ b/include/Security/SecAccess.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecAccess.h \ No newline at end of file diff --git a/include/Security/SecAccessPriv.h b/include/Security/SecAccessPriv.h new file mode 120000 index 00000000..63820afd --- /dev/null +++ b/include/Security/SecAccessPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecAccessPriv.h \ No newline at end of file diff --git a/include/Security/SecAsn1Coder.h b/include/Security/SecAsn1Coder.h new file mode 120000 index 00000000..05b5692e --- /dev/null +++ b/include/Security/SecAsn1Coder.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/SecAsn1Coder.h \ No newline at end of file diff --git a/include/Security/SecAsn1Templates.h b/include/Security/SecAsn1Templates.h new file mode 120000 index 00000000..ce4d426f --- /dev/null +++ b/include/Security/SecAsn1Templates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/SecAsn1Templates.h \ No newline at end of file diff --git a/include/Security/SecAsn1Types.h b/include/Security/SecAsn1Types.h new file mode 120000 index 00000000..8001b9ef --- /dev/null +++ b/include/Security/SecAsn1Types.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/SecAsn1Types.h \ No newline at end of file diff --git a/include/Security/SecAsn1TypesP.h b/include/Security/SecAsn1TypesP.h new file mode 120000 index 00000000..d8f87f23 --- /dev/null +++ b/include/Security/SecAsn1TypesP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecAsn1TypesP.h \ No newline at end of file diff --git a/include/Security/SecAssessment.h b/include/Security/SecAssessment.h new file mode 120000 index 00000000..a4db9e80 --- /dev/null +++ b/include/Security/SecAssessment.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecAssessment.h \ No newline at end of file diff --git a/include/Security/SecBase.h b/include/Security/SecBase.h new file mode 120000 index 00000000..b62e666f --- /dev/null +++ b/include/Security/SecBase.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecBase.h \ No newline at end of file diff --git a/include/Security/SecBase64P.h b/include/Security/SecBase64P.h new file mode 120000 index 00000000..c2401a3c --- /dev/null +++ b/include/Security/SecBase64P.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecBase64P.h \ No newline at end of file diff --git a/include/Security/SecBaseP.h b/include/Security/SecBaseP.h new file mode 120000 index 00000000..467d85c5 --- /dev/null +++ b/include/Security/SecBaseP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecBaseP.h \ No newline at end of file diff --git a/include/Security/SecBasePriv.h b/include/Security/SecBasePriv.h new file mode 120000 index 00000000..28a38d53 --- /dev/null +++ b/include/Security/SecBasePriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecBasePriv.h \ No newline at end of file diff --git a/include/Security/SecBridge.h b/include/Security/SecBridge.h new file mode 120000 index 00000000..853a9d98 --- /dev/null +++ b/include/Security/SecBridge.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecBridge.h \ No newline at end of file diff --git a/include/Security/SecCFTypes.h b/include/Security/SecCFTypes.h new file mode 120000 index 00000000..ed5e3d99 --- /dev/null +++ b/include/Security/SecCFTypes.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecCFTypes.h \ No newline at end of file diff --git a/include/Security/SecCMS.h b/include/Security/SecCMS.h new file mode 120000 index 00000000..08a988a0 --- /dev/null +++ b/include/Security/SecCMS.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCMS.h \ No newline at end of file diff --git a/include/Security/SecCertificate.h b/include/Security/SecCertificate.h new file mode 120000 index 00000000..cb39c9ae --- /dev/null +++ b/include/Security/SecCertificate.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecCertificate.h \ No newline at end of file diff --git a/include/Security/SecCertificateBundle.h b/include/Security/SecCertificateBundle.h new file mode 120000 index 00000000..f077eb51 --- /dev/null +++ b/include/Security/SecCertificateBundle.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecCertificateBundle.h \ No newline at end of file diff --git a/include/Security/SecCertificateInternalP.h b/include/Security/SecCertificateInternalP.h new file mode 120000 index 00000000..fafa6662 --- /dev/null +++ b/include/Security/SecCertificateInternalP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecCertificateInternalP.h \ No newline at end of file diff --git a/include/Security/SecCertificateOIDs.h b/include/Security/SecCertificateOIDs.h new file mode 120000 index 00000000..5de2519b --- /dev/null +++ b/include/Security/SecCertificateOIDs.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecCertificateOIDs.h \ No newline at end of file diff --git a/include/Security/SecCertificateP.h b/include/Security/SecCertificateP.h new file mode 120000 index 00000000..3efafe7d --- /dev/null +++ b/include/Security/SecCertificateP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecCertificateP.h \ No newline at end of file diff --git a/include/Security/SecCertificatePriv.h b/include/Security/SecCertificatePriv.h new file mode 120000 index 00000000..22c43d0a --- /dev/null +++ b/include/Security/SecCertificatePriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecCertificatePriv.h \ No newline at end of file diff --git a/include/Security/SecCertificatePrivP.h b/include/Security/SecCertificatePrivP.h new file mode 120000 index 00000000..480aa323 --- /dev/null +++ b/include/Security/SecCertificatePrivP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecCertificatePrivP.h \ No newline at end of file diff --git a/include/Security/SecCertificateRequest.h b/include/Security/SecCertificateRequest.h new file mode 120000 index 00000000..908ede30 --- /dev/null +++ b/include/Security/SecCertificateRequest.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecCertificateRequest.h \ No newline at end of file diff --git a/include/Security/SecCmsBase.h b/include/Security/SecCmsBase.h new file mode 120000 index 00000000..b3b006f5 --- /dev/null +++ b/include/Security/SecCmsBase.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCmsBase.h \ No newline at end of file diff --git a/include/Security/SecCmsContentInfo.h b/include/Security/SecCmsContentInfo.h new file mode 120000 index 00000000..de74b1d7 --- /dev/null +++ b/include/Security/SecCmsContentInfo.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCmsContentInfo.h \ No newline at end of file diff --git a/include/Security/SecCmsDecoder.h b/include/Security/SecCmsDecoder.h new file mode 120000 index 00000000..336fc08d --- /dev/null +++ b/include/Security/SecCmsDecoder.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCmsDecoder.h \ No newline at end of file diff --git a/include/Security/SecCmsDigestContext.h b/include/Security/SecCmsDigestContext.h new file mode 120000 index 00000000..95436b9a --- /dev/null +++ b/include/Security/SecCmsDigestContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCmsDigestContext.h \ No newline at end of file diff --git a/include/Security/SecCmsDigestedData.h b/include/Security/SecCmsDigestedData.h new file mode 120000 index 00000000..3b70e817 --- /dev/null +++ b/include/Security/SecCmsDigestedData.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCmsDigestedData.h \ No newline at end of file diff --git a/include/Security/SecCmsEncoder.h b/include/Security/SecCmsEncoder.h new file mode 120000 index 00000000..75ba5438 --- /dev/null +++ b/include/Security/SecCmsEncoder.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCmsEncoder.h \ No newline at end of file diff --git a/include/Security/SecCmsEncryptedData.h b/include/Security/SecCmsEncryptedData.h new file mode 120000 index 00000000..45311874 --- /dev/null +++ b/include/Security/SecCmsEncryptedData.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCmsEncryptedData.h \ No newline at end of file diff --git a/include/Security/SecCmsEnvelopedData.h b/include/Security/SecCmsEnvelopedData.h new file mode 120000 index 00000000..4e076c56 --- /dev/null +++ b/include/Security/SecCmsEnvelopedData.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCmsEnvelopedData.h \ No newline at end of file diff --git a/include/Security/SecCmsMessage.h b/include/Security/SecCmsMessage.h new file mode 120000 index 00000000..baad3d22 --- /dev/null +++ b/include/Security/SecCmsMessage.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCmsMessage.h \ No newline at end of file diff --git a/include/Security/SecCmsRecipientInfo.h b/include/Security/SecCmsRecipientInfo.h new file mode 120000 index 00000000..10a50c9f --- /dev/null +++ b/include/Security/SecCmsRecipientInfo.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCmsRecipientInfo.h \ No newline at end of file diff --git a/include/Security/SecCmsSignedData.h b/include/Security/SecCmsSignedData.h new file mode 120000 index 00000000..058697ab --- /dev/null +++ b/include/Security/SecCmsSignedData.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCmsSignedData.h \ No newline at end of file diff --git a/include/Security/SecCmsSignerInfo.h b/include/Security/SecCmsSignerInfo.h new file mode 120000 index 00000000..577efe3f --- /dev/null +++ b/include/Security/SecCmsSignerInfo.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecCmsSignerInfo.h \ No newline at end of file diff --git a/include/Security/SecCode.h b/include/Security/SecCode.h new file mode 120000 index 00000000..4c7a138f --- /dev/null +++ b/include/Security/SecCode.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecCode.h \ No newline at end of file diff --git a/include/Security/SecCodeHost.h b/include/Security/SecCodeHost.h new file mode 120000 index 00000000..03747897 --- /dev/null +++ b/include/Security/SecCodeHost.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecCodeHost.h \ No newline at end of file diff --git a/include/Security/SecCodeHostLib.h b/include/Security/SecCodeHostLib.h new file mode 120000 index 00000000..19a75ee9 --- /dev/null +++ b/include/Security/SecCodeHostLib.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecCodeHostLib.h \ No newline at end of file diff --git a/include/Security/SecCodePriv.h b/include/Security/SecCodePriv.h new file mode 120000 index 00000000..3751650a --- /dev/null +++ b/include/Security/SecCodePriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecCodePriv.h \ No newline at end of file diff --git a/include/Security/SecCodeSigner.h b/include/Security/SecCodeSigner.h new file mode 120000 index 00000000..49a42541 --- /dev/null +++ b/include/Security/SecCodeSigner.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecCodeSigner.h \ No newline at end of file diff --git a/include/Security/SecCollectTransform.h b/include/Security/SecCollectTransform.h new file mode 120000 index 00000000..7ca3f002 --- /dev/null +++ b/include/Security/SecCollectTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecCollectTransform.h \ No newline at end of file diff --git a/include/Security/SecCustomTransform.h b/include/Security/SecCustomTransform.h new file mode 120000 index 00000000..3d309fe2 --- /dev/null +++ b/include/Security/SecCustomTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecCustomTransform.h \ No newline at end of file diff --git a/include/Security/SecDecodeTransform.h b/include/Security/SecDecodeTransform.h new file mode 120000 index 00000000..88cfe42e --- /dev/null +++ b/include/Security/SecDecodeTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecDecodeTransform.h \ No newline at end of file diff --git a/include/Security/SecDigestTransform.h b/include/Security/SecDigestTransform.h new file mode 120000 index 00000000..f982ca7f --- /dev/null +++ b/include/Security/SecDigestTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecDigestTransform.h \ No newline at end of file diff --git a/include/Security/SecEncodeTransform.h b/include/Security/SecEncodeTransform.h new file mode 120000 index 00000000..727e3ca1 --- /dev/null +++ b/include/Security/SecEncodeTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecEncodeTransform.h \ No newline at end of file diff --git a/include/Security/SecEncryptTransform.h b/include/Security/SecEncryptTransform.h new file mode 120000 index 00000000..b9b03781 --- /dev/null +++ b/include/Security/SecEncryptTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecEncryptTransform.h \ No newline at end of file diff --git a/include/Security/SecExternalRep.h b/include/Security/SecExternalRep.h new file mode 120000 index 00000000..b94bca85 --- /dev/null +++ b/include/Security/SecExternalRep.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecExternalRep.h \ No newline at end of file diff --git a/include/Security/SecExternalSourceTransform.h b/include/Security/SecExternalSourceTransform.h new file mode 120000 index 00000000..3d5d6ada --- /dev/null +++ b/include/Security/SecExternalSourceTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecExternalSourceTransform.h \ No newline at end of file diff --git a/include/Security/SecFDERecoveryAsymmetricCrypto.h b/include/Security/SecFDERecoveryAsymmetricCrypto.h new file mode 120000 index 00000000..4b6761b0 --- /dev/null +++ b/include/Security/SecFDERecoveryAsymmetricCrypto.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecFDERecoveryAsymmetricCrypto.h \ No newline at end of file diff --git a/include/Security/SecFrameworkP.h b/include/Security/SecFrameworkP.h new file mode 120000 index 00000000..41502b23 --- /dev/null +++ b/include/Security/SecFrameworkP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecFrameworkP.h \ No newline at end of file diff --git a/include/Security/SecGroupTransform.h b/include/Security/SecGroupTransform.h new file mode 120000 index 00000000..52f8f84c --- /dev/null +++ b/include/Security/SecGroupTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecGroupTransform.h \ No newline at end of file diff --git a/include/Security/SecIdentity.h b/include/Security/SecIdentity.h new file mode 120000 index 00000000..1caa165e --- /dev/null +++ b/include/Security/SecIdentity.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecIdentity.h \ No newline at end of file diff --git a/include/Security/SecIdentityPriv.h b/include/Security/SecIdentityPriv.h new file mode 120000 index 00000000..2e5f8f26 --- /dev/null +++ b/include/Security/SecIdentityPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecIdentityPriv.h \ No newline at end of file diff --git a/include/Security/SecIdentitySearch.h b/include/Security/SecIdentitySearch.h new file mode 120000 index 00000000..5ee0d23c --- /dev/null +++ b/include/Security/SecIdentitySearch.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecIdentitySearch.h \ No newline at end of file diff --git a/include/Security/SecIdentitySearchPriv.h b/include/Security/SecIdentitySearchPriv.h new file mode 120000 index 00000000..2c14df0b --- /dev/null +++ b/include/Security/SecIdentitySearchPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecIdentitySearchPriv.h \ No newline at end of file diff --git a/include/Security/SecImportExport.h b/include/Security/SecImportExport.h new file mode 120000 index 00000000..95324d00 --- /dev/null +++ b/include/Security/SecImportExport.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecImportExport.h \ No newline at end of file diff --git a/include/Security/SecImportExportAgg.h b/include/Security/SecImportExportAgg.h new file mode 120000 index 00000000..e06f209b --- /dev/null +++ b/include/Security/SecImportExportAgg.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecImportExportAgg.h \ No newline at end of file diff --git a/include/Security/SecImportExportCrypto.h b/include/Security/SecImportExportCrypto.h new file mode 120000 index 00000000..69571e39 --- /dev/null +++ b/include/Security/SecImportExportCrypto.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecImportExportCrypto.h \ No newline at end of file diff --git a/include/Security/SecImportExportOpenSSH.h b/include/Security/SecImportExportOpenSSH.h new file mode 120000 index 00000000..375fd9ef --- /dev/null +++ b/include/Security/SecImportExportOpenSSH.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecImportExportOpenSSH.h \ No newline at end of file diff --git a/include/Security/SecImportExportPem.h b/include/Security/SecImportExportPem.h new file mode 120000 index 00000000..af97f700 --- /dev/null +++ b/include/Security/SecImportExportPem.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecImportExportPem.h \ No newline at end of file diff --git a/include/Security/SecImportExportPkcs8.h b/include/Security/SecImportExportPkcs8.h new file mode 120000 index 00000000..c21b1dc8 --- /dev/null +++ b/include/Security/SecImportExportPkcs8.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecImportExportPkcs8.h \ No newline at end of file diff --git a/include/Security/SecImportExportUtils.h b/include/Security/SecImportExportUtils.h new file mode 120000 index 00000000..2d168c09 --- /dev/null +++ b/include/Security/SecImportExportUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecImportExportUtils.h \ No newline at end of file diff --git a/include/Security/SecIntegrity.h b/include/Security/SecIntegrity.h new file mode 120000 index 00000000..3e4d42ea --- /dev/null +++ b/include/Security/SecIntegrity.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecIntegrity.h \ No newline at end of file diff --git a/include/Security/SecIntegrityLib.h b/include/Security/SecIntegrityLib.h new file mode 120000 index 00000000..72b0aed6 --- /dev/null +++ b/include/Security/SecIntegrityLib.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecIntegrityLib.h \ No newline at end of file diff --git a/include/Security/SecInternal.h b/include/Security/SecInternal.h new file mode 120000 index 00000000..1e5b9c2d --- /dev/null +++ b/include/Security/SecInternal.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecInternal.h \ No newline at end of file diff --git a/include/Security/SecInternalP.h b/include/Security/SecInternalP.h new file mode 120000 index 00000000..8163bc39 --- /dev/null +++ b/include/Security/SecInternalP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecInternalP.h \ No newline at end of file diff --git a/include/Security/SecItem.h b/include/Security/SecItem.h new file mode 120000 index 00000000..76072dac --- /dev/null +++ b/include/Security/SecItem.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecItem.h \ No newline at end of file diff --git a/include/Security/SecItemPriv.h b/include/Security/SecItemPriv.h new file mode 120000 index 00000000..9fb8c78f --- /dev/null +++ b/include/Security/SecItemPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecItemPriv.h \ No newline at end of file diff --git a/include/Security/SecKey.h b/include/Security/SecKey.h new file mode 120000 index 00000000..fc67149a --- /dev/null +++ b/include/Security/SecKey.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecKey.h \ No newline at end of file diff --git a/include/Security/SecKeyPriv.h b/include/Security/SecKeyPriv.h new file mode 120000 index 00000000..292ecbdb --- /dev/null +++ b/include/Security/SecKeyPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecKeyPriv.h \ No newline at end of file diff --git a/include/Security/SecKeychain.h b/include/Security/SecKeychain.h new file mode 120000 index 00000000..ff8b81d2 --- /dev/null +++ b/include/Security/SecKeychain.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecKeychain.h \ No newline at end of file diff --git a/include/Security/SecKeychainItem.h b/include/Security/SecKeychainItem.h new file mode 120000 index 00000000..5c3e6385 --- /dev/null +++ b/include/Security/SecKeychainItem.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecKeychainItem.h \ No newline at end of file diff --git a/include/Security/SecKeychainItemExtendedAttributes.h b/include/Security/SecKeychainItemExtendedAttributes.h new file mode 120000 index 00000000..85d3baa1 --- /dev/null +++ b/include/Security/SecKeychainItemExtendedAttributes.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecKeychainItemExtendedAttributes.h \ No newline at end of file diff --git a/include/Security/SecKeychainItemPriv.h b/include/Security/SecKeychainItemPriv.h new file mode 120000 index 00000000..a5908a64 --- /dev/null +++ b/include/Security/SecKeychainItemPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecKeychainItemPriv.h \ No newline at end of file diff --git a/include/Security/SecKeychainPriv.h b/include/Security/SecKeychainPriv.h new file mode 120000 index 00000000..c954fa9b --- /dev/null +++ b/include/Security/SecKeychainPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecKeychainPriv.h \ No newline at end of file diff --git a/include/Security/SecKeychainSearch.h b/include/Security/SecKeychainSearch.h new file mode 120000 index 00000000..110f6230 --- /dev/null +++ b/include/Security/SecKeychainSearch.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecKeychainSearch.h \ No newline at end of file diff --git a/include/Security/SecKeychainSearchPriv.h b/include/Security/SecKeychainSearchPriv.h new file mode 120000 index 00000000..036364c8 --- /dev/null +++ b/include/Security/SecKeychainSearchPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecKeychainSearchPriv.h \ No newline at end of file diff --git a/include/Security/SecManifest.h b/include/Security/SecManifest.h new file mode 120000 index 00000000..786468f7 --- /dev/null +++ b/include/Security/SecManifest.h @@ -0,0 +1 @@ +../../OSX/libsecurity_manifest/lib/SecManifest.h \ No newline at end of file diff --git a/include/Security/SecMaskGenerationFunctionTransform.h b/include/Security/SecMaskGenerationFunctionTransform.h new file mode 120000 index 00000000..ff0834cc --- /dev/null +++ b/include/Security/SecMaskGenerationFunctionTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecMaskGenerationFunctionTransform.h \ No newline at end of file diff --git a/include/Security/SecNetscapeTemplates.h b/include/Security/SecNetscapeTemplates.h new file mode 120000 index 00000000..1e47dce2 --- /dev/null +++ b/include/Security/SecNetscapeTemplates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecNetscapeTemplates.h \ No newline at end of file diff --git a/include/Security/SecNssCoder.h b/include/Security/SecNssCoder.h new file mode 120000 index 00000000..f152feda --- /dev/null +++ b/include/Security/SecNssCoder.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/SecNssCoder.h \ No newline at end of file diff --git a/include/Security/SecNullTransform.h b/include/Security/SecNullTransform.h new file mode 120000 index 00000000..2ba702af --- /dev/null +++ b/include/Security/SecNullTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecNullTransform.h \ No newline at end of file diff --git a/include/Security/SecPassword.h b/include/Security/SecPassword.h new file mode 120000 index 00000000..0a898f5e --- /dev/null +++ b/include/Security/SecPassword.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecPassword.h \ No newline at end of file diff --git a/include/Security/SecPkcs12.h b/include/Security/SecPkcs12.h new file mode 120000 index 00000000..f6335842 --- /dev/null +++ b/include/Security/SecPkcs12.h @@ -0,0 +1 @@ +../../OSX/libsecurity_pkcs12/lib/SecPkcs12.h \ No newline at end of file diff --git a/include/Security/SecPkcs8Templates.h b/include/Security/SecPkcs8Templates.h new file mode 120000 index 00000000..6c17177b --- /dev/null +++ b/include/Security/SecPkcs8Templates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecPkcs8Templates.h \ No newline at end of file diff --git a/include/Security/SecPolicy.h b/include/Security/SecPolicy.h new file mode 120000 index 00000000..42906219 --- /dev/null +++ b/include/Security/SecPolicy.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecPolicy.h \ No newline at end of file diff --git a/include/Security/SecPolicyPriv.h b/include/Security/SecPolicyPriv.h new file mode 120000 index 00000000..2587d8e9 --- /dev/null +++ b/include/Security/SecPolicyPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecPolicyPriv.h \ No newline at end of file diff --git a/include/Security/SecPolicySearch.h b/include/Security/SecPolicySearch.h new file mode 120000 index 00000000..12fb766d --- /dev/null +++ b/include/Security/SecPolicySearch.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecPolicySearch.h \ No newline at end of file diff --git a/include/Security/SecRSAKeyP.h b/include/Security/SecRSAKeyP.h new file mode 120000 index 00000000..329e4315 --- /dev/null +++ b/include/Security/SecRSAKeyP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecRSAKeyP.h \ No newline at end of file diff --git a/include/Security/SecRandom.h b/include/Security/SecRandom.h new file mode 120000 index 00000000..bfc1d347 --- /dev/null +++ b/include/Security/SecRandom.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecRandom.h \ No newline at end of file diff --git a/include/Security/SecRandomP.h b/include/Security/SecRandomP.h new file mode 120000 index 00000000..aa7fa911 --- /dev/null +++ b/include/Security/SecRandomP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecRandomP.h \ No newline at end of file diff --git a/include/Security/SecReadTransform.h b/include/Security/SecReadTransform.h new file mode 120000 index 00000000..6a3294db --- /dev/null +++ b/include/Security/SecReadTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecReadTransform.h \ No newline at end of file diff --git a/include/Security/SecRecoveryPassword.h b/include/Security/SecRecoveryPassword.h new file mode 120000 index 00000000..168b07a4 --- /dev/null +++ b/include/Security/SecRecoveryPassword.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecRecoveryPassword.h \ No newline at end of file diff --git a/include/Security/SecRequirement.h b/include/Security/SecRequirement.h new file mode 120000 index 00000000..e35d3d42 --- /dev/null +++ b/include/Security/SecRequirement.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecRequirement.h \ No newline at end of file diff --git a/include/Security/SecRequirementPriv.h b/include/Security/SecRequirementPriv.h new file mode 120000 index 00000000..8de46ba5 --- /dev/null +++ b/include/Security/SecRequirementPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecRequirementPriv.h \ No newline at end of file diff --git a/include/Security/SecSMIME.h b/include/Security/SecSMIME.h new file mode 120000 index 00000000..14ac7192 --- /dev/null +++ b/include/Security/SecSMIME.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecSMIME.h \ No newline at end of file diff --git a/include/Security/SecSMIMEPriv.h b/include/Security/SecSMIMEPriv.h new file mode 120000 index 00000000..1682660e --- /dev/null +++ b/include/Security/SecSMIMEPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/SecSMIMEPriv.h \ No newline at end of file diff --git a/include/Security/SecSignVerifyTransform.h b/include/Security/SecSignVerifyTransform.h new file mode 120000 index 00000000..b8c56d31 --- /dev/null +++ b/include/Security/SecSignVerifyTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecSignVerifyTransform.h \ No newline at end of file diff --git a/include/Security/SecStaticCode.h b/include/Security/SecStaticCode.h new file mode 120000 index 00000000..83c52a34 --- /dev/null +++ b/include/Security/SecStaticCode.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecStaticCode.h \ No newline at end of file diff --git a/include/Security/SecStaticCodePriv.h b/include/Security/SecStaticCodePriv.h new file mode 120000 index 00000000..e7a96838 --- /dev/null +++ b/include/Security/SecStaticCodePriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecStaticCodePriv.h \ No newline at end of file diff --git a/include/Security/SecTask.h b/include/Security/SecTask.h new file mode 120000 index 00000000..7b179eff --- /dev/null +++ b/include/Security/SecTask.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecTask.h \ No newline at end of file diff --git a/include/Security/SecTaskPriv.h b/include/Security/SecTaskPriv.h new file mode 120000 index 00000000..f7869855 --- /dev/null +++ b/include/Security/SecTaskPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/SecTaskPriv.h \ No newline at end of file diff --git a/include/Security/SecTransform.h b/include/Security/SecTransform.h new file mode 120000 index 00000000..ce26181b --- /dev/null +++ b/include/Security/SecTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecTransform.h \ No newline at end of file diff --git a/include/Security/SecTransformInternal.h b/include/Security/SecTransformInternal.h new file mode 120000 index 00000000..ed4643da --- /dev/null +++ b/include/Security/SecTransformInternal.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecTransformInternal.h \ No newline at end of file diff --git a/include/Security/SecTransformReadTransform.h b/include/Security/SecTransformReadTransform.h new file mode 120000 index 00000000..aee0a499 --- /dev/null +++ b/include/Security/SecTransformReadTransform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecTransformReadTransform.h \ No newline at end of file diff --git a/include/Security/SecTransformValidator.h b/include/Security/SecTransformValidator.h new file mode 120000 index 00000000..766255e6 --- /dev/null +++ b/include/Security/SecTransformValidator.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SecTransformValidator.h \ No newline at end of file diff --git a/include/Security/SecTrust.h b/include/Security/SecTrust.h new file mode 120000 index 00000000..8b84f257 --- /dev/null +++ b/include/Security/SecTrust.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecTrust.h \ No newline at end of file diff --git a/include/Security/SecTrustPriv.h b/include/Security/SecTrustPriv.h new file mode 120000 index 00000000..98951000 --- /dev/null +++ b/include/Security/SecTrustPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecTrustPriv.h \ No newline at end of file diff --git a/include/Security/SecTrustSettings.h b/include/Security/SecTrustSettings.h new file mode 120000 index 00000000..ef1ef9a4 --- /dev/null +++ b/include/Security/SecTrustSettings.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecTrustSettings.h \ No newline at end of file diff --git a/include/Security/SecTrustSettingsCertificates.h b/include/Security/SecTrustSettingsCertificates.h new file mode 120000 index 00000000..c2bcc2fc --- /dev/null +++ b/include/Security/SecTrustSettingsCertificates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecTrustSettingsCertificates.h \ No newline at end of file diff --git a/include/Security/SecTrustSettingsPriv.h b/include/Security/SecTrustSettingsPriv.h new file mode 120000 index 00000000..6c224d55 --- /dev/null +++ b/include/Security/SecTrustSettingsPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecTrustSettingsPriv.h \ No newline at end of file diff --git a/include/Security/SecTrustedApplication.h b/include/Security/SecTrustedApplication.h new file mode 120000 index 00000000..a4d7facc --- /dev/null +++ b/include/Security/SecTrustedApplication.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecTrustedApplication.h \ No newline at end of file diff --git a/include/Security/SecTrustedApplicationPriv.h b/include/Security/SecTrustedApplicationPriv.h new file mode 120000 index 00000000..c1aebfe4 --- /dev/null +++ b/include/Security/SecTrustedApplicationPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/SecTrustedApplicationPriv.h \ No newline at end of file diff --git a/include/Security/SecureDownload.h b/include/Security/SecureDownload.h new file mode 120000 index 00000000..817f2686 --- /dev/null +++ b/include/Security/SecureDownload.h @@ -0,0 +1 @@ +../../OSX/libsecurity_manifest/lib/SecureDownload.h \ No newline at end of file diff --git a/include/Security/SecureDownloadInternal.h b/include/Security/SecureDownloadInternal.h new file mode 120000 index 00000000..e232dfcf --- /dev/null +++ b/include/Security/SecureDownloadInternal.h @@ -0,0 +1 @@ +../../OSX/libsecurity_manifest/lib/SecureDownloadInternal.h \ No newline at end of file diff --git a/include/Security/SecureTransport.h b/include/Security/SecureTransport.h new file mode 120000 index 00000000..71df180e --- /dev/null +++ b/include/Security/SecureTransport.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/SecureTransport.h \ No newline at end of file diff --git a/include/Security/SecureTransportPriv.h b/include/Security/SecureTransportPriv.h new file mode 120000 index 00000000..6a484ea3 --- /dev/null +++ b/include/Security/SecureTransportPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/SecureTransportPriv.h \ No newline at end of file diff --git a/include/Security/Security.h b/include/Security/Security.h new file mode 120000 index 00000000..eb073b37 --- /dev/null +++ b/include/Security/Security.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/Security.h \ No newline at end of file diff --git a/include/Security/SelectionPredicate.h b/include/Security/SelectionPredicate.h new file mode 120000 index 00000000..291534ec --- /dev/null +++ b/include/Security/SelectionPredicate.h @@ -0,0 +1 @@ +../../OSX/libsecurity_filedb/lib/SelectionPredicate.h \ No newline at end of file diff --git a/include/Security/SharedMemoryClient.h b/include/Security/SharedMemoryClient.h new file mode 120000 index 00000000..3452da50 --- /dev/null +++ b/include/Security/SharedMemoryClient.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/SharedMemoryClient.h \ No newline at end of file diff --git a/include/Security/SharedMemoryCommon.h b/include/Security/SharedMemoryCommon.h new file mode 120000 index 00000000..e5c2c682 --- /dev/null +++ b/include/Security/SharedMemoryCommon.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/SharedMemoryCommon.h \ No newline at end of file diff --git a/include/Security/SignatureContext.h b/include/Security/SignatureContext.h new file mode 120000 index 00000000..48c4b7a2 --- /dev/null +++ b/include/Security/SignatureContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/SignatureContext.h \ No newline at end of file diff --git a/include/Security/SingleShotSource.h b/include/Security/SingleShotSource.h new file mode 120000 index 00000000..0f391f39 --- /dev/null +++ b/include/Security/SingleShotSource.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/SingleShotSource.h \ No newline at end of file diff --git a/include/Security/Source.h b/include/Security/Source.h new file mode 120000 index 00000000..b73affcc --- /dev/null +++ b/include/Security/Source.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/Source.h \ No newline at end of file diff --git a/include/Security/StaticCode.h b/include/Security/StaticCode.h new file mode 120000 index 00000000..5e3e920f --- /dev/null +++ b/include/Security/StaticCode.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/StaticCode.h \ No newline at end of file diff --git a/include/Security/StorageManager.h b/include/Security/StorageManager.h new file mode 120000 index 00000000..b12d6878 --- /dev/null +++ b/include/Security/StorageManager.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/StorageManager.h \ No newline at end of file diff --git a/include/Security/StreamSource.h b/include/Security/StreamSource.h new file mode 120000 index 00000000..b16f78fb --- /dev/null +++ b/include/Security/StreamSource.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/StreamSource.h \ No newline at end of file diff --git a/include/Security/TPCertInfo.h b/include/Security/TPCertInfo.h new file mode 120000 index 00000000..d25b28fb --- /dev/null +++ b/include/Security/TPCertInfo.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/TPCertInfo.h \ No newline at end of file diff --git a/include/Security/TPCrlInfo.h b/include/Security/TPCrlInfo.h new file mode 120000 index 00000000..fc3dfc8a --- /dev/null +++ b/include/Security/TPCrlInfo.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/TPCrlInfo.h \ No newline at end of file diff --git a/include/Security/TPDatabase.h b/include/Security/TPDatabase.h new file mode 120000 index 00000000..86045a8f --- /dev/null +++ b/include/Security/TPDatabase.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/TPDatabase.h \ No newline at end of file diff --git a/include/Security/TPNetwork.h b/include/Security/TPNetwork.h new file mode 120000 index 00000000..15800889 --- /dev/null +++ b/include/Security/TPNetwork.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/TPNetwork.h \ No newline at end of file diff --git a/include/Security/TPsession.h b/include/Security/TPsession.h new file mode 120000 index 00000000..b5ce0181 --- /dev/null +++ b/include/Security/TPsession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_plugin/lib/TPsession.h \ No newline at end of file diff --git a/include/Security/Transform.h b/include/Security/Transform.h new file mode 120000 index 00000000..eabb8f96 --- /dev/null +++ b/include/Security/Transform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/Transform.h \ No newline at end of file diff --git a/include/Security/TransformFactory.h b/include/Security/TransformFactory.h new file mode 120000 index 00000000..0628d21e --- /dev/null +++ b/include/Security/TransformFactory.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/TransformFactory.h \ No newline at end of file diff --git a/include/Security/Trust.h b/include/Security/Trust.h new file mode 120000 index 00000000..0b386c53 --- /dev/null +++ b/include/Security/Trust.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/Trust.h \ No newline at end of file diff --git a/include/Security/TrustAdditions.h b/include/Security/TrustAdditions.h new file mode 120000 index 00000000..5b85bcfc --- /dev/null +++ b/include/Security/TrustAdditions.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/TrustAdditions.h \ No newline at end of file diff --git a/include/Security/TrustItem.h b/include/Security/TrustItem.h new file mode 120000 index 00000000..63ad2b7d --- /dev/null +++ b/include/Security/TrustItem.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/TrustItem.h \ No newline at end of file diff --git a/include/Security/TrustKeychains.h b/include/Security/TrustKeychains.h new file mode 120000 index 00000000..333bc765 --- /dev/null +++ b/include/Security/TrustKeychains.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/TrustKeychains.h \ No newline at end of file diff --git a/include/Security/TrustSettings.h b/include/Security/TrustSettings.h new file mode 120000 index 00000000..00dbcd14 --- /dev/null +++ b/include/Security/TrustSettings.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/TrustSettings.h \ No newline at end of file diff --git a/include/Security/TrustSettingsSchema.h b/include/Security/TrustSettingsSchema.h new file mode 120000 index 00000000..27fd5058 --- /dev/null +++ b/include/Security/TrustSettingsSchema.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/TrustSettingsSchema.h \ No newline at end of file diff --git a/include/Security/TrustSettingsUtils.h b/include/Security/TrustSettingsUtils.h new file mode 120000 index 00000000..32e0a210 --- /dev/null +++ b/include/Security/TrustSettingsUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/TrustSettingsUtils.h \ No newline at end of file diff --git a/include/Security/TrustStore.h b/include/Security/TrustStore.h new file mode 120000 index 00000000..0dc5222f --- /dev/null +++ b/include/Security/TrustStore.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/TrustStore.h \ No newline at end of file diff --git a/include/Security/TrustedApplication.h b/include/Security/TrustedApplication.h new file mode 120000 index 00000000..f203ab95 --- /dev/null +++ b/include/Security/TrustedApplication.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/TrustedApplication.h \ No newline at end of file diff --git a/include/Security/UnlockReferralItem.h b/include/Security/UnlockReferralItem.h new file mode 120000 index 00000000..dc353173 --- /dev/null +++ b/include/Security/UnlockReferralItem.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/UnlockReferralItem.h \ No newline at end of file diff --git a/include/Security/Utilities.h b/include/Security/Utilities.h new file mode 120000 index 00000000..5be146cf --- /dev/null +++ b/include/Security/Utilities.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/Utilities.h \ No newline at end of file diff --git a/include/Security/X509Templates.h b/include/Security/X509Templates.h new file mode 120000 index 00000000..c42286c9 --- /dev/null +++ b/include/Security/X509Templates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/X509Templates.h \ No newline at end of file diff --git a/include/Security/YarrowConnection.h b/include/Security/YarrowConnection.h new file mode 120000 index 00000000..6bdc6964 --- /dev/null +++ b/include/Security/YarrowConnection.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/YarrowConnection.h \ No newline at end of file diff --git a/include/Security/acl_any.h b/include/Security/acl_any.h new file mode 120000 index 00000000..e772180a --- /dev/null +++ b/include/Security/acl_any.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/acl_any.h \ No newline at end of file diff --git a/include/Security/acl_codesigning.h b/include/Security/acl_codesigning.h new file mode 120000 index 00000000..20b1c628 --- /dev/null +++ b/include/Security/acl_codesigning.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/acl_codesigning.h \ No newline at end of file diff --git a/include/Security/acl_comment.h b/include/Security/acl_comment.h new file mode 120000 index 00000000..87e91f87 --- /dev/null +++ b/include/Security/acl_comment.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/acl_comment.h \ No newline at end of file diff --git a/include/Security/acl_password.h b/include/Security/acl_password.h new file mode 120000 index 00000000..2fd432a5 --- /dev/null +++ b/include/Security/acl_password.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/acl_password.h \ No newline at end of file diff --git a/include/Security/acl_preauth.h b/include/Security/acl_preauth.h new file mode 120000 index 00000000..b4252939 --- /dev/null +++ b/include/Security/acl_preauth.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/acl_preauth.h \ No newline at end of file diff --git a/include/Security/acl_process.h b/include/Security/acl_process.h new file mode 120000 index 00000000..a39cd9f6 --- /dev/null +++ b/include/Security/acl_process.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/acl_process.h \ No newline at end of file diff --git a/include/Security/acl_prompted.h b/include/Security/acl_prompted.h new file mode 120000 index 00000000..e0e456f3 --- /dev/null +++ b/include/Security/acl_prompted.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/acl_prompted.h \ No newline at end of file diff --git a/include/Security/acl_protectedpw.h b/include/Security/acl_protectedpw.h new file mode 120000 index 00000000..904b715e --- /dev/null +++ b/include/Security/acl_protectedpw.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/acl_protectedpw.h \ No newline at end of file diff --git a/include/Security/acl_secret.h b/include/Security/acl_secret.h new file mode 120000 index 00000000..f79d8fe8 --- /dev/null +++ b/include/Security/acl_secret.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/acl_secret.h \ No newline at end of file diff --git a/include/Security/acl_threshold.h b/include/Security/acl_threshold.h new file mode 120000 index 00000000..4f73fb3e --- /dev/null +++ b/include/Security/acl_threshold.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/acl_threshold.h \ No newline at end of file diff --git a/include/Security/aclclient.h b/include/Security/aclclient.h new file mode 120000 index 00000000..bf7a9b22 --- /dev/null +++ b/include/Security/aclclient.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/aclclient.h \ No newline at end of file diff --git a/include/Security/aclsubject.h b/include/Security/aclsubject.h new file mode 120000 index 00000000..9429f460 --- /dev/null +++ b/include/Security/aclsubject.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/aclsubject.h \ No newline at end of file diff --git a/include/Security/adornments.h b/include/Security/adornments.h new file mode 120000 index 00000000..dfef453b --- /dev/null +++ b/include/Security/adornments.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/adornments.h \ No newline at end of file diff --git a/include/Security/aesCommon.h b/include/Security/aesCommon.h new file mode 120000 index 00000000..a1a4408b --- /dev/null +++ b/include/Security/aesCommon.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/aesCommon.h \ No newline at end of file diff --git a/include/Security/aescspi.h b/include/Security/aescspi.h new file mode 120000 index 00000000..42468485 --- /dev/null +++ b/include/Security/aescspi.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/aescspi.h \ No newline at end of file diff --git a/include/Security/alloc.h b/include/Security/alloc.h new file mode 120000 index 00000000..5c327ff2 --- /dev/null +++ b/include/Security/alloc.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/alloc.h \ No newline at end of file diff --git a/include/Security/antlrplugin.h b/include/Security/antlrplugin.h new file mode 120000 index 00000000..310e0dc9 --- /dev/null +++ b/include/Security/antlrplugin.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/antlrplugin.h \ No newline at end of file diff --git a/include/Security/appleSession.h b/include/Security/appleSession.h new file mode 120000 index 00000000..b01d1111 --- /dev/null +++ b/include/Security/appleSession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/appleSession.h \ No newline at end of file diff --git a/include/Security/ascContext.h b/include/Security/ascContext.h new file mode 120000 index 00000000..133084c1 --- /dev/null +++ b/include/Security/ascContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/ascContext.h \ No newline at end of file diff --git a/include/Security/ascFactory.h b/include/Security/ascFactory.h new file mode 120000 index 00000000..13d28b3d --- /dev/null +++ b/include/Security/ascFactory.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/ascFactory.h \ No newline at end of file diff --git a/include/Security/asn1Templates.h b/include/Security/asn1Templates.h new file mode 120000 index 00000000..4cab6ce7 --- /dev/null +++ b/include/Security/asn1Templates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/asn1Templates.h \ No newline at end of file diff --git a/include/Security/asn1Types.h b/include/Security/asn1Types.h new file mode 120000 index 00000000..25868c48 --- /dev/null +++ b/include/Security/asn1Types.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/libDER/libDER/asn1Types.h \ No newline at end of file diff --git a/include/Security/attachfactory.h b/include/Security/attachfactory.h new file mode 120000 index 00000000..4bad443b --- /dev/null +++ b/include/Security/attachfactory.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/attachfactory.h \ No newline at end of file diff --git a/include/Security/attachment.h b/include/Security/attachment.h new file mode 120000 index 00000000..b48000e5 --- /dev/null +++ b/include/Security/attachment.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/attachment.h \ No newline at end of file diff --git a/include/Security/bfContext.h b/include/Security/bfContext.h new file mode 120000 index 00000000..5d1eb1c5 --- /dev/null +++ b/include/Security/bfContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/bfContext.h \ No newline at end of file diff --git a/include/Security/blob.h b/include/Security/blob.h new file mode 120000 index 00000000..9d23bf27 --- /dev/null +++ b/include/Security/blob.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/blob.h \ No newline at end of file diff --git a/include/Security/boxes-ref.h b/include/Security/boxes-ref.h new file mode 120000 index 00000000..a7c0af5f --- /dev/null +++ b/include/Security/boxes-ref.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/boxes-ref.h \ No newline at end of file diff --git a/include/Security/bsafePKCS1.h b/include/Security/bsafePKCS1.h new file mode 120000 index 00000000..edeac0ca --- /dev/null +++ b/include/Security/bsafePKCS1.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/bsafePKCS1.h \ No newline at end of file diff --git a/include/Security/bsafecsp.h b/include/Security/bsafecsp.h new file mode 120000 index 00000000..a92de0c9 --- /dev/null +++ b/include/Security/bsafecsp.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/bsafecsp.h \ No newline at end of file diff --git a/include/Security/bsafecspi.h b/include/Security/bsafecspi.h new file mode 120000 index 00000000..dfbf79b7 --- /dev/null +++ b/include/Security/bsafecspi.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/bsafecspi.h \ No newline at end of file diff --git a/include/Security/bsobjects.h b/include/Security/bsobjects.h new file mode 120000 index 00000000..d2d4f802 --- /dev/null +++ b/include/Security/bsobjects.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/bsobjects.h \ No newline at end of file diff --git a/include/Security/bufferfifo.h b/include/Security/bufferfifo.h new file mode 120000 index 00000000..d64e05af --- /dev/null +++ b/include/Security/bufferfifo.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/bufferfifo.h \ No newline at end of file diff --git a/include/Security/buffers.h b/include/Security/buffers.h new file mode 120000 index 00000000..528281b8 --- /dev/null +++ b/include/Security/buffers.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/buffers.h \ No newline at end of file diff --git a/include/Security/bundlediskrep.h b/include/Security/bundlediskrep.h new file mode 120000 index 00000000..6676cd8f --- /dev/null +++ b/include/Security/bundlediskrep.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/bundlediskrep.h \ No newline at end of file diff --git a/include/Security/byteRep.h b/include/Security/byteRep.h new file mode 120000 index 00000000..3976cb6d --- /dev/null +++ b/include/Security/byteRep.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/byteRep.h \ No newline at end of file diff --git a/include/Security/c++plugin.h b/include/Security/c++plugin.h new file mode 120000 index 00000000..90bd85ed --- /dev/null +++ b/include/Security/c++plugin.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_plugin/lib/c++plugin.h \ No newline at end of file diff --git a/include/Security/c++utils.h b/include/Security/c++utils.h new file mode 120000 index 00000000..291ffc3c --- /dev/null +++ b/include/Security/c++utils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/c++utils.h \ No newline at end of file diff --git a/include/Security/callback.h b/include/Security/callback.h new file mode 120000 index 00000000..182be11d --- /dev/null +++ b/include/Security/callback.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/callback.h \ No newline at end of file diff --git a/include/Security/castContext.h b/include/Security/castContext.h new file mode 120000 index 00000000..08356a5c --- /dev/null +++ b/include/Security/castContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/castContext.h \ No newline at end of file diff --git a/include/Security/ccaudit.h b/include/Security/ccaudit.h new file mode 120000 index 00000000..8ab22b1a --- /dev/null +++ b/include/Security/ccaudit.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/ccaudit.h \ No newline at end of file diff --git a/include/Security/cdbuilder.h b/include/Security/cdbuilder.h new file mode 120000 index 00000000..fda3b538 --- /dev/null +++ b/include/Security/cdbuilder.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/cdbuilder.h \ No newline at end of file diff --git a/include/Security/cert.h b/include/Security/cert.h new file mode 120000 index 00000000..278ee46e --- /dev/null +++ b/include/Security/cert.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/cert.h \ No newline at end of file diff --git a/include/Security/certExtensionTemplates.h b/include/Security/certExtensionTemplates.h new file mode 120000 index 00000000..802263b2 --- /dev/null +++ b/include/Security/certExtensionTemplates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/certExtensionTemplates.h \ No newline at end of file diff --git a/include/Security/certGroupUtils.h b/include/Security/certGroupUtils.h new file mode 120000 index 00000000..80357c3a --- /dev/null +++ b/include/Security/certGroupUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/certGroupUtils.h \ No newline at end of file diff --git a/include/Security/certextensions.h b/include/Security/certextensions.h new file mode 120000 index 00000000..05dfe530 --- /dev/null +++ b/include/Security/certextensions.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/certextensions.h \ No newline at end of file diff --git a/include/Security/certextensionsP.h b/include/Security/certextensionsP.h new file mode 120000 index 00000000..66206114 --- /dev/null +++ b/include/Security/certextensionsP.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/certextensionsP.h \ No newline at end of file diff --git a/include/Security/cfclass.h b/include/Security/cfclass.h new file mode 120000 index 00000000..46b4e8b9 --- /dev/null +++ b/include/Security/cfclass.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/cfclass.h \ No newline at end of file diff --git a/include/Security/cfmach++.h b/include/Security/cfmach++.h new file mode 120000 index 00000000..1bab0c1f --- /dev/null +++ b/include/Security/cfmach++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/cfmach++.h \ No newline at end of file diff --git a/include/Security/cfmunge.h b/include/Security/cfmunge.h new file mode 120000 index 00000000..1c67b170 --- /dev/null +++ b/include/Security/cfmunge.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/cfmunge.h \ No newline at end of file diff --git a/include/Security/cfutilities.h b/include/Security/cfutilities.h new file mode 120000 index 00000000..bfc55cd4 --- /dev/null +++ b/include/Security/cfutilities.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/cfutilities.h \ No newline at end of file diff --git a/include/Security/checkpw.h b/include/Security/checkpw.h new file mode 120000 index 00000000..8c30f5dc --- /dev/null +++ b/include/Security/checkpw.h @@ -0,0 +1 @@ +../../OSX/libsecurity_checkpw/lib/checkpw.h \ No newline at end of file diff --git a/include/Security/cipherSpecs.h b/include/Security/cipherSpecs.h new file mode 120000 index 00000000..b6ba7e9c --- /dev/null +++ b/include/Security/cipherSpecs.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/cipherSpecs.h \ No newline at end of file diff --git a/include/Security/ckDES.h b/include/Security/ckDES.h new file mode 120000 index 00000000..0f5d05b5 --- /dev/null +++ b/include/Security/ckDES.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/ckDES.h \ No newline at end of file diff --git a/include/Security/ckMD5.h b/include/Security/ckMD5.h new file mode 120000 index 00000000..73b4ef6c --- /dev/null +++ b/include/Security/ckMD5.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/ckMD5.h \ No newline at end of file diff --git a/include/Security/ckSHA1.h b/include/Security/ckSHA1.h new file mode 120000 index 00000000..db08831b --- /dev/null +++ b/include/Security/ckSHA1.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/ckSHA1.h \ No newline at end of file diff --git a/include/Security/ckSHA1_priv.h b/include/Security/ckSHA1_priv.h new file mode 120000 index 00000000..8503c250 --- /dev/null +++ b/include/Security/ckSHA1_priv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/ckSHA1_priv.h \ No newline at end of file diff --git a/include/Security/ckconfig.h b/include/Security/ckconfig.h new file mode 120000 index 00000000..dfa43493 --- /dev/null +++ b/include/Security/ckconfig.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/ckconfig.h \ No newline at end of file diff --git a/include/Security/ckutilities.h b/include/Security/ckutilities.h new file mode 120000 index 00000000..3558cac2 --- /dev/null +++ b/include/Security/ckutilities.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/ckutilities.h \ No newline at end of file diff --git a/include/Security/clNameUtils.h b/include/Security/clNameUtils.h new file mode 120000 index 00000000..09f4f4eb --- /dev/null +++ b/include/Security/clNameUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/clNameUtils.h \ No newline at end of file diff --git a/include/Security/clNssUtils.h b/include/Security/clNssUtils.h new file mode 120000 index 00000000..a5240599 --- /dev/null +++ b/include/Security/clNssUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/clNssUtils.h \ No newline at end of file diff --git a/include/Security/clclient.h b/include/Security/clclient.h new file mode 120000 index 00000000..0e58d447 --- /dev/null +++ b/include/Security/clclient.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/clclient.h \ No newline at end of file diff --git a/include/Security/cldebugging.h b/include/Security/cldebugging.h new file mode 120000 index 00000000..640e522c --- /dev/null +++ b/include/Security/cldebugging.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_cl/lib/cldebugging.h \ No newline at end of file diff --git a/include/Security/cmslocal.h b/include/Security/cmslocal.h new file mode 120000 index 00000000..125e763f --- /dev/null +++ b/include/Security/cmslocal.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/cmslocal.h \ No newline at end of file diff --git a/include/Security/cmspriv.h b/include/Security/cmspriv.h new file mode 120000 index 00000000..fa8e34ec --- /dev/null +++ b/include/Security/cmspriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/cmspriv.h \ No newline at end of file diff --git a/include/Security/cmsreclist.h b/include/Security/cmsreclist.h new file mode 120000 index 00000000..361b196f --- /dev/null +++ b/include/Security/cmsreclist.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/cmsreclist.h \ No newline at end of file diff --git a/include/Security/cmstpriv.h b/include/Security/cmstpriv.h new file mode 120000 index 00000000..a98e833e --- /dev/null +++ b/include/Security/cmstpriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/cmstpriv.h \ No newline at end of file diff --git a/include/Security/codedirectory.h b/include/Security/codedirectory.h new file mode 120000 index 00000000..0d6e3c11 --- /dev/null +++ b/include/Security/codedirectory.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/codedirectory.h \ No newline at end of file diff --git a/include/Security/coderepository.h b/include/Security/coderepository.h new file mode 120000 index 00000000..922ed6a8 --- /dev/null +++ b/include/Security/coderepository.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/coderepository.h \ No newline at end of file diff --git a/include/Security/comDebug.h b/include/Security/comDebug.h new file mode 120000 index 00000000..1a295194 --- /dev/null +++ b/include/Security/comDebug.h @@ -0,0 +1 @@ +../../OSX/libsecurity_comcryption/lib/comDebug.h \ No newline at end of file diff --git a/include/Security/comcryptPriv.h b/include/Security/comcryptPriv.h new file mode 120000 index 00000000..1e264e08 --- /dev/null +++ b/include/Security/comcryptPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_comcryption/lib/comcryptPriv.h \ No newline at end of file diff --git a/include/Security/comcryption.h b/include/Security/comcryption.h new file mode 120000 index 00000000..b57561e9 --- /dev/null +++ b/include/Security/comcryption.h @@ -0,0 +1 @@ +../../OSX/libsecurity_comcryption/lib/comcryption.h \ No newline at end of file diff --git a/include/Security/constdata.h b/include/Security/constdata.h new file mode 120000 index 00000000..dae3acd7 --- /dev/null +++ b/include/Security/constdata.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/constdata.h \ No newline at end of file diff --git a/include/Security/context.h b/include/Security/context.h new file mode 120000 index 00000000..9aa36195 --- /dev/null +++ b/include/Security/context.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/context.h \ No newline at end of file diff --git a/include/Security/crc.h b/include/Security/crc.h new file mode 120000 index 00000000..e6a19d83 --- /dev/null +++ b/include/Security/crc.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/crc.h \ No newline at end of file diff --git a/include/Security/cryptkitcsp.h b/include/Security/cryptkitcsp.h new file mode 120000 index 00000000..ae037832 --- /dev/null +++ b/include/Security/cryptkitcsp.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/cryptkitcsp.h \ No newline at end of file diff --git a/include/Security/cryptoclient.h b/include/Security/cryptoclient.h new file mode 120000 index 00000000..440dd790 --- /dev/null +++ b/include/Security/cryptoclient.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/cryptoclient.h \ No newline at end of file diff --git a/include/Security/cryptohi.h b/include/Security/cryptohi.h new file mode 120000 index 00000000..65c916e1 --- /dev/null +++ b/include/Security/cryptohi.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/cryptohi.h \ No newline at end of file diff --git a/include/Security/cs.h b/include/Security/cs.h new file mode 120000 index 00000000..c92adde6 --- /dev/null +++ b/include/Security/cs.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/cs.h \ No newline at end of file diff --git a/include/Security/cscdefs.h b/include/Security/cscdefs.h new file mode 120000 index 00000000..9fa941ae --- /dev/null +++ b/include/Security/cscdefs.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/cscdefs.h \ No newline at end of file diff --git a/include/Security/csdatabase.h b/include/Security/csdatabase.h new file mode 120000 index 00000000..f4a2ed05 --- /dev/null +++ b/include/Security/csdatabase.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/csdatabase.h \ No newline at end of file diff --git a/include/Security/cserror.h b/include/Security/cserror.h new file mode 120000 index 00000000..fb69fd9a --- /dev/null +++ b/include/Security/cserror.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/cserror.h \ No newline at end of file diff --git a/include/Security/csgeneric.h b/include/Security/csgeneric.h new file mode 120000 index 00000000..0181c162 --- /dev/null +++ b/include/Security/csgeneric.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/csgeneric.h \ No newline at end of file diff --git a/include/Security/cskernel.h b/include/Security/cskernel.h new file mode 120000 index 00000000..a883a726 --- /dev/null +++ b/include/Security/cskernel.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/cskernel.h \ No newline at end of file diff --git a/include/Security/cspattachment.h b/include/Security/cspattachment.h new file mode 120000 index 00000000..564df694 --- /dev/null +++ b/include/Security/cspattachment.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cspattachment.h \ No newline at end of file diff --git a/include/Security/cspclient.h b/include/Security/cspclient.h new file mode 120000 index 00000000..84fbf96a --- /dev/null +++ b/include/Security/cspclient.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/cspclient.h \ No newline at end of file diff --git a/include/Security/cspdebugging.h b/include/Security/cspdebugging.h new file mode 120000 index 00000000..66b2e87d --- /dev/null +++ b/include/Security/cspdebugging.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/cspdebugging.h \ No newline at end of file diff --git a/include/Security/csprocess.h b/include/Security/csprocess.h new file mode 120000 index 00000000..33a284b8 --- /dev/null +++ b/include/Security/csprocess.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/csprocess.h \ No newline at end of file diff --git a/include/Security/csrTemplates.h b/include/Security/csrTemplates.h new file mode 120000 index 00000000..29bbbaee --- /dev/null +++ b/include/Security/csrTemplates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/csrTemplates.h \ No newline at end of file diff --git a/include/Security/cssm.h b/include/Security/cssm.h new file mode 120000 index 00000000..ceb1ef49 --- /dev/null +++ b/include/Security/cssm.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssm.h \ No newline at end of file diff --git a/include/Security/cssmaci.h b/include/Security/cssmaci.h new file mode 120000 index 00000000..d447489e --- /dev/null +++ b/include/Security/cssmaci.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmaci.h \ No newline at end of file diff --git a/include/Security/cssmacl.h b/include/Security/cssmacl.h new file mode 120000 index 00000000..83ea312c --- /dev/null +++ b/include/Security/cssmacl.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmacl.h \ No newline at end of file diff --git a/include/Security/cssmaclpod.h b/include/Security/cssmaclpod.h new file mode 120000 index 00000000..1d5c9308 --- /dev/null +++ b/include/Security/cssmaclpod.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmaclpod.h \ No newline at end of file diff --git a/include/Security/cssmalloc.h b/include/Security/cssmalloc.h new file mode 120000 index 00000000..4276b293 --- /dev/null +++ b/include/Security/cssmalloc.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmalloc.h \ No newline at end of file diff --git a/include/Security/cssmapi.h b/include/Security/cssmapi.h new file mode 120000 index 00000000..bc81ca24 --- /dev/null +++ b/include/Security/cssmapi.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmapi.h \ No newline at end of file diff --git a/include/Security/cssmapple.h b/include/Security/cssmapple.h new file mode 120000 index 00000000..62442765 --- /dev/null +++ b/include/Security/cssmapple.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmapple.h \ No newline at end of file diff --git a/include/Security/cssmapplePriv.h b/include/Security/cssmapplePriv.h new file mode 120000 index 00000000..1b88caee --- /dev/null +++ b/include/Security/cssmapplePriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmapplePriv.h \ No newline at end of file diff --git a/include/Security/cssmbridge.h b/include/Security/cssmbridge.h new file mode 120000 index 00000000..2180e3a8 --- /dev/null +++ b/include/Security/cssmbridge.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmbridge.h \ No newline at end of file diff --git a/include/Security/cssmcert.h b/include/Security/cssmcert.h new file mode 120000 index 00000000..8ddd1c97 --- /dev/null +++ b/include/Security/cssmcert.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmcert.h \ No newline at end of file diff --git a/include/Security/cssmcli.h b/include/Security/cssmcli.h new file mode 120000 index 00000000..06f09627 --- /dev/null +++ b/include/Security/cssmcli.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmcli.h \ No newline at end of file diff --git a/include/Security/cssmclient.h b/include/Security/cssmclient.h new file mode 120000 index 00000000..7c12ce8f --- /dev/null +++ b/include/Security/cssmclient.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/cssmclient.h \ No newline at end of file diff --git a/include/Security/cssmconfig.h b/include/Security/cssmconfig.h new file mode 120000 index 00000000..85095d0b --- /dev/null +++ b/include/Security/cssmconfig.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmconfig.h \ No newline at end of file diff --git a/include/Security/cssmcontext.h b/include/Security/cssmcontext.h new file mode 120000 index 00000000..20f1bced --- /dev/null +++ b/include/Security/cssmcontext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmcontext.h \ No newline at end of file diff --git a/include/Security/cssmcred.h b/include/Security/cssmcred.h new file mode 120000 index 00000000..58dfe95b --- /dev/null +++ b/include/Security/cssmcred.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmcred.h \ No newline at end of file diff --git a/include/Security/cssmcspi.h b/include/Security/cssmcspi.h new file mode 120000 index 00000000..d7528062 --- /dev/null +++ b/include/Security/cssmcspi.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmcspi.h \ No newline at end of file diff --git a/include/Security/cssmdata.h b/include/Security/cssmdata.h new file mode 120000 index 00000000..397add12 --- /dev/null +++ b/include/Security/cssmdata.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmdata.h \ No newline at end of file diff --git a/include/Security/cssmdates.h b/include/Security/cssmdates.h new file mode 120000 index 00000000..796ab59a --- /dev/null +++ b/include/Security/cssmdates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmdates.h \ No newline at end of file diff --git a/include/Security/cssmdatetime.h b/include/Security/cssmdatetime.h new file mode 120000 index 00000000..bcaa7259 --- /dev/null +++ b/include/Security/cssmdatetime.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/cssmdatetime.h \ No newline at end of file diff --git a/include/Security/cssmdb.h b/include/Security/cssmdb.h new file mode 120000 index 00000000..ad9a195e --- /dev/null +++ b/include/Security/cssmdb.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmdb.h \ No newline at end of file diff --git a/include/Security/cssmdbname.h b/include/Security/cssmdbname.h new file mode 120000 index 00000000..234edcbc --- /dev/null +++ b/include/Security/cssmdbname.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmdbname.h \ No newline at end of file diff --git a/include/Security/cssmdli.h b/include/Security/cssmdli.h new file mode 120000 index 00000000..b0ad4e26 --- /dev/null +++ b/include/Security/cssmdli.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmdli.h \ No newline at end of file diff --git a/include/Security/cssmendian.h b/include/Security/cssmendian.h new file mode 120000 index 00000000..722feeec --- /dev/null +++ b/include/Security/cssmendian.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmendian.h \ No newline at end of file diff --git a/include/Security/cssmerr.h b/include/Security/cssmerr.h new file mode 120000 index 00000000..6ab63509 --- /dev/null +++ b/include/Security/cssmerr.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmerr.h \ No newline at end of file diff --git a/include/Security/cssmerrors.h b/include/Security/cssmerrors.h new file mode 120000 index 00000000..ee9bf2c0 --- /dev/null +++ b/include/Security/cssmerrors.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmerrors.h \ No newline at end of file diff --git a/include/Security/cssmint.h b/include/Security/cssmint.h new file mode 120000 index 00000000..ac7e441b --- /dev/null +++ b/include/Security/cssmint.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmint.h \ No newline at end of file diff --git a/include/Security/cssmkey.h b/include/Security/cssmkey.h new file mode 120000 index 00000000..a20d0375 --- /dev/null +++ b/include/Security/cssmkey.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmkey.h \ No newline at end of file diff --git a/include/Security/cssmkrapi.h b/include/Security/cssmkrapi.h new file mode 120000 index 00000000..747f86ae --- /dev/null +++ b/include/Security/cssmkrapi.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmkrapi.h \ No newline at end of file diff --git a/include/Security/cssmkrspi.h b/include/Security/cssmkrspi.h new file mode 120000 index 00000000..d91ca805 --- /dev/null +++ b/include/Security/cssmkrspi.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmkrspi.h \ No newline at end of file diff --git a/include/Security/cssmlist.h b/include/Security/cssmlist.h new file mode 120000 index 00000000..b8f7bb3d --- /dev/null +++ b/include/Security/cssmlist.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmlist.h \ No newline at end of file diff --git a/include/Security/cssmmds.h b/include/Security/cssmmds.h new file mode 120000 index 00000000..e462a2ac --- /dev/null +++ b/include/Security/cssmmds.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmmds.h \ No newline at end of file diff --git a/include/Security/cssmplugin.h b/include/Security/cssmplugin.h new file mode 120000 index 00000000..9feddbae --- /dev/null +++ b/include/Security/cssmplugin.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_plugin/lib/cssmplugin.h \ No newline at end of file diff --git a/include/Security/cssmpods.h b/include/Security/cssmpods.h new file mode 120000 index 00000000..91981eb8 --- /dev/null +++ b/include/Security/cssmpods.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmpods.h \ No newline at end of file diff --git a/include/Security/cssmspi.h b/include/Security/cssmspi.h new file mode 120000 index 00000000..c7be00e5 --- /dev/null +++ b/include/Security/cssmspi.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmspi.h \ No newline at end of file diff --git a/include/Security/cssmtpi.h b/include/Security/cssmtpi.h new file mode 120000 index 00000000..edbf8dd7 --- /dev/null +++ b/include/Security/cssmtpi.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmtpi.h \ No newline at end of file diff --git a/include/Security/cssmtrust.h b/include/Security/cssmtrust.h new file mode 120000 index 00000000..ca3a3de7 --- /dev/null +++ b/include/Security/cssmtrust.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmtrust.h \ No newline at end of file diff --git a/include/Security/cssmtype.h b/include/Security/cssmtype.h new file mode 120000 index 00000000..827582a5 --- /dev/null +++ b/include/Security/cssmtype.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/cssmtype.h \ No newline at end of file diff --git a/include/Security/cssmwalkers.h b/include/Security/cssmwalkers.h new file mode 120000 index 00000000..fd1e0418 --- /dev/null +++ b/include/Security/cssmwalkers.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/cssmwalkers.h \ No newline at end of file diff --git a/include/Security/csutilities.h b/include/Security/csutilities.h new file mode 120000 index 00000000..17b6cb27 --- /dev/null +++ b/include/Security/csutilities.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/csutilities.h \ No newline at end of file diff --git a/include/Security/cuCdsaUtils.h b/include/Security/cuCdsaUtils.h new file mode 120000 index 00000000..1c588fe5 --- /dev/null +++ b/include/Security/cuCdsaUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utils/lib/cuCdsaUtils.h \ No newline at end of file diff --git a/include/Security/cuDbUtils.h b/include/Security/cuDbUtils.h new file mode 120000 index 00000000..a28ae2fa --- /dev/null +++ b/include/Security/cuDbUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utils/lib/cuDbUtils.h \ No newline at end of file diff --git a/include/Security/cuEnc64.h b/include/Security/cuEnc64.h new file mode 120000 index 00000000..2de4a765 --- /dev/null +++ b/include/Security/cuEnc64.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/cuEnc64.h \ No newline at end of file diff --git a/include/Security/cuFileIo.h b/include/Security/cuFileIo.h new file mode 120000 index 00000000..99d0a066 --- /dev/null +++ b/include/Security/cuFileIo.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utils/lib/cuFileIo.h \ No newline at end of file diff --git a/include/Security/cuOidParser.h b/include/Security/cuOidParser.h new file mode 120000 index 00000000..66791db5 --- /dev/null +++ b/include/Security/cuOidParser.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utils/lib/cuOidParser.h \ No newline at end of file diff --git a/include/Security/cuPem.h b/include/Security/cuPem.h new file mode 120000 index 00000000..4b8ce133 --- /dev/null +++ b/include/Security/cuPem.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utils/lib/cuPem.h \ No newline at end of file diff --git a/include/Security/cuPrintCert.h b/include/Security/cuPrintCert.h new file mode 120000 index 00000000..c21b7d50 --- /dev/null +++ b/include/Security/cuPrintCert.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utils/lib/cuPrintCert.h \ No newline at end of file diff --git a/include/Security/cuTimeStr.h b/include/Security/cuTimeStr.h new file mode 120000 index 00000000..014825db --- /dev/null +++ b/include/Security/cuTimeStr.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utils/lib/cuTimeStr.h \ No newline at end of file diff --git a/include/Security/curveParamData.h b/include/Security/curveParamData.h new file mode 120000 index 00000000..a23025a5 --- /dev/null +++ b/include/Security/curveParamData.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/curveParamData.h \ No newline at end of file diff --git a/include/Security/curveParamDataOld.h b/include/Security/curveParamDataOld.h new file mode 120000 index 00000000..61d136da --- /dev/null +++ b/include/Security/curveParamDataOld.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/curveParamDataOld.h \ No newline at end of file diff --git a/include/Security/curveParams.h b/include/Security/curveParams.h new file mode 120000 index 00000000..6308553d --- /dev/null +++ b/include/Security/curveParams.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/curveParams.h \ No newline at end of file diff --git a/include/Security/daemon.h b/include/Security/daemon.h new file mode 120000 index 00000000..54ce6c54 --- /dev/null +++ b/include/Security/daemon.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/daemon.h \ No newline at end of file diff --git a/include/Security/db++.h b/include/Security/db++.h new file mode 120000 index 00000000..f5f0e00b --- /dev/null +++ b/include/Security/db++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/db++.h \ No newline at end of file diff --git a/include/Security/debugging.h b/include/Security/debugging.h new file mode 120000 index 00000000..b8fda39b --- /dev/null +++ b/include/Security/debugging.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/debugging.h \ No newline at end of file diff --git a/include/Security/debugging_internal.h b/include/Security/debugging_internal.h new file mode 120000 index 00000000..3031725e --- /dev/null +++ b/include/Security/debugging_internal.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/debugging_internal.h \ No newline at end of file diff --git a/include/Security/debugsupport.h b/include/Security/debugsupport.h new file mode 120000 index 00000000..bc2a6f3a --- /dev/null +++ b/include/Security/debugsupport.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/debugsupport.h \ No newline at end of file diff --git a/include/Security/defaultcreds.h b/include/Security/defaultcreds.h new file mode 120000 index 00000000..e9060e85 --- /dev/null +++ b/include/Security/defaultcreds.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/defaultcreds.h \ No newline at end of file diff --git a/include/Security/desContext.h b/include/Security/desContext.h new file mode 120000 index 00000000..c48e2499 --- /dev/null +++ b/include/Security/desContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/desContext.h \ No newline at end of file diff --git a/include/Security/detachedrep.h b/include/Security/detachedrep.h new file mode 120000 index 00000000..3a52202a --- /dev/null +++ b/include/Security/detachedrep.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/detachedrep.h \ No newline at end of file diff --git a/include/Security/devrandom.h b/include/Security/devrandom.h new file mode 120000 index 00000000..d21ac879 --- /dev/null +++ b/include/Security/devrandom.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/devrandom.h \ No newline at end of file diff --git a/include/Security/dictionary.h b/include/Security/dictionary.h new file mode 120000 index 00000000..00d81696 --- /dev/null +++ b/include/Security/dictionary.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/dictionary.h \ No newline at end of file diff --git a/include/Security/digestobject.h b/include/Security/digestobject.h new file mode 120000 index 00000000..8450ae9c --- /dev/null +++ b/include/Security/digestobject.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/digestobject.h \ No newline at end of file diff --git a/include/Security/dirscanner.h b/include/Security/dirscanner.h new file mode 120000 index 00000000..3fd173b0 --- /dev/null +++ b/include/Security/dirscanner.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/dirscanner.h \ No newline at end of file diff --git a/include/Security/diskrep.h b/include/Security/diskrep.h new file mode 120000 index 00000000..ea2f3ab1 --- /dev/null +++ b/include/Security/diskrep.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/diskrep.h \ No newline at end of file diff --git a/include/Security/dispatch.h b/include/Security/dispatch.h new file mode 120000 index 00000000..ec2c95f1 --- /dev/null +++ b/include/Security/dispatch.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/dispatch.h \ No newline at end of file diff --git a/include/Security/dl_standard.h b/include/Security/dl_standard.h new file mode 120000 index 00000000..271f16a2 --- /dev/null +++ b/include/Security/dl_standard.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/dl_standard.h \ No newline at end of file diff --git a/include/Security/dlclient.h b/include/Security/dlclient.h new file mode 120000 index 00000000..5829959f --- /dev/null +++ b/include/Security/dlclient.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/dlclient.h \ No newline at end of file diff --git a/include/Security/dliterators.h b/include/Security/dliterators.h new file mode 120000 index 00000000..374fd424 --- /dev/null +++ b/include/Security/dliterators.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/dliterators.h \ No newline at end of file diff --git a/include/Security/dlquery.h b/include/Security/dlquery.h new file mode 120000 index 00000000..3e5ea82a --- /dev/null +++ b/include/Security/dlquery.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/dlquery.h \ No newline at end of file diff --git a/include/Security/dotMacTp.h b/include/Security/dotMacTp.h new file mode 120000 index 00000000..1c1aa369 --- /dev/null +++ b/include/Security/dotMacTp.h @@ -0,0 +1 @@ +../../OSX/libsecurity_dotmac_tp/lib/dotMacTp.h \ No newline at end of file diff --git a/include/Security/dotMacTpAsn1Templates.h b/include/Security/dotMacTpAsn1Templates.h new file mode 120000 index 00000000..488fac3f --- /dev/null +++ b/include/Security/dotMacTpAsn1Templates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_dotmac_tp/lib/dotMacTpAsn1Templates.h \ No newline at end of file diff --git a/include/Security/dotMacTpDebug.h b/include/Security/dotMacTpDebug.h new file mode 120000 index 00000000..6ee9aed2 --- /dev/null +++ b/include/Security/dotMacTpDebug.h @@ -0,0 +1 @@ +../../OSX/libsecurity_dotmac_tp/lib/dotMacTpDebug.h \ No newline at end of file diff --git a/include/Security/dotMacTpMutils.h b/include/Security/dotMacTpMutils.h new file mode 120000 index 00000000..50b6e60e --- /dev/null +++ b/include/Security/dotMacTpMutils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_dotmac_tp/lib/dotMacTpMutils.h \ No newline at end of file diff --git a/include/Security/dotMacTpRpcGlue.h b/include/Security/dotMacTpRpcGlue.h new file mode 120000 index 00000000..61be114c --- /dev/null +++ b/include/Security/dotMacTpRpcGlue.h @@ -0,0 +1 @@ +../../OSX/libsecurity_dotmac_tp/lib/dotMacTpRpcGlue.h \ No newline at end of file diff --git a/include/Security/dotMacTpUtils.h b/include/Security/dotMacTpUtils.h new file mode 120000 index 00000000..920ced3e --- /dev/null +++ b/include/Security/dotMacTpUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_dotmac_tp/lib/dotMacTpUtils.h \ No newline at end of file diff --git a/include/Security/dotMacXmlRpc.h b/include/Security/dotMacXmlRpc.h new file mode 120000 index 00000000..d54ec413 --- /dev/null +++ b/include/Security/dotMacXmlRpc.h @@ -0,0 +1 @@ +../../OSX/libsecurity_dotmac_tp/lib/dotMacXmlRpc.h \ No newline at end of file diff --git a/include/Security/drmaker.h b/include/Security/drmaker.h new file mode 120000 index 00000000..35f103d3 --- /dev/null +++ b/include/Security/drmaker.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/drmaker.h \ No newline at end of file diff --git a/include/Security/dyld_cache_format.h b/include/Security/dyld_cache_format.h new file mode 120000 index 00000000..5f3c6531 --- /dev/null +++ b/include/Security/dyld_cache_format.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/dyld_cache_format.h \ No newline at end of file diff --git a/include/Security/dyldcache.h b/include/Security/dyldcache.h new file mode 120000 index 00000000..ebab1651 --- /dev/null +++ b/include/Security/dyldcache.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/dyldcache.h \ No newline at end of file diff --git a/include/Security/eisl.h b/include/Security/eisl.h new file mode 120000 index 00000000..b3745541 --- /dev/null +++ b/include/Security/eisl.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/eisl.h \ No newline at end of file diff --git a/include/Security/elliptic.h b/include/Security/elliptic.h new file mode 120000 index 00000000..6db0615f --- /dev/null +++ b/include/Security/elliptic.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/elliptic.h \ No newline at end of file diff --git a/include/Security/ellipticMeasure.h b/include/Security/ellipticMeasure.h new file mode 120000 index 00000000..4bbb3272 --- /dev/null +++ b/include/Security/ellipticMeasure.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/ellipticMeasure.h \ No newline at end of file diff --git a/include/Security/ellipticProj.h b/include/Security/ellipticProj.h new file mode 120000 index 00000000..9e5fb36d --- /dev/null +++ b/include/Security/ellipticProj.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/ellipticProj.h \ No newline at end of file diff --git a/include/Security/emmspi.h b/include/Security/emmspi.h new file mode 120000 index 00000000..099f36a4 --- /dev/null +++ b/include/Security/emmspi.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/emmspi.h \ No newline at end of file diff --git a/include/Security/emmtype.h b/include/Security/emmtype.h new file mode 120000 index 00000000..9666473b --- /dev/null +++ b/include/Security/emmtype.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/emmtype.h \ No newline at end of file diff --git a/include/Security/enc64.h b/include/Security/enc64.h new file mode 120000 index 00000000..8b7c923d --- /dev/null +++ b/include/Security/enc64.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/enc64.h \ No newline at end of file diff --git a/include/Security/endian.h b/include/Security/endian.h new file mode 120000 index 00000000..2d636b8d --- /dev/null +++ b/include/Security/endian.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/endian.h \ No newline at end of file diff --git a/include/Security/errors.h b/include/Security/errors.h new file mode 120000 index 00000000..6ef4a730 --- /dev/null +++ b/include/Security/errors.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/errors.h \ No newline at end of file diff --git a/include/Security/evaluationmanager.h b/include/Security/evaluationmanager.h new file mode 120000 index 00000000..09adb339 --- /dev/null +++ b/include/Security/evaluationmanager.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/evaluationmanager.h \ No newline at end of file diff --git a/include/Security/eventlistener.h b/include/Security/eventlistener.h new file mode 120000 index 00000000..e29c27c3 --- /dev/null +++ b/include/Security/eventlistener.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/eventlistener.h \ No newline at end of file diff --git a/include/Security/falloc.h b/include/Security/falloc.h new file mode 120000 index 00000000..fc973759 --- /dev/null +++ b/include/Security/falloc.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/falloc.h \ No newline at end of file diff --git a/include/Security/fdmover.h b/include/Security/fdmover.h new file mode 120000 index 00000000..e8fc8ff6 --- /dev/null +++ b/include/Security/fdmover.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/fdmover.h \ No newline at end of file diff --git a/include/Security/fdsel.h b/include/Security/fdsel.h new file mode 120000 index 00000000..77ade021 --- /dev/null +++ b/include/Security/fdsel.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/fdsel.h \ No newline at end of file diff --git a/include/Security/feeCipherFile.h b/include/Security/feeCipherFile.h new file mode 120000 index 00000000..48f752ec --- /dev/null +++ b/include/Security/feeCipherFile.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feeCipherFile.h \ No newline at end of file diff --git a/include/Security/feeDES.h b/include/Security/feeDES.h new file mode 120000 index 00000000..e9f3c17e --- /dev/null +++ b/include/Security/feeDES.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feeDES.h \ No newline at end of file diff --git a/include/Security/feeDebug.h b/include/Security/feeDebug.h new file mode 120000 index 00000000..401e16d8 --- /dev/null +++ b/include/Security/feeDebug.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feeDebug.h \ No newline at end of file diff --git a/include/Security/feeDigitalSignature.h b/include/Security/feeDigitalSignature.h new file mode 120000 index 00000000..62610e7a --- /dev/null +++ b/include/Security/feeDigitalSignature.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feeDigitalSignature.h \ No newline at end of file diff --git a/include/Security/feeECDSA.h b/include/Security/feeECDSA.h new file mode 120000 index 00000000..23585a05 --- /dev/null +++ b/include/Security/feeECDSA.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feeECDSA.h \ No newline at end of file diff --git a/include/Security/feeFEED.h b/include/Security/feeFEED.h new file mode 120000 index 00000000..fe7c5db9 --- /dev/null +++ b/include/Security/feeFEED.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feeFEED.h \ No newline at end of file diff --git a/include/Security/feeFEEDExp.h b/include/Security/feeFEEDExp.h new file mode 120000 index 00000000..4c757ef4 --- /dev/null +++ b/include/Security/feeFEEDExp.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feeFEEDExp.h \ No newline at end of file diff --git a/include/Security/feeFunctions.h b/include/Security/feeFunctions.h new file mode 120000 index 00000000..c2850ec2 --- /dev/null +++ b/include/Security/feeFunctions.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feeFunctions.h \ No newline at end of file diff --git a/include/Security/feeHash.h b/include/Security/feeHash.h new file mode 120000 index 00000000..f3e2258d --- /dev/null +++ b/include/Security/feeHash.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feeHash.h \ No newline at end of file diff --git a/include/Security/feePublicKey.h b/include/Security/feePublicKey.h new file mode 120000 index 00000000..18fef955 --- /dev/null +++ b/include/Security/feePublicKey.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feePublicKey.h \ No newline at end of file diff --git a/include/Security/feePublicKeyPrivate.h b/include/Security/feePublicKeyPrivate.h new file mode 120000 index 00000000..80114e05 --- /dev/null +++ b/include/Security/feePublicKeyPrivate.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feePublicKeyPrivate.h \ No newline at end of file diff --git a/include/Security/feeRandom.h b/include/Security/feeRandom.h new file mode 120000 index 00000000..ada06dd7 --- /dev/null +++ b/include/Security/feeRandom.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feeRandom.h \ No newline at end of file diff --git a/include/Security/feeTypes.h b/include/Security/feeTypes.h new file mode 120000 index 00000000..42e5bf31 --- /dev/null +++ b/include/Security/feeTypes.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/feeTypes.h \ No newline at end of file diff --git a/include/Security/filediskrep.h b/include/Security/filediskrep.h new file mode 120000 index 00000000..c9a3ae86 --- /dev/null +++ b/include/Security/filediskrep.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/filediskrep.h \ No newline at end of file diff --git a/include/Security/genkey.h b/include/Security/genkey.h new file mode 120000 index 00000000..3c867142 --- /dev/null +++ b/include/Security/genkey.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/genkey.h \ No newline at end of file diff --git a/include/Security/giantIntegers.h b/include/Security/giantIntegers.h new file mode 120000 index 00000000..04d87e78 --- /dev/null +++ b/include/Security/giantIntegers.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/giantIntegers.h \ No newline at end of file diff --git a/include/Security/giantPortCommon.h b/include/Security/giantPortCommon.h new file mode 120000 index 00000000..48df6456 --- /dev/null +++ b/include/Security/giantPortCommon.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/giantPortCommon.h \ No newline at end of file diff --git a/include/Security/giantPort_Generic.h b/include/Security/giantPort_Generic.h new file mode 120000 index 00000000..3114a3c9 --- /dev/null +++ b/include/Security/giantPort_Generic.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/giantPort_Generic.h \ No newline at end of file diff --git a/include/Security/giantPort_PPC.h b/include/Security/giantPort_PPC.h new file mode 120000 index 00000000..2f5d7729 --- /dev/null +++ b/include/Security/giantPort_PPC.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/giantPort_PPC.h \ No newline at end of file diff --git a/include/Security/giantPort_PPC_Gnu.h b/include/Security/giantPort_PPC_Gnu.h new file mode 120000 index 00000000..0b839407 --- /dev/null +++ b/include/Security/giantPort_PPC_Gnu.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/giantPort_PPC_Gnu.h \ No newline at end of file diff --git a/include/Security/giantPort_i486.h b/include/Security/giantPort_i486.h new file mode 120000 index 00000000..82b9ee91 --- /dev/null +++ b/include/Security/giantPort_i486.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/giantPort_i486.h \ No newline at end of file diff --git a/include/Security/gladmanContext.h b/include/Security/gladmanContext.h new file mode 120000 index 00000000..d5f8a297 --- /dev/null +++ b/include/Security/gladmanContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/gladmanContext.h \ No newline at end of file diff --git a/include/Security/globalizer.h b/include/Security/globalizer.h new file mode 120000 index 00000000..6ee7b293 --- /dev/null +++ b/include/Security/globalizer.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/globalizer.h \ No newline at end of file diff --git a/include/Security/handleobject.h b/include/Security/handleobject.h new file mode 120000 index 00000000..aa333621 --- /dev/null +++ b/include/Security/handleobject.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/handleobject.h \ No newline at end of file diff --git a/include/Security/handletemplates.h b/include/Security/handletemplates.h new file mode 120000 index 00000000..1692aa0e --- /dev/null +++ b/include/Security/handletemplates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/handletemplates.h \ No newline at end of file diff --git a/include/Security/handletemplates_defs.h b/include/Security/handletemplates_defs.h new file mode 120000 index 00000000..90755eb6 --- /dev/null +++ b/include/Security/handletemplates_defs.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/handletemplates_defs.h \ No newline at end of file diff --git a/include/Security/handletypes.h b/include/Security/handletypes.h new file mode 120000 index 00000000..61ad9a9b --- /dev/null +++ b/include/Security/handletypes.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/handletypes.h \ No newline at end of file diff --git a/include/Security/hashing.h b/include/Security/hashing.h new file mode 120000 index 00000000..04326715 --- /dev/null +++ b/include/Security/hashing.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/hashing.h \ No newline at end of file diff --git a/include/Security/headermap.h b/include/Security/headermap.h new file mode 120000 index 00000000..b9a3a143 --- /dev/null +++ b/include/Security/headermap.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/headermap.h \ No newline at end of file diff --git a/include/Security/hosts.h b/include/Security/hosts.h new file mode 120000 index 00000000..ddc802a9 --- /dev/null +++ b/include/Security/hosts.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/hosts.h \ No newline at end of file diff --git a/include/Security/inetreply.h b/include/Security/inetreply.h new file mode 120000 index 00000000..b2cb9414 --- /dev/null +++ b/include/Security/inetreply.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/inetreply.h \ No newline at end of file diff --git a/include/Security/iodevices.h b/include/Security/iodevices.h new file mode 120000 index 00000000..61fe89bb --- /dev/null +++ b/include/Security/iodevices.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/iodevices.h \ No newline at end of file diff --git a/include/Security/ip++.h b/include/Security/ip++.h new file mode 120000 index 00000000..b11f00c2 --- /dev/null +++ b/include/Security/ip++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/ip++.h \ No newline at end of file diff --git a/include/Security/kerneldiskrep.h b/include/Security/kerneldiskrep.h new file mode 120000 index 00000000..ad33070f --- /dev/null +++ b/include/Security/kerneldiskrep.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/kerneldiskrep.h \ No newline at end of file diff --git a/include/Security/keyTemplates.h b/include/Security/keyTemplates.h new file mode 120000 index 00000000..9c7f3e0c --- /dev/null +++ b/include/Security/keyTemplates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/keyTemplates.h \ No newline at end of file diff --git a/include/Security/keychainacl.h b/include/Security/keychainacl.h new file mode 120000 index 00000000..e2a855e3 --- /dev/null +++ b/include/Security/keychainacl.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/keychainacl.h \ No newline at end of file diff --git a/include/Security/keyclient.h b/include/Security/keyclient.h new file mode 120000 index 00000000..39f077aa --- /dev/null +++ b/include/Security/keyclient.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/keyclient.h \ No newline at end of file diff --git a/include/Security/kq++.h b/include/Security/kq++.h new file mode 120000 index 00000000..192e95ef --- /dev/null +++ b/include/Security/kq++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/kq++.h \ No newline at end of file diff --git a/include/Security/ktracecodes.h b/include/Security/ktracecodes.h new file mode 120000 index 00000000..04ca396a --- /dev/null +++ b/include/Security/ktracecodes.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/ktracecodes.h \ No newline at end of file diff --git a/include/Security/libDER.h b/include/Security/libDER.h new file mode 120000 index 00000000..f0d91d35 --- /dev/null +++ b/include/Security/libDER.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/libDER/libDER/libDER.h \ No newline at end of file diff --git a/include/Security/libDER_config.h b/include/Security/libDER_config.h new file mode 120000 index 00000000..bcd45f36 --- /dev/null +++ b/include/Security/libDER_config.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/libDER/libDER/libDER_config.h \ No newline at end of file diff --git a/include/Security/logging.h b/include/Security/logging.h new file mode 120000 index 00000000..77c6e4cd --- /dev/null +++ b/include/Security/logging.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/logging.h \ No newline at end of file diff --git a/include/Security/macclient.h b/include/Security/macclient.h new file mode 120000 index 00000000..76d2fdc6 --- /dev/null +++ b/include/Security/macclient.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/macclient.h \ No newline at end of file diff --git a/include/Security/mach++.h b/include/Security/mach++.h new file mode 120000 index 00000000..5999cdfb --- /dev/null +++ b/include/Security/mach++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/mach++.h \ No newline at end of file diff --git a/include/Security/mach_notify.h b/include/Security/mach_notify.h new file mode 120000 index 00000000..e7f88053 --- /dev/null +++ b/include/Security/mach_notify.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/mach_notify.h \ No newline at end of file diff --git a/include/Security/macho++.h b/include/Security/macho++.h new file mode 120000 index 00000000..a75bbc5d --- /dev/null +++ b/include/Security/macho++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/macho++.h \ No newline at end of file diff --git a/include/Security/machorep.h b/include/Security/machorep.h new file mode 120000 index 00000000..95b1849b --- /dev/null +++ b/include/Security/machorep.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/machorep.h \ No newline at end of file diff --git a/include/Security/machrunloopserver.h b/include/Security/machrunloopserver.h new file mode 120000 index 00000000..c433bea0 --- /dev/null +++ b/include/Security/machrunloopserver.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/machrunloopserver.h \ No newline at end of file diff --git a/include/Security/machserver.h b/include/Security/machserver.h new file mode 120000 index 00000000..a12fbed6 --- /dev/null +++ b/include/Security/machserver.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/machserver.h \ No newline at end of file diff --git a/include/Security/manager.h b/include/Security/manager.h new file mode 120000 index 00000000..58e1b18d --- /dev/null +++ b/include/Security/manager.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/manager.h \ No newline at end of file diff --git a/include/Security/mds.h b/include/Security/mds.h new file mode 120000 index 00000000..577051da --- /dev/null +++ b/include/Security/mds.h @@ -0,0 +1 @@ +../../OSX/libsecurity_mds/lib/mds.h \ No newline at end of file diff --git a/include/Security/mds_schema.h b/include/Security/mds_schema.h new file mode 120000 index 00000000..9d9171e4 --- /dev/null +++ b/include/Security/mds_schema.h @@ -0,0 +1 @@ +../../OSX/libsecurity_mds/lib/mds_schema.h \ No newline at end of file diff --git a/include/Security/mds_standard.h b/include/Security/mds_standard.h new file mode 120000 index 00000000..fe9d4c7a --- /dev/null +++ b/include/Security/mds_standard.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/mds_standard.h \ No newline at end of file diff --git a/include/Security/mdsclient.h b/include/Security/mdsclient.h new file mode 120000 index 00000000..152c038d --- /dev/null +++ b/include/Security/mdsclient.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/mdsclient.h \ No newline at end of file diff --git a/include/Security/mdspriv.h b/include/Security/mdspriv.h new file mode 120000 index 00000000..4b7dfd44 --- /dev/null +++ b/include/Security/mdspriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_mds/lib/mdspriv.h \ No newline at end of file diff --git a/include/Security/memstreams.h b/include/Security/memstreams.h new file mode 120000 index 00000000..575e2c44 --- /dev/null +++ b/include/Security/memstreams.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/memstreams.h \ No newline at end of file diff --git a/include/Security/memutils.h b/include/Security/memutils.h new file mode 120000 index 00000000..76164e6f --- /dev/null +++ b/include/Security/memutils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/memutils.h \ No newline at end of file diff --git a/include/Security/misc.h b/include/Security/misc.h new file mode 120000 index 00000000..62d0d330 --- /dev/null +++ b/include/Security/misc.h @@ -0,0 +1 @@ +../../OSX/libsecurity_transform/lib/misc.h \ No newline at end of file diff --git a/include/Security/miscAlgFactory.h b/include/Security/miscAlgFactory.h new file mode 120000 index 00000000..9f7d60a4 --- /dev/null +++ b/include/Security/miscAlgFactory.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/miscAlgFactory.h \ No newline at end of file diff --git a/include/Security/modload_plugin.h b/include/Security/modload_plugin.h new file mode 120000 index 00000000..25d4758e --- /dev/null +++ b/include/Security/modload_plugin.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/modload_plugin.h \ No newline at end of file diff --git a/include/Security/modload_static.h b/include/Security/modload_static.h new file mode 120000 index 00000000..f5c9f97e --- /dev/null +++ b/include/Security/modload_static.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/modload_static.h \ No newline at end of file diff --git a/include/Security/modloader.h b/include/Security/modloader.h new file mode 120000 index 00000000..377689eb --- /dev/null +++ b/include/Security/modloader.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/modloader.h \ No newline at end of file diff --git a/include/Security/module.h b/include/Security/module.h new file mode 120000 index 00000000..f57b154e --- /dev/null +++ b/include/Security/module.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/module.h \ No newline at end of file diff --git a/include/Security/multidldb.h b/include/Security/multidldb.h new file mode 120000 index 00000000..e06bc010 --- /dev/null +++ b/include/Security/multidldb.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/multidldb.h \ No newline at end of file diff --git a/include/Security/muscle++.h b/include/Security/muscle++.h new file mode 120000 index 00000000..8de0abbe --- /dev/null +++ b/include/Security/muscle++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/muscle++.h \ No newline at end of file diff --git a/include/Security/mutils.h b/include/Security/mutils.h new file mode 120000 index 00000000..99ce990a --- /dev/null +++ b/include/Security/mutils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/mutils.h \ No newline at end of file diff --git a/include/Security/nameTemplates.h b/include/Security/nameTemplates.h new file mode 120000 index 00000000..940b141e --- /dev/null +++ b/include/Security/nameTemplates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/nameTemplates.h \ No newline at end of file diff --git a/include/Security/nssUtils.h b/include/Security/nssUtils.h new file mode 120000 index 00000000..716c1ea3 --- /dev/null +++ b/include/Security/nssUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/nssUtils.h \ No newline at end of file diff --git a/include/Security/nssilckt.h b/include/Security/nssilckt.h new file mode 120000 index 00000000..8e81c183 --- /dev/null +++ b/include/Security/nssilckt.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/nssilckt.h \ No newline at end of file diff --git a/include/Security/nssilock.h b/include/Security/nssilock.h new file mode 120000 index 00000000..24a267a5 --- /dev/null +++ b/include/Security/nssilock.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/nssilock.h \ No newline at end of file diff --git a/include/Security/nsslocks.h b/include/Security/nsslocks.h new file mode 120000 index 00000000..dedb9737 --- /dev/null +++ b/include/Security/nsslocks.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/nsslocks.h \ No newline at end of file diff --git a/include/Security/objectacl.h b/include/Security/objectacl.h new file mode 120000 index 00000000..da805fa2 --- /dev/null +++ b/include/Security/objectacl.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/objectacl.h \ No newline at end of file diff --git a/include/Security/ocspRequest.h b/include/Security/ocspRequest.h new file mode 120000 index 00000000..0cdf18b6 --- /dev/null +++ b/include/Security/ocspRequest.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/ocspRequest.h \ No newline at end of file diff --git a/include/Security/ocspTemplates.h b/include/Security/ocspTemplates.h new file mode 120000 index 00000000..48148182 --- /dev/null +++ b/include/Security/ocspTemplates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/ocspTemplates.h \ No newline at end of file diff --git a/include/Security/oids.h b/include/Security/oids.h new file mode 120000 index 00000000..8f374277 --- /dev/null +++ b/include/Security/oids.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/libDER/libDER/oids.h \ No newline at end of file diff --git a/include/Security/oidsPriv.h b/include/Security/oidsPriv.h new file mode 120000 index 00000000..4f9ce738 --- /dev/null +++ b/include/Security/oidsPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/libDER/libDER/oidsPriv.h \ No newline at end of file diff --git a/include/Security/oidsalg.h b/include/Security/oidsalg.h new file mode 120000 index 00000000..d0e9c523 --- /dev/null +++ b/include/Security/oidsalg.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/oidsalg.h \ No newline at end of file diff --git a/include/Security/oidsattr.h b/include/Security/oidsattr.h new file mode 120000 index 00000000..9e174457 --- /dev/null +++ b/include/Security/oidsattr.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/oidsattr.h \ No newline at end of file diff --git a/include/Security/oidsbase.h b/include/Security/oidsbase.h new file mode 120000 index 00000000..0f63dbc5 --- /dev/null +++ b/include/Security/oidsbase.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/oidsbase.h \ No newline at end of file diff --git a/include/Security/oidscert.h b/include/Security/oidscert.h new file mode 120000 index 00000000..1097b5df --- /dev/null +++ b/include/Security/oidscert.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/oidscert.h \ No newline at end of file diff --git a/include/Security/oidscrl.h b/include/Security/oidscrl.h new file mode 120000 index 00000000..9247df53 --- /dev/null +++ b/include/Security/oidscrl.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/oidscrl.h \ No newline at end of file diff --git a/include/Security/oidsocsp.h b/include/Security/oidsocsp.h new file mode 120000 index 00000000..ba38c1e7 --- /dev/null +++ b/include/Security/oidsocsp.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/oidsocsp.h \ No newline at end of file diff --git a/include/Security/opaquewhitelist.h b/include/Security/opaquewhitelist.h new file mode 120000 index 00000000..e141bab5 --- /dev/null +++ b/include/Security/opaquewhitelist.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/opaquewhitelist.h \ No newline at end of file diff --git a/include/Security/opensshCoding.h b/include/Security/opensshCoding.h new file mode 120000 index 00000000..95a1d391 --- /dev/null +++ b/include/Security/opensshCoding.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/opensshCoding.h \ No newline at end of file diff --git a/include/Security/osKeyTemplates.h b/include/Security/osKeyTemplates.h new file mode 120000 index 00000000..0597a245 --- /dev/null +++ b/include/Security/osKeyTemplates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/osKeyTemplates.h \ No newline at end of file diff --git a/include/Security/osxcode.h b/include/Security/osxcode.h new file mode 120000 index 00000000..df119366 --- /dev/null +++ b/include/Security/osxcode.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/osxcode.h \ No newline at end of file diff --git a/include/Security/osxverifier.h b/include/Security/osxverifier.h new file mode 120000 index 00000000..78605a27 --- /dev/null +++ b/include/Security/osxverifier.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/osxverifier.h \ No newline at end of file diff --git a/include/Security/pbkdDigest.h b/include/Security/pbkdDigest.h new file mode 120000 index 00000000..993d4786 --- /dev/null +++ b/include/Security/pbkdDigest.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/pbkdDigest.h \ No newline at end of file diff --git a/include/Security/pbkdf2.h b/include/Security/pbkdf2.h new file mode 120000 index 00000000..a1b9f308 --- /dev/null +++ b/include/Security/pbkdf2.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/pbkdf2.h \ No newline at end of file diff --git a/include/Security/pcsc++.h b/include/Security/pcsc++.h new file mode 120000 index 00000000..8a3ac2d3 --- /dev/null +++ b/include/Security/pcsc++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/pcsc++.h \ No newline at end of file diff --git a/include/Security/piddiskrep.h b/include/Security/piddiskrep.h new file mode 120000 index 00000000..ceed0869 --- /dev/null +++ b/include/Security/piddiskrep.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/piddiskrep.h \ No newline at end of file diff --git a/include/Security/pkcs12BagAttrs.h b/include/Security/pkcs12BagAttrs.h new file mode 120000 index 00000000..72a8858f --- /dev/null +++ b/include/Security/pkcs12BagAttrs.h @@ -0,0 +1 @@ +../../OSX/libsecurity_pkcs12/lib/pkcs12BagAttrs.h \ No newline at end of file diff --git a/include/Security/pkcs12Coder.h b/include/Security/pkcs12Coder.h new file mode 120000 index 00000000..922227e1 --- /dev/null +++ b/include/Security/pkcs12Coder.h @@ -0,0 +1 @@ +../../OSX/libsecurity_pkcs12/lib/pkcs12Coder.h \ No newline at end of file diff --git a/include/Security/pkcs12Crypto.h b/include/Security/pkcs12Crypto.h new file mode 120000 index 00000000..b70afd34 --- /dev/null +++ b/include/Security/pkcs12Crypto.h @@ -0,0 +1 @@ +../../OSX/libsecurity_pkcs12/lib/pkcs12Crypto.h \ No newline at end of file diff --git a/include/Security/pkcs12Debug.h b/include/Security/pkcs12Debug.h new file mode 120000 index 00000000..3f415b10 --- /dev/null +++ b/include/Security/pkcs12Debug.h @@ -0,0 +1 @@ +../../OSX/libsecurity_pkcs12/lib/pkcs12Debug.h \ No newline at end of file diff --git a/include/Security/pkcs12Derive.h b/include/Security/pkcs12Derive.h new file mode 120000 index 00000000..433bb702 --- /dev/null +++ b/include/Security/pkcs12Derive.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/pkcs12Derive.h \ No newline at end of file diff --git a/include/Security/pkcs12SafeBag.h b/include/Security/pkcs12SafeBag.h new file mode 120000 index 00000000..678300f6 --- /dev/null +++ b/include/Security/pkcs12SafeBag.h @@ -0,0 +1 @@ +../../OSX/libsecurity_pkcs12/lib/pkcs12SafeBag.h \ No newline at end of file diff --git a/include/Security/pkcs12Templates.h b/include/Security/pkcs12Templates.h new file mode 120000 index 00000000..413cb7e1 --- /dev/null +++ b/include/Security/pkcs12Templates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/pkcs12Templates.h \ No newline at end of file diff --git a/include/Security/pkcs12Utils.h b/include/Security/pkcs12Utils.h new file mode 120000 index 00000000..79c93a76 --- /dev/null +++ b/include/Security/pkcs12Utils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_pkcs12/lib/pkcs12Utils.h \ No newline at end of file diff --git a/include/Security/pkcs7Templates.h b/include/Security/pkcs7Templates.h new file mode 120000 index 00000000..24df073d --- /dev/null +++ b/include/Security/pkcs7Templates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/pkcs7Templates.h \ No newline at end of file diff --git a/include/Security/pkcs8.h b/include/Security/pkcs8.h new file mode 120000 index 00000000..8aa390cb --- /dev/null +++ b/include/Security/pkcs8.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/pkcs8.h \ No newline at end of file diff --git a/include/Security/pkcsoids.h b/include/Security/pkcsoids.h new file mode 120000 index 00000000..d629fefe --- /dev/null +++ b/include/Security/pkcsoids.h @@ -0,0 +1 @@ +../../OSX/libsecurity_pkcs12/lib/pkcsoids.h \ No newline at end of file diff --git a/include/Security/plarena.h b/include/Security/plarena.h new file mode 120000 index 00000000..ed943c26 --- /dev/null +++ b/include/Security/plarena.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/plarena.h \ No newline at end of file diff --git a/include/Security/plarenas.h b/include/Security/plarenas.h new file mode 120000 index 00000000..51283e5d --- /dev/null +++ b/include/Security/plarenas.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/plarenas.h \ No newline at end of file diff --git a/include/Security/platform.h b/include/Security/platform.h new file mode 120000 index 00000000..ffd5b303 --- /dev/null +++ b/include/Security/platform.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cryptkit/lib/platform.h \ No newline at end of file diff --git a/include/Security/plhash.h b/include/Security/plhash.h new file mode 120000 index 00000000..b5a64305 --- /dev/null +++ b/include/Security/plhash.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/plhash.h \ No newline at end of file diff --git a/include/Security/plstr.h b/include/Security/plstr.h new file mode 120000 index 00000000..7117049b --- /dev/null +++ b/include/Security/plstr.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/plstr.h \ No newline at end of file diff --git a/include/Security/pluginsession.h b/include/Security/pluginsession.h new file mode 120000 index 00000000..0a1fea86 --- /dev/null +++ b/include/Security/pluginsession.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_plugin/lib/pluginsession.h \ No newline at end of file diff --git a/include/Security/pluginspi.h b/include/Security/pluginspi.h new file mode 120000 index 00000000..32c9a8bb --- /dev/null +++ b/include/Security/pluginspi.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_plugin/lib/pluginspi.h \ No newline at end of file diff --git a/include/Security/policydb.h b/include/Security/policydb.h new file mode 120000 index 00000000..345147ff --- /dev/null +++ b/include/Security/policydb.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/policydb.h \ No newline at end of file diff --git a/include/Security/policyengine.h b/include/Security/policyengine.h new file mode 120000 index 00000000..7f882365 --- /dev/null +++ b/include/Security/policyengine.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/policyengine.h \ No newline at end of file diff --git a/include/Security/powerwatch.h b/include/Security/powerwatch.h new file mode 120000 index 00000000..17209859 --- /dev/null +++ b/include/Security/powerwatch.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/powerwatch.h \ No newline at end of file diff --git a/include/Security/prbit.h b/include/Security/prbit.h new file mode 120000 index 00000000..7c920b4e --- /dev/null +++ b/include/Security/prbit.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prbit.h \ No newline at end of file diff --git a/include/Security/prcpucfg.h b/include/Security/prcpucfg.h new file mode 120000 index 00000000..3f1beb9a --- /dev/null +++ b/include/Security/prcpucfg.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prcpucfg.h \ No newline at end of file diff --git a/include/Security/prcvar.h b/include/Security/prcvar.h new file mode 120000 index 00000000..b9011cea --- /dev/null +++ b/include/Security/prcvar.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prcvar.h \ No newline at end of file diff --git a/include/Security/prenv.h b/include/Security/prenv.h new file mode 120000 index 00000000..4a3aa42c --- /dev/null +++ b/include/Security/prenv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prenv.h \ No newline at end of file diff --git a/include/Security/prerr.h b/include/Security/prerr.h new file mode 120000 index 00000000..a1077601 --- /dev/null +++ b/include/Security/prerr.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prerr.h \ No newline at end of file diff --git a/include/Security/prerror.h b/include/Security/prerror.h new file mode 120000 index 00000000..83e6a7a4 --- /dev/null +++ b/include/Security/prerror.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prerror.h \ No newline at end of file diff --git a/include/Security/prinit.h b/include/Security/prinit.h new file mode 120000 index 00000000..e981aa3b --- /dev/null +++ b/include/Security/prinit.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prinit.h \ No newline at end of file diff --git a/include/Security/prinrval.h b/include/Security/prinrval.h new file mode 120000 index 00000000..86f79eae --- /dev/null +++ b/include/Security/prinrval.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prinrval.h \ No newline at end of file diff --git a/include/Security/privPort.h b/include/Security/privPort.h new file mode 120000 index 00000000..33527784 --- /dev/null +++ b/include/Security/privPort.h @@ -0,0 +1 @@ +../../OSX/libsecurity_authorization/lib/privPort.h \ No newline at end of file diff --git a/include/Security/prlock.h b/include/Security/prlock.h new file mode 120000 index 00000000..2645cb74 --- /dev/null +++ b/include/Security/prlock.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prlock.h \ No newline at end of file diff --git a/include/Security/prlog.h b/include/Security/prlog.h new file mode 120000 index 00000000..147c444a --- /dev/null +++ b/include/Security/prlog.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prlog.h \ No newline at end of file diff --git a/include/Security/prlong.h b/include/Security/prlong.h new file mode 120000 index 00000000..136ae6a4 --- /dev/null +++ b/include/Security/prlong.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prlong.h \ No newline at end of file diff --git a/include/Security/prmem.h b/include/Security/prmem.h new file mode 120000 index 00000000..a9544506 --- /dev/null +++ b/include/Security/prmem.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prmem.h \ No newline at end of file diff --git a/include/Security/prmon.h b/include/Security/prmon.h new file mode 120000 index 00000000..f702f809 --- /dev/null +++ b/include/Security/prmon.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prmon.h \ No newline at end of file diff --git a/include/Security/protypes.h b/include/Security/protypes.h new file mode 120000 index 00000000..66a4f9df --- /dev/null +++ b/include/Security/protypes.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/protypes.h \ No newline at end of file diff --git a/include/Security/prthread.h b/include/Security/prthread.h new file mode 120000 index 00000000..621af69b --- /dev/null +++ b/include/Security/prthread.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prthread.h \ No newline at end of file diff --git a/include/Security/prtime.h b/include/Security/prtime.h new file mode 120000 index 00000000..64979ac1 --- /dev/null +++ b/include/Security/prtime.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prtime.h \ No newline at end of file diff --git a/include/Security/prtypes.h b/include/Security/prtypes.h new file mode 120000 index 00000000..9b66829e --- /dev/null +++ b/include/Security/prtypes.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prtypes.h \ No newline at end of file diff --git a/include/Security/prvrsion.h b/include/Security/prvrsion.h new file mode 120000 index 00000000..acbfa8e4 --- /dev/null +++ b/include/Security/prvrsion.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/prvrsion.h \ No newline at end of file diff --git a/include/Security/quarantine++.h b/include/Security/quarantine++.h new file mode 120000 index 00000000..a06a3ce3 --- /dev/null +++ b/include/Security/quarantine++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/quarantine++.h \ No newline at end of file diff --git a/include/Security/rc2Context.h b/include/Security/rc2Context.h new file mode 120000 index 00000000..94dc710e --- /dev/null +++ b/include/Security/rc2Context.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/rc2Context.h \ No newline at end of file diff --git a/include/Security/rc4Context.h b/include/Security/rc4Context.h new file mode 120000 index 00000000..7e91f37b --- /dev/null +++ b/include/Security/rc4Context.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/rc4Context.h \ No newline at end of file diff --git a/include/Security/rc5Context.h b/include/Security/rc5Context.h new file mode 120000 index 00000000..100af932 --- /dev/null +++ b/include/Security/rc5Context.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/rc5Context.h \ No newline at end of file diff --git a/include/Security/refcount.h b/include/Security/refcount.h new file mode 120000 index 00000000..d877b5cd --- /dev/null +++ b/include/Security/refcount.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/refcount.h \ No newline at end of file diff --git a/include/Security/reqdumper.h b/include/Security/reqdumper.h new file mode 120000 index 00000000..94dc4c04 --- /dev/null +++ b/include/Security/reqdumper.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/reqdumper.h \ No newline at end of file diff --git a/include/Security/reqinterp.h b/include/Security/reqinterp.h new file mode 120000 index 00000000..46750268 --- /dev/null +++ b/include/Security/reqinterp.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/reqinterp.h \ No newline at end of file diff --git a/include/Security/reqmaker.h b/include/Security/reqmaker.h new file mode 120000 index 00000000..e63336cf --- /dev/null +++ b/include/Security/reqmaker.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/reqmaker.h \ No newline at end of file diff --git a/include/Security/reqparser.h b/include/Security/reqparser.h new file mode 120000 index 00000000..37ddd170 --- /dev/null +++ b/include/Security/reqparser.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/reqparser.h \ No newline at end of file diff --git a/include/Security/reqreader.h b/include/Security/reqreader.h new file mode 120000 index 00000000..7f83d149 --- /dev/null +++ b/include/Security/reqreader.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/reqreader.h \ No newline at end of file diff --git a/include/Security/requirement.h b/include/Security/requirement.h new file mode 120000 index 00000000..9028a8c9 --- /dev/null +++ b/include/Security/requirement.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/requirement.h \ No newline at end of file diff --git a/include/Security/resources.h b/include/Security/resources.h new file mode 120000 index 00000000..79afd8f2 --- /dev/null +++ b/include/Security/resources.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/resources.h \ No newline at end of file diff --git a/include/Security/rijndael-alg-ref.h b/include/Security/rijndael-alg-ref.h new file mode 120000 index 00000000..8e469f52 --- /dev/null +++ b/include/Security/rijndael-alg-ref.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/rijndael-alg-ref.h \ No newline at end of file diff --git a/include/Security/rijndaelApi.h b/include/Security/rijndaelApi.h new file mode 120000 index 00000000..7ec5266c --- /dev/null +++ b/include/Security/rijndaelApi.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_csp/lib/rijndaelApi.h \ No newline at end of file diff --git a/include/Security/sec_xdr.h b/include/Security/sec_xdr.h new file mode 120000 index 00000000..54f403fa --- /dev/null +++ b/include/Security/sec_xdr.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/sec_xdr.h \ No newline at end of file diff --git a/include/Security/secasn1.h b/include/Security/secasn1.h new file mode 120000 index 00000000..5ea43ecf --- /dev/null +++ b/include/Security/secasn1.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/secasn1.h \ No newline at end of file diff --git a/include/Security/secasn1t.h b/include/Security/secasn1t.h new file mode 120000 index 00000000..a58ccedd --- /dev/null +++ b/include/Security/secasn1t.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/secasn1t.h \ No newline at end of file diff --git a/include/Security/seccfobject.h b/include/Security/seccfobject.h new file mode 120000 index 00000000..5730b4df --- /dev/null +++ b/include/Security/seccfobject.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/seccfobject.h \ No newline at end of file diff --git a/include/Security/seccomon.h b/include/Security/seccomon.h new file mode 120000 index 00000000..6215699c --- /dev/null +++ b/include/Security/seccomon.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/seccomon.h \ No newline at end of file diff --git a/include/Security/secerr.h b/include/Security/secerr.h new file mode 120000 index 00000000..a9774d89 --- /dev/null +++ b/include/Security/secerr.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/secerr.h \ No newline at end of file diff --git a/include/Security/secitem.h b/include/Security/secitem.h new file mode 120000 index 00000000..ba32d749 --- /dev/null +++ b/include/Security/secitem.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/secitem.h \ No newline at end of file diff --git a/include/Security/secoid.h b/include/Security/secoid.h new file mode 120000 index 00000000..70babd54 --- /dev/null +++ b/include/Security/secoid.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/secoid.h \ No newline at end of file diff --git a/include/Security/secoidt.h b/include/Security/secoidt.h new file mode 120000 index 00000000..b8189024 --- /dev/null +++ b/include/Security/secoidt.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/secoidt.h \ No newline at end of file diff --git a/include/Security/secport.h b/include/Security/secport.h new file mode 120000 index 00000000..ad5bc2ba --- /dev/null +++ b/include/Security/secport.h @@ -0,0 +1 @@ +../../OSX/libsecurity_asn1/lib/secport.h \ No newline at end of file diff --git a/include/Security/securestorage.h b/include/Security/securestorage.h new file mode 120000 index 00000000..286886ba --- /dev/null +++ b/include/Security/securestorage.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/securestorage.h \ No newline at end of file diff --git a/include/Security/security_utilities.h b/include/Security/security_utilities.h new file mode 120000 index 00000000..a202b146 --- /dev/null +++ b/include/Security/security_utilities.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/security_utilities.h \ No newline at end of file diff --git a/include/Security/selector.h b/include/Security/selector.h new file mode 120000 index 00000000..1c04c19a --- /dev/null +++ b/include/Security/selector.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/selector.h \ No newline at end of file diff --git a/include/Security/sigblob.h b/include/Security/sigblob.h new file mode 120000 index 00000000..fef4401c --- /dev/null +++ b/include/Security/sigblob.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/sigblob.h \ No newline at end of file diff --git a/include/Security/signclient.h b/include/Security/signclient.h new file mode 120000 index 00000000..14a270ee --- /dev/null +++ b/include/Security/signclient.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/signclient.h \ No newline at end of file diff --git a/include/Security/signer.h b/include/Security/signer.h new file mode 120000 index 00000000..0f080069 --- /dev/null +++ b/include/Security/signer.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/signer.h \ No newline at end of file diff --git a/include/Security/signerutils.h b/include/Security/signerutils.h new file mode 120000 index 00000000..94a0d1bb --- /dev/null +++ b/include/Security/signerutils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/signerutils.h \ No newline at end of file diff --git a/include/Security/simpleprefs.h b/include/Security/simpleprefs.h new file mode 120000 index 00000000..e45f9ca7 --- /dev/null +++ b/include/Security/simpleprefs.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/simpleprefs.h \ No newline at end of file diff --git a/include/Security/singlediskrep.h b/include/Security/singlediskrep.h new file mode 120000 index 00000000..fb1bdd46 --- /dev/null +++ b/include/Security/singlediskrep.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/singlediskrep.h \ No newline at end of file diff --git a/include/Security/slcrep.h b/include/Security/slcrep.h new file mode 120000 index 00000000..2d11d2ab --- /dev/null +++ b/include/Security/slcrep.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/slcrep.h \ No newline at end of file diff --git a/include/Security/socks++.h b/include/Security/socks++.h new file mode 120000 index 00000000..2d772719 --- /dev/null +++ b/include/Security/socks++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/socks++.h \ No newline at end of file diff --git a/include/Security/socks++4.h b/include/Security/socks++4.h new file mode 120000 index 00000000..2c38b9f9 --- /dev/null +++ b/include/Security/socks++4.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/socks++4.h \ No newline at end of file diff --git a/include/Security/socks++5.h b/include/Security/socks++5.h new file mode 120000 index 00000000..2daf909f --- /dev/null +++ b/include/Security/socks++5.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/socks++5.h \ No newline at end of file diff --git a/include/Security/sqlite++.h b/include/Security/sqlite++.h new file mode 120000 index 00000000..feff00cf --- /dev/null +++ b/include/Security/sqlite++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/sqlite++.h \ No newline at end of file diff --git a/include/Security/ss_types.h b/include/Security/ss_types.h new file mode 120000 index 00000000..e974669b --- /dev/null +++ b/include/Security/ss_types.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/ss_types.h \ No newline at end of file diff --git a/include/Security/ssblob.h b/include/Security/ssblob.h new file mode 120000 index 00000000..0346dd67 --- /dev/null +++ b/include/Security/ssblob.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/ssblob.h \ No newline at end of file diff --git a/include/Security/ssclient.h b/include/Security/ssclient.h new file mode 120000 index 00000000..79c0ea65 --- /dev/null +++ b/include/Security/ssclient.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/ssclient.h \ No newline at end of file diff --git a/include/Security/sscommon.h b/include/Security/sscommon.h new file mode 120000 index 00000000..80e969a9 --- /dev/null +++ b/include/Security/sscommon.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/sscommon.h \ No newline at end of file diff --git a/include/Security/ssl.h b/include/Security/ssl.h new file mode 120000 index 00000000..0cea4f31 --- /dev/null +++ b/include/Security/ssl.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/ssl.h \ No newline at end of file diff --git a/include/Security/sslBuildFlags.h b/include/Security/sslBuildFlags.h new file mode 120000 index 00000000..0a2d1717 --- /dev/null +++ b/include/Security/sslBuildFlags.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/sslBuildFlags.h \ No newline at end of file diff --git a/include/Security/sslCipherSpecs.h b/include/Security/sslCipherSpecs.h new file mode 120000 index 00000000..04a23ab7 --- /dev/null +++ b/include/Security/sslCipherSpecs.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/sslCipherSpecs.h \ No newline at end of file diff --git a/include/Security/sslContext.h b/include/Security/sslContext.h new file mode 120000 index 00000000..b75c7cfa --- /dev/null +++ b/include/Security/sslContext.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/sslContext.h \ No newline at end of file diff --git a/include/Security/sslCrypto.h b/include/Security/sslCrypto.h new file mode 120000 index 00000000..8b1a26cb --- /dev/null +++ b/include/Security/sslCrypto.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/sslCrypto.h \ No newline at end of file diff --git a/include/Security/sslDebug.h b/include/Security/sslDebug.h new file mode 120000 index 00000000..9e20e456 --- /dev/null +++ b/include/Security/sslDebug.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/sslDebug.h \ No newline at end of file diff --git a/include/Security/sslKeychain.h b/include/Security/sslKeychain.h new file mode 120000 index 00000000..37c673b7 --- /dev/null +++ b/include/Security/sslKeychain.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/sslKeychain.h \ No newline at end of file diff --git a/include/Security/sslMemory.h b/include/Security/sslMemory.h new file mode 120000 index 00000000..76b0bb7b --- /dev/null +++ b/include/Security/sslMemory.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/sslMemory.h \ No newline at end of file diff --git a/include/Security/sslPriv.h b/include/Security/sslPriv.h new file mode 120000 index 00000000..ab460eb3 --- /dev/null +++ b/include/Security/sslPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/sslPriv.h \ No newline at end of file diff --git a/include/Security/sslRecord.h b/include/Security/sslRecord.h new file mode 120000 index 00000000..f2d4bc0c --- /dev/null +++ b/include/Security/sslRecord.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/sslRecord.h \ No newline at end of file diff --git a/include/Security/sslTypes.h b/include/Security/sslTypes.h new file mode 120000 index 00000000..0436edfb --- /dev/null +++ b/include/Security/sslTypes.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/sslTypes.h \ No newline at end of file diff --git a/include/Security/sslUtils.h b/include/Security/sslUtils.h new file mode 120000 index 00000000..28cc925c --- /dev/null +++ b/include/Security/sslUtils.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/sslUtils.h \ No newline at end of file diff --git a/include/Security/ssnotify.h b/include/Security/ssnotify.h new file mode 120000 index 00000000..16ad82f5 --- /dev/null +++ b/include/Security/ssnotify.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/ssnotify.h \ No newline at end of file diff --git a/include/Security/sstransit.h b/include/Security/sstransit.h new file mode 120000 index 00000000..da47ed35 --- /dev/null +++ b/include/Security/sstransit.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/sstransit.h \ No newline at end of file diff --git a/include/Security/streams.h b/include/Security/streams.h new file mode 120000 index 00000000..0afb44c0 --- /dev/null +++ b/include/Security/streams.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/streams.h \ No newline at end of file diff --git a/include/Security/superblob.h b/include/Security/superblob.h new file mode 120000 index 00000000..678aee22 --- /dev/null +++ b/include/Security/superblob.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/superblob.h \ No newline at end of file diff --git a/include/Security/threading.h b/include/Security/threading.h new file mode 120000 index 00000000..f46242f0 --- /dev/null +++ b/include/Security/threading.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/threading.h \ No newline at end of file diff --git a/include/Security/threading_internal.h b/include/Security/threading_internal.h new file mode 120000 index 00000000..e56c1965 --- /dev/null +++ b/include/Security/threading_internal.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/threading_internal.h \ No newline at end of file diff --git a/include/Security/timeflow.h b/include/Security/timeflow.h new file mode 120000 index 00000000..b457a064 --- /dev/null +++ b/include/Security/timeflow.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/timeflow.h \ No newline at end of file diff --git a/include/Security/tlsCallbacks.h b/include/Security/tlsCallbacks.h new file mode 120000 index 00000000..8d7ccd01 --- /dev/null +++ b/include/Security/tlsCallbacks.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/tlsCallbacks.h \ No newline at end of file diff --git a/include/Security/tls_record_internal.h b/include/Security/tls_record_internal.h new file mode 120000 index 00000000..167580eb --- /dev/null +++ b/include/Security/tls_record_internal.h @@ -0,0 +1 @@ +../../OSX/libsecurity_ssl/lib/tls_record_internal.h \ No newline at end of file diff --git a/include/Security/tpCertAllowList.h b/include/Security/tpCertAllowList.h new file mode 120000 index 00000000..16807514 --- /dev/null +++ b/include/Security/tpCertAllowList.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/tpCertAllowList.h \ No newline at end of file diff --git a/include/Security/tpCrlVerify.h b/include/Security/tpCrlVerify.h new file mode 120000 index 00000000..79335843 --- /dev/null +++ b/include/Security/tpCrlVerify.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/tpCrlVerify.h \ No newline at end of file diff --git a/include/Security/tpOcspCache.h b/include/Security/tpOcspCache.h new file mode 120000 index 00000000..3c24f7a7 --- /dev/null +++ b/include/Security/tpOcspCache.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/tpOcspCache.h \ No newline at end of file diff --git a/include/Security/tpOcspCertVfy.h b/include/Security/tpOcspCertVfy.h new file mode 120000 index 00000000..13fda3d5 --- /dev/null +++ b/include/Security/tpOcspCertVfy.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/tpOcspCertVfy.h \ No newline at end of file diff --git a/include/Security/tpOcspVerify.h b/include/Security/tpOcspVerify.h new file mode 120000 index 00000000..d2474fa1 --- /dev/null +++ b/include/Security/tpOcspVerify.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/tpOcspVerify.h \ No newline at end of file diff --git a/include/Security/tpPolicies.h b/include/Security/tpPolicies.h new file mode 120000 index 00000000..9a4a5516 --- /dev/null +++ b/include/Security/tpPolicies.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/tpPolicies.h \ No newline at end of file diff --git a/include/Security/tpTime.h b/include/Security/tpTime.h new file mode 120000 index 00000000..15e394f2 --- /dev/null +++ b/include/Security/tpTime.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/tpTime.h \ No newline at end of file diff --git a/include/Security/tpclient.h b/include/Security/tpclient.h new file mode 120000 index 00000000..7c2582e6 --- /dev/null +++ b/include/Security/tpclient.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/tpclient.h \ No newline at end of file diff --git a/include/Security/tpdebugging.h b/include/Security/tpdebugging.h new file mode 120000 index 00000000..44a361a6 --- /dev/null +++ b/include/Security/tpdebugging.h @@ -0,0 +1 @@ +../../OSX/libsecurity_apple_x509_tp/lib/tpdebugging.h \ No newline at end of file diff --git a/include/Security/tqueue.h b/include/Security/tqueue.h new file mode 120000 index 00000000..5dd40817 --- /dev/null +++ b/include/Security/tqueue.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/tqueue.h \ No newline at end of file diff --git a/include/Security/trackingallocator.h b/include/Security/trackingallocator.h new file mode 120000 index 00000000..29124d78 --- /dev/null +++ b/include/Security/trackingallocator.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/trackingallocator.h \ No newline at end of file diff --git a/include/Security/transactions.h b/include/Security/transactions.h new file mode 120000 index 00000000..204e05a5 --- /dev/null +++ b/include/Security/transactions.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/transactions.h \ No newline at end of file diff --git a/include/Security/tsaDERUtilities.h b/include/Security/tsaDERUtilities.h new file mode 120000 index 00000000..c33e7750 --- /dev/null +++ b/include/Security/tsaDERUtilities.h @@ -0,0 +1 @@ +../../OSX/libsecurity_keychain/lib/tsaDERUtilities.h \ No newline at end of file diff --git a/include/Security/tsaSupport.h b/include/Security/tsaSupport.h new file mode 120000 index 00000000..473ae090 --- /dev/null +++ b/include/Security/tsaSupport.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/tsaSupport.h \ No newline at end of file diff --git a/include/Security/tsaSupportPriv.h b/include/Security/tsaSupportPriv.h new file mode 120000 index 00000000..044ea09f --- /dev/null +++ b/include/Security/tsaSupportPriv.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/tsaSupportPriv.h \ No newline at end of file diff --git a/include/Security/tsaTemplates.h b/include/Security/tsaTemplates.h new file mode 120000 index 00000000..a0a5b1bf --- /dev/null +++ b/include/Security/tsaTemplates.h @@ -0,0 +1 @@ +../../OSX/libsecurity_smime/lib/tsaTemplates.h \ No newline at end of file diff --git a/include/Security/typedvalue.h b/include/Security/typedvalue.h new file mode 120000 index 00000000..884ae09e --- /dev/null +++ b/include/Security/typedvalue.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/typedvalue.h \ No newline at end of file diff --git a/include/Security/u32handleobject.h b/include/Security/u32handleobject.h new file mode 120000 index 00000000..089be795 --- /dev/null +++ b/include/Security/u32handleobject.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/u32handleobject.h \ No newline at end of file diff --git a/include/Security/ucsp_types.h b/include/Security/ucsp_types.h new file mode 120000 index 00000000..1ce03b2e --- /dev/null +++ b/include/Security/ucsp_types.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/ucsp_types.h \ No newline at end of file diff --git a/include/Security/uniformrandom.h b/include/Security/uniformrandom.h new file mode 120000 index 00000000..72fda5db --- /dev/null +++ b/include/Security/uniformrandom.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/uniformrandom.h \ No newline at end of file diff --git a/include/Security/unix++.h b/include/Security/unix++.h new file mode 120000 index 00000000..36a493f7 --- /dev/null +++ b/include/Security/unix++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/unix++.h \ No newline at end of file diff --git a/include/Security/unixchild.h b/include/Security/unixchild.h new file mode 120000 index 00000000..beb90904 --- /dev/null +++ b/include/Security/unixchild.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/unixchild.h \ No newline at end of file diff --git a/include/Security/url.h b/include/Security/url.h new file mode 120000 index 00000000..55780751 --- /dev/null +++ b/include/Security/url.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/url.h \ No newline at end of file diff --git a/include/Security/utilities.h b/include/Security/utilities.h new file mode 120000 index 00000000..f394e6a8 --- /dev/null +++ b/include/Security/utilities.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/utilities.h \ No newline at end of file diff --git a/include/Security/utility_config.h b/include/Security/utility_config.h new file mode 120000 index 00000000..3fb4c628 --- /dev/null +++ b/include/Security/utility_config.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/utility_config.h \ No newline at end of file diff --git a/include/Security/vproc++.h b/include/Security/vproc++.h new file mode 120000 index 00000000..b5eb421a --- /dev/null +++ b/include/Security/vproc++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_utilities/lib/vproc++.h \ No newline at end of file diff --git a/include/Security/walkers.h b/include/Security/walkers.h new file mode 120000 index 00000000..efdd0198 --- /dev/null +++ b/include/Security/walkers.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_utilities/lib/walkers.h \ No newline at end of file diff --git a/include/Security/wrapkey.h b/include/Security/wrapkey.h new file mode 120000 index 00000000..fef10ec8 --- /dev/null +++ b/include/Security/wrapkey.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cdsa_client/lib/wrapkey.h \ No newline at end of file diff --git a/include/Security/x509defs.h b/include/Security/x509defs.h new file mode 120000 index 00000000..3e1f44d1 --- /dev/null +++ b/include/Security/x509defs.h @@ -0,0 +1 @@ +../../OSX/libsecurity_cssm/lib/x509defs.h \ No newline at end of file diff --git a/include/Security/xar++.h b/include/Security/xar++.h new file mode 120000 index 00000000..ba3a42bf --- /dev/null +++ b/include/Security/xar++.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/xar++.h \ No newline at end of file diff --git a/include/Security/xdr_auth.h b/include/Security/xdr_auth.h new file mode 120000 index 00000000..3b5bd0ae --- /dev/null +++ b/include/Security/xdr_auth.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/xdr_auth.h \ No newline at end of file diff --git a/include/Security/xdr_cssm.h b/include/Security/xdr_cssm.h new file mode 120000 index 00000000..fea14836 --- /dev/null +++ b/include/Security/xdr_cssm.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/xdr_cssm.h \ No newline at end of file diff --git a/include/Security/xdr_dldb.h b/include/Security/xdr_dldb.h new file mode 120000 index 00000000..4ec95021 --- /dev/null +++ b/include/Security/xdr_dldb.h @@ -0,0 +1 @@ +../../OSX/libsecurityd/lib/xdr_dldb.h \ No newline at end of file diff --git a/include/Security/xpcengine.h b/include/Security/xpcengine.h new file mode 120000 index 00000000..5885cdf4 --- /dev/null +++ b/include/Security/xpcengine.h @@ -0,0 +1 @@ +../../OSX/libsecurity_codesigning/lib/xpcengine.h \ No newline at end of file diff --git a/include/libDER b/include/libDER new file mode 120000 index 00000000..b3ac1753 --- /dev/null +++ b/include/libDER @@ -0,0 +1 @@ +../OSX/libsecurity_keychain/libDER/libDER \ No newline at end of file diff --git a/include/security-duct.h b/include/security-duct.h new file mode 100644 index 00000000..f8c67389 --- /dev/null +++ b/include/security-duct.h @@ -0,0 +1,16 @@ +#include +//#define CF_ENUM(x) enum +#define CF_ENUM_DEPRECATED(a,b,c,d) +#define CF_ENUM_AVAILABLE(a,b) +#define CF_ASSUME_NONNULL_BEGIN +#define CF_IMPLICIT_BRIDGING_ENABLED +#define CF_BRIDGED_TYPE(x) +#define CF_IMPLICIT_BRIDGING_DISABLED +#define CF_ASSUME_NONNULL_END +#define CF_CONSUMED +#define __nullable +#define __nonnull +#define __weak +#define CF_RETURNS_RETAINED +#define CF_RETURNS_NOT_RETAINED + diff --git a/include/security_apple_csp b/include/security_apple_csp new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_apple_csp @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_apple_cspdl b/include/security_apple_cspdl new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_apple_cspdl @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_apple_file_dl b/include/security_apple_file_dl new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_apple_file_dl @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_apple_x509_cl b/include/security_apple_x509_cl new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_apple_x509_cl @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_apple_x509_tp b/include/security_apple_x509_tp new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_apple_x509_tp @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_asn1 b/include/security_asn1 new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_asn1 @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_authorization b/include/security_authorization new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_authorization @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_cdsa_client b/include/security_cdsa_client new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_cdsa_client @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_cdsa_plugin b/include/security_cdsa_plugin new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_cdsa_plugin @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_cdsa_utilities b/include/security_cdsa_utilities new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_cdsa_utilities @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_cdsa_utils b/include/security_cdsa_utils new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_cdsa_utils @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_checkpw b/include/security_checkpw new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_checkpw @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_cms b/include/security_cms new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_cms @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_codesigning b/include/security_codesigning new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_codesigning @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_comcryption b/include/security_comcryption new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_comcryption @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_cryptkit b/include/security_cryptkit new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_cryptkit @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_cssm b/include/security_cssm new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_cssm @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_dotmac_tp b/include/security_dotmac_tp new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_dotmac_tp @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_filedb b/include/security_filedb new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_filedb @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_keychain b/include/security_keychain new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_keychain @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_manifest b/include/security_manifest new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_manifest @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_mds b/include/security_mds new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_mds @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_ocspd b/include/security_ocspd new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_ocspd @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_pkcs12 b/include/security_pkcs12 new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_pkcs12 @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_sd_cspdl b/include/security_sd_cspdl new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_sd_cspdl @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_smime b/include/security_smime new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_smime @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_ssl b/include/security_ssl new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_ssl @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_transform b/include/security_transform new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_transform @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/security_utilities b/include/security_utilities new file mode 120000 index 00000000..2afe829d --- /dev/null +++ b/include/security_utilities @@ -0,0 +1 @@ +Security \ No newline at end of file diff --git a/include/securityd_client b/include/securityd_client new file mode 120000 index 00000000..cd83acb0 --- /dev/null +++ b/include/securityd_client @@ -0,0 +1 @@ +../OSX/libsecurityd/lib \ No newline at end of file