diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-08 20:46:41 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-08 20:46:41 +0700 |
commit | ddb8893eaf2e71e3aeb8bbd9e5cec846050744ac (patch) | |
tree | b005448fb55e48f518b9b245f27d2df2a82470dc /crypto/crypto.csproj | |
parent | Don't override default ciphersuites in test (diff) | |
download | BouncyCastle.NET-ed25519-ddb8893eaf2e71e3aeb8bbd9e5cec846050744ac.tar.xz |
Port TLS-PSK tests from Java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 15 |
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" |