summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-08-31 19:18:14 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-08-31 19:18:14 +0700
commit057b9516f6e3d3426f8b2175ac29f99d14166ac9 (patch)
tree65c8348fe3af9bb01175744a6574f97b22a3bae7 /crypto/crypto.csproj
parentfixed typos (diff)
downloadBouncyCastle.NET-ed25519-057b9516f6e3d3426f8b2175ac29f99d14166ac9.tar.xz
Test client for TLS 1.3 (external) PSK
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index bb2eed13f..442fda26d 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -14584,6 +14584,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\crypto\tls\test\MockPskTls13Client.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\crypto\tls\test\MockPskTlsClient.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -14624,6 +14629,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\crypto\tls\test\PskTls13ClientTest.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\crypto\tls\test\PskTlsClientTest.cs"
                     SubType = "Code"
                     BuildAction = "Compile"