Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorNathan Ricci <naricc@microsoft.com>2021-03-15 22:44:56 +0300
committerGitHub <noreply@github.com>2021-03-15 22:44:56 +0300
commit7aa2c4c9a1d57e0310aed5bd4cfe74da6be00e74 (patch)
treeea436bd49e4ab67fd5224e72de9ef5037441e686 /mcs
parent27b214df767d4cedc38336bfbad317ed51f95539 (diff)
[CREDSCAN] Replaced testcertificate with placeholder. (#20912)
Diffstat (limited to 'mcs')
-rwxr-xr-xmcs/class/System.Net.Http/FunctionalTests/setup-client.rb4
-rw-r--r--mcs/class/System/Test/TestData/testclienteku.contoso.com.pfxbin5278 -> 4997 bytes
-rw-r--r--mcs/class/System/Test/TestData/testnoeku.contoso.com.pfxbin5246 -> 4957 bytes
-rw-r--r--mcs/class/System/Test/TestData/testselfsignedservereku.contoso.com.pfxbin4247 -> 4085 bytes
-rw-r--r--mcs/class/System/Test/TestData/testservereku.contoso.com.pfxbin5278 -> 5005 bytes
-rw-r--r--mcs/class/test-helpers/Configuration.Certificates.cs2
6 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/System.Net.Http/FunctionalTests/setup-client.rb b/mcs/class/System.Net.Http/FunctionalTests/setup-client.rb
index 2a6a4577dd0..ed08bb8dd5a 100755
--- a/mcs/class/System.Net.Http/FunctionalTests/setup-client.rb
+++ b/mcs/class/System.Net.Http/FunctionalTests/setup-client.rb
@@ -66,7 +66,7 @@ installCertificate()
#$script:certificatePath = "$($script:testData)\corefx-testdata-master\System.Net.TestData"
#$script:clientPrivateKeyPath = Join-Path $script:certificatePath "testclient1_at_contoso.com.pfx"
-#$script:clientPrivateKeyPassword = "testcertificate"
+#$script:clientPrivateKeyPassword = "PLACEHOLDER"
##$script:serverPrivateKeyPath = Join-Path $script:certificatePath "contoso.com.pfx"
-#$script:serverPrivateKeyPassword = "testcertificate""
+#$script:serverPrivateKeyPassword = "PLACEHOLDER"
diff --git a/mcs/class/System/Test/TestData/testclienteku.contoso.com.pfx b/mcs/class/System/Test/TestData/testclienteku.contoso.com.pfx
index 0c42f4c2723..fbebfb015f5 100644
--- a/mcs/class/System/Test/TestData/testclienteku.contoso.com.pfx
+++ b/mcs/class/System/Test/TestData/testclienteku.contoso.com.pfx
Binary files differ
diff --git a/mcs/class/System/Test/TestData/testnoeku.contoso.com.pfx b/mcs/class/System/Test/TestData/testnoeku.contoso.com.pfx
index 73c89c1b7ea..d65da8750ec 100644
--- a/mcs/class/System/Test/TestData/testnoeku.contoso.com.pfx
+++ b/mcs/class/System/Test/TestData/testnoeku.contoso.com.pfx
Binary files differ
diff --git a/mcs/class/System/Test/TestData/testselfsignedservereku.contoso.com.pfx b/mcs/class/System/Test/TestData/testselfsignedservereku.contoso.com.pfx
index 8c34c65ea75..49f85f1e172 100644
--- a/mcs/class/System/Test/TestData/testselfsignedservereku.contoso.com.pfx
+++ b/mcs/class/System/Test/TestData/testselfsignedservereku.contoso.com.pfx
Binary files differ
diff --git a/mcs/class/System/Test/TestData/testservereku.contoso.com.pfx b/mcs/class/System/Test/TestData/testservereku.contoso.com.pfx
index 1d59670a017..1b6111f7319 100644
--- a/mcs/class/System/Test/TestData/testservereku.contoso.com.pfx
+++ b/mcs/class/System/Test/TestData/testservereku.contoso.com.pfx
Binary files differ
diff --git a/mcs/class/test-helpers/Configuration.Certificates.cs b/mcs/class/test-helpers/Configuration.Certificates.cs
index b7e5e222446..65442b10121 100644
--- a/mcs/class/test-helpers/Configuration.Certificates.cs
+++ b/mcs/class/test-helpers/Configuration.Certificates.cs
@@ -16,7 +16,7 @@ namespace System.Net.Test.Common
{
public static partial class Certificates
{
- private const string CertificatePassword = "testcertificate";
+ private const string CertificatePassword = "PLACEHOLDER";
private const string TestDataFolder = "TestData";
private static readonly Mutex m;