summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-10-17 22:45:59 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-10-17 22:45:59 +0700
commit8d372005bb65e87e8b91766a8e9c5ef29840f34f (patch)
tree314afec3f9413bd6c1a44b000a9e99529ea7aee3
parentExperimental server-side TLS 1.3 PSK (diff)
downloadBouncyCastle.NET-ed25519-8d372005bb65e87e8b91766a8e9c5ef29840f34f.tar.xz
Fix tls test files
-rw-r--r--crypto/crypto.csproj50
1 files changed, 25 insertions, 25 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 5781f7711..173b4eef2 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -14594,16 +14594,6 @@
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "test\src\crypto\tls\test\MockPskTls13Client.cs"
-                    SubType = "Code"
-                    BuildAction = "Compile"
-                />
-                <File
-                    RelPath = "test\src\crypto\tls\test\MockPskTls13Server.cs"
-                    SubType = "Code"
-                    BuildAction = "Compile"
-                />
-                <File
                     RelPath = "test\src\crypto\tls\test\MockPskTlsClient.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -14644,16 +14634,6 @@
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "test\src\crypto\tls\test\PskTls13ClientTest.cs"
-                    SubType = "Code"
-                    BuildAction = "Compile"
-                />
-                <File
-                    RelPath = "test\src\crypto\tls\test\PskTls13ServerTest.cs"
-                    SubType = "Code"
-                    BuildAction = "Compile"
-                />
-                <File
                     RelPath = "test\src\crypto\tls\test\PskTlsClientTest.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -14664,11 +14644,6 @@
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "test\src\crypto\tls\test\Tls13PskProtocolTest.cs"
-                    SubType = "Code"
-                    BuildAction = "Compile"
-                />
-                <File
                     RelPath = "test\src\crypto\tls\test\TlsClientTest.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -15454,6 +15429,16 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\tls\test\MockPskTls13Client.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "test\src\tls\test\MockPskTls13Server.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\tls\test\MockPskTlsClient.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -15499,6 +15484,16 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\tls\test\PskTls13ClientTest.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "test\src\tls\test\PskTls13ServerTest.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\tls\test\PskTlsClientTest.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -15509,6 +15504,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\tls\test\Tls13PskProtocolTest.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\tls\test\TlsClientTest.cs"
                     SubType = "Code"
                     BuildAction = "Compile"