diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-07 23:18:28 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-07 23:18:28 +0700 |
commit | cc3e0bb5dc165f33eabfe3f1d1f88aaff4471c5f (patch) | |
tree | 14f913ea1c3f11683ea0acf2c34a95f6a5a30afe /crypto/crypto.csproj | |
parent | Various updates from Java build (diff) | |
download | BouncyCastle.NET-ed25519-cc3e0bb5dc165f33eabfe3f1d1f88aaff4471c5f.tar.xz |
Port of some of the TLS 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 3f713e1c0..7b3dde612 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -11011,11 +11011,21 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\tls\test\PipedStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\tls\test\TlsClientTest.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\tls\test\TlsProtocolTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\tls\test\TlsServerTest.cs" SubType = "Code" BuildAction = "Compile" @@ -11026,6 +11036,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\tls\test\UnreliableDatagramTransport.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\math\ec\test\AllTests.cs" SubType = "Code" BuildAction = "Compile" |