diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-09 23:25:20 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-09 23:25:20 +0700 |
commit | 652d1db675ca9bd3b41914649dd4e61f32c238e6 (patch) | |
tree | b165d8e03776a30460563703d263604dfb108fa1 /crypto/crypto.csproj | |
parent | Port of TlsTestSuite from Java, and misc. TLS code (diff) | |
download | BouncyCastle.NET-ed25519-652d1db675ca9bd3b41914649dd4e61f32c238e6.tar.xz |
Port of DTLS tests from Java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 9d185ade3..35474aebb 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -11088,6 +11088,21 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\tls\test\DtlsProtocolTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\tls\test\DtlsTestCase.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\tls\test\DtlsTestSuite.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\tls\test\LoggingDatagramTransport.cs" SubType = "Code" BuildAction = "Compile" @@ -11098,6 +11113,16 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\tls\test\MockDtlsClient.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\tls\test\MockDtlsServer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\tls\test\MockPskTlsClient.cs" SubType = "Code" BuildAction = "Compile" @@ -11138,6 +11163,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\tls\test\PskTlsClientTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\tls\test\TlsClientTest.cs" SubType = "Code" BuildAction = "Compile" |