summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-03-08 20:46:41 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-03-08 20:46:41 +0700
commitddb8893eaf2e71e3aeb8bbd9e5cec846050744ac (patch)
treeb005448fb55e48f518b9b245f27d2df2a82470dc /crypto/crypto.csproj
parentDon't override default ciphersuites in test (diff)
downloadBouncyCastle.NET-ed25519-ddb8893eaf2e71e3aeb8bbd9e5cec846050744ac.tar.xz
Port TLS-PSK tests from Java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 66a50bb39..84844e827 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -11033,6 +11033,16 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\crypto\tls\test\MockPskTlsClient.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "test\src\crypto\tls\test\MockPskTlsServer.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\crypto\tls\test\MockTlsClient.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -11058,6 +11068,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\crypto\tls\test\TlsPskProtocolTest.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\crypto\tls\test\TlsServerTest.cs"
                     SubType = "Code"
                     BuildAction = "Compile"