summary refs log tree commit diff
path: root/crypto/test/UnitTests.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/UnitTests.csproj')
-rw-r--r--crypto/test/UnitTests.csproj42
1 files changed, 42 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index 0c0184d42..c5fdecd54 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -467,6 +467,48 @@
     <Compile Include="src\test\nist\NistCertPathTest.cs" />
     <Compile Include="src\test\nist\NistCertPathTest2.cs" />
     <Compile Include="src\test\rsa3\RSA3CertTest.cs" />
+    <Compile Include="src\tls\crypto\test\BcTlsCryptoTest.cs" />
+    <Compile Include="src\tls\test\ByteQueueInputStreamTest.cs" />
+    <Compile Include="src\tls\test\CertChainUtilities.cs" />
+    <Compile Include="src\tls\test\DtlsProtocolTest.cs" />
+    <Compile Include="src\tls\test\DtlsPskProtocolTest.cs" />
+    <Compile Include="src\tls\test\DtlsTestCase.cs" />
+    <Compile Include="src\tls\test\DtlsTestClientProtocol.cs" />
+    <Compile Include="src\tls\test\DtlsTestServerProtocol.cs" />
+    <Compile Include="src\tls\test\DtlsTestSuite.cs" />
+    <Compile Include="src\tls\test\LoggingDatagramTransport.cs" />
+    <Compile Include="src\tls\test\MockDatagramAssociation.cs" />
+    <Compile Include="src\tls\test\MockDtlsClient.cs" />
+    <Compile Include="src\tls\test\MockDtlsServer.cs" />
+    <Compile Include="src\tls\test\MockPskDtlsClient.cs" />
+    <Compile Include="src\tls\test\MockPskDtlsServer.cs" />
+    <Compile Include="src\tls\test\MockPskTlsClient.cs" />
+    <Compile Include="src\tls\test\MockPskTlsServer.cs" />
+    <Compile Include="src\tls\test\MockSrpTlsClient.cs" />
+    <Compile Include="src\tls\test\MockSrpTlsServer.cs" />
+    <Compile Include="src\tls\test\MockTlsClient.cs" />
+    <Compile Include="src\tls\test\MockTlsServer.cs" />
+    <Compile Include="src\tls\test\NetworkStream.cs" />
+    <Compile Include="src\tls\test\PipedStream.cs" />
+    <Compile Include="src\tls\test\PrfTest.cs" />
+    <Compile Include="src\tls\test\PskTlsClientTest.cs" />
+    <Compile Include="src\tls\test\PskTlsServerTest.cs" />
+    <Compile Include="src\tls\test\TlsClientTest.cs" />
+    <Compile Include="src\tls\test\TlsProtocolNonBlockingTest.cs" />
+    <Compile Include="src\tls\test\TlsProtocolTest.cs" />
+    <Compile Include="src\tls\test\TlsPskProtocolTest.cs" />
+    <Compile Include="src\tls\test\TlsServerTest.cs" />
+    <Compile Include="src\tls\test\TlsSrpProtocolTest.cs" />
+    <Compile Include="src\tls\test\TlsTestCase.cs" />
+    <Compile Include="src\tls\test\TlsTestClientImpl.cs" />
+    <Compile Include="src\tls\test\TlsTestClientProtocol.cs" />
+    <Compile Include="src\tls\test\TlsTestConfig.cs" />
+    <Compile Include="src\tls\test\TlsTestServerImpl.cs" />
+    <Compile Include="src\tls\test\TlsTestServerProtocol.cs" />
+    <Compile Include="src\tls\test\TlsTestSuite.cs" />
+    <Compile Include="src\tls\test\TlsTestUtilities.cs" />
+    <Compile Include="src\tls\test\TlsUtilitiesTest.cs" />
+    <Compile Include="src\tls\test\UnreliableDatagramTransport.cs" />
     <Compile Include="src\tsp\test\AllTests.cs" />
     <Compile Include="src\tsp\test\GenTimeAccuracyTest.cs" />
     <Compile Include="src\tsp\test\ParseTest.cs" />