| /expo/packages/expo-updates/ios/Tests/ |
| H A D | CertificateChainSpec.swift | 19 let rootCert = getTestCertificate(TestCertificate.chainRoot) in spec() variable 57 let rootCert = getTestCertificate(TestCertificate.chainRoot) in spec() variable 60 try CertificateChain(certificateStrings: [leafCert, rootCert]).codeSigningCertificate() in spec() 67 let rootCert = getTestCertificate(TestCertificate.chainRoot) in spec() variable 70 …try CertificateChain(certificateStrings: [leafCert, intermediateCert, rootCert]).codeSigningCertif… in spec() 96 let rootCert = getTestCertificate(TestCertificate.chainNotCARoot) in spec() variable 99 …try CertificateChain(certificateStrings: [leafCert, intermediateCert, rootCert]).codeSigningCertif… in spec() 106 let rootCert = getTestCertificate(TestCertificate.chainPathLenViolationRoot) in spec() variable 109 …try CertificateChain(certificateStrings: [leafCert, intermediateCert, rootCert]).codeSigningCertif… in spec() 116 let rootCert = getTestCertificate(TestCertificate.chainExpoProjectInformationViolationRoot) in spec() variable [all …]
|
| H A D | CodeSigningConfigurationSpec.swift | 12 let rootCert = getTestCertificate(TestCertificate.chainRoot) in spec() variable 22 …eparateCertificateChain(certificateChainInManifestResponse: leafCert + intermediateCert + rootCert) in spec() 163 let rootCert = getTestCertificate(TestCertificate.chainRoot) in spec() variable 165 embeddedCertificateString: rootCert, in spec()
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/codesigning/ |
| H A D | CertificateChainTest.kt | 25 val rootCert = getTestCertificate(TestCertificateType.CHAIN_ROOT) in test_ValidCertificateChain() constant 82 val rootCert = getTestCertificate(TestCertificateType.CHAIN_ROOT) in test_ThrowsChainIsNotValid() constant 86 CertificateChain(listOf(leafCert, rootCert)).codeSigningCertificate in test_ThrowsChainIsNotValid() 110 val rootCert = getTestCertificate(TestCertificateType.CHAIN_ROOT) in test_ThrowsWhenAnySignatureInvalid() constant 114 CertificateChain(listOf(leafCert, intermediateCert, rootCert)).codeSigningCertificate in test_ThrowsWhenAnySignatureInvalid() 134 val rootCert = getTestCertificate(TestCertificateType.CHAIN_NOT_CA_ROOT) in test_ThrowsWhenIntermediateCANotCA() constant 138 CertificateChain(listOf(leafCert, intermediateCert, rootCert)).codeSigningCertificate in test_ThrowsWhenIntermediateCANotCA() 148 val rootCert = getTestCertificate(TestCertificateType.CHAIN_PATH_LEN_VIOLATION_ROOT) in test_ThrowsWhenCAPathLenViolated() constant 152 CertificateChain(listOf(leafCert, intermediateCert, rootCert)).codeSigningCertificate in test_ThrowsWhenCAPathLenViolated() 162 …val rootCert = getTestCertificate(TestCertificateType.CHAIN_EXPO_PROJECT_INFORMATION_VIOLATION_ROO… in test_ThrowsWhenExpoProjectInformationViolation() constant [all …]
|
| H A D | CodeSigningConfigurationTest.kt | 15 val rootCert = getTestCertificate(TestCertificateType.CHAIN_ROOT) in test_separateCertificateChain() constant 28 leafCert + intermediateCert + rootCert in test_separateCertificateChain() 147 val rootCert = getTestCertificate(TestCertificateType.CHAIN_ROOT) in test_validateSignature_DoesUseChainInManifestResponseIfFlagIsTrue() constant 149 rootCert, in test_validateSignature_DoesUseChainInManifestResponseIfFlagIsTrue()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/codesigning/ |
| H A D | CertificateChain.kt | 98 val rootCert = last() in <lambda>() constant 99 if (!rootCert.isCACertificate()) { in <lambda>() 103 var lastExpoProjectInformation = rootCert.expoProjectInformation() in <lambda>() 104 var maxPathLengthConstraint = rootCert.basicConstraints in <lambda>()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/codesigning/ |
| H A D | CertificateChain.kt | 98 val rootCert = last() in <lambda>() constant 99 if (!rootCert.isCACertificate()) { in <lambda>() 103 var lastExpoProjectInformation = rootCert.expoProjectInformation() in <lambda>() 104 var maxPathLengthConstraint = rootCert.basicConstraints in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/codesigning/ |
| H A D | CertificateChain.kt | 98 val rootCert = last() in <lambda>() constant 99 if (!rootCert.isCACertificate()) { in <lambda>() 103 var lastExpoProjectInformation = rootCert.expoProjectInformation() in <lambda>() 104 var maxPathLengthConstraint = rootCert.basicConstraints in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/codesigning/ |
| H A D | CertificateChain.kt | 98 val rootCert = last() in <lambda>() constant 99 if (!rootCert.isCACertificate()) { in <lambda>() 103 var lastExpoProjectInformation = rootCert.expoProjectInformation() in <lambda>() 104 var maxPathLengthConstraint = rootCert.basicConstraints in <lambda>()
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/ |
| H A D | FileDownloaderManifestParsingTest.kt | 666 val rootCert = getTestCertificate(TestCertificateType.CHAIN_ROOT) in testManifestParsing_MultipartBodySignedCertificateParticularExperience() constant 715 UpdatesConfiguration.UPDATES_CONFIGURATION_CODE_SIGNING_CERTIFICATE to rootCert, in testManifestParsing_MultipartBodySignedCertificateParticularExperience() 763 val rootCert = getTestCertificate(TestCertificateType.CHAIN_ROOT) in testManifestParsing_MultipartBodySignedCertificateParticularExperience_IncorrectExperienceInManifest() constant 804 UpdatesConfiguration.UPDATES_CONFIGURATION_CODE_SIGNING_CERTIFICATE to rootCert, in testManifestParsing_MultipartBodySignedCertificateParticularExperience_IncorrectExperienceInManifest() 848 val rootCert = getTestCertificate(TestCertificateType.CHAIN_ROOT) in testManifestParsing_MultipartBodySignedCertificateParticularExperience_IncorrectExperienceInDirective() constant 885 UpdatesConfiguration.UPDATES_CONFIGURATION_CODE_SIGNING_CERTIFICATE to rootCert, in testManifestParsing_MultipartBodySignedCertificateParticularExperience_IncorrectExperienceInDirective()
|