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.csproj32
1 files changed, 32 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index 59cff41e1..3fd7154d9 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -256,13 +256,37 @@
     <Compile Include="src\crypto\test\VMPCMacTest.cs" />
     <Compile Include="src\crypto\test\VMPCTest.cs" />
     <Compile Include="src\crypto\test\WhirlpoolDigestTest.cs" />
+    <Compile Include="src\crypto\test\X931SignerTest.cs" />
     <Compile Include="src\crypto\test\XSalsa20Test.cs" />
     <Compile Include="src\crypto\test\XTEATest.cs" />
+    <Compile Include="src\crypto\tls\test\DtlsProtocolTest.cs" />
+    <Compile Include="src\crypto\tls\test\DtlsTestCase.cs" />
+    <Compile Include="src\crypto\tls\test\DtlsTestSuite.cs" />
+    <Compile Include="src\crypto\tls\test\LoggingDatagramTransport.cs" />
+    <Compile Include="src\crypto\tls\test\MockDatagramAssociation.cs" />
+    <Compile Include="src\crypto\tls\test\MockDtlsClient.cs" />
+    <Compile Include="src\crypto\tls\test\MockDtlsServer.cs" />
+    <Compile Include="src\crypto\tls\test\MockPskTlsClient.cs" />
+    <Compile Include="src\crypto\tls\test\MockPskTlsServer.cs" />
+    <Compile Include="src\crypto\tls\test\MockSrpTlsClient.cs" />
+    <Compile Include="src\crypto\tls\test\MockSrpTlsServer.cs" />
     <Compile Include="src\crypto\tls\test\MockTlsClient.cs" />
     <Compile Include="src\crypto\tls\test\MockTlsServer.cs" />
+    <Compile Include="src\crypto\tls\test\NetworkStream.cs" />
+    <Compile Include="src\crypto\tls\test\PipedStream.cs" />
+    <Compile Include="src\crypto\tls\test\PskTlsClientTest.cs" />
     <Compile Include="src\crypto\tls\test\TlsClientTest.cs" />
+    <Compile Include="src\crypto\tls\test\TlsProtocolTest.cs" />
+    <Compile Include="src\crypto\tls\test\TlsPskProtocolTest.cs" />
     <Compile Include="src\crypto\tls\test\TlsServerTest.cs" />
+    <Compile Include="src\crypto\tls\test\TlsSrpProtocolTest.cs" />
+    <Compile Include="src\crypto\tls\test\TlsTestCase.cs" />
+    <Compile Include="src\crypto\tls\test\TlsTestClientImpl.cs" />
+    <Compile Include="src\crypto\tls\test\TlsTestConfig.cs" />
+    <Compile Include="src\crypto\tls\test\TlsTestServerImpl.cs" />
+    <Compile Include="src\crypto\tls\test\TlsTestSuite.cs" />
     <Compile Include="src\crypto\tls\test\TlsTestUtilities.cs" />
+    <Compile Include="src\crypto\tls\test\UnreliableDatagramTransport.cs" />
     <Compile Include="src\math\ec\test\AllTests.cs" />
     <Compile Include="src\math\ec\test\ECAlgorithmsTest.cs" />
     <Compile Include="src\math\ec\test\ECPointPerformanceTest.cs" />
@@ -1199,9 +1223,17 @@
     <EmbeddedResource Include="data\tls\server.tmpl" />
     <EmbeddedResource Include="data\tls\x509-ca-key.pem" />
     <EmbeddedResource Include="data\tls\x509-ca.pem" />
+    <EmbeddedResource Include="data\tls\x509-client-dsa.pem" />
+    <EmbeddedResource Include="data\tls\x509-client-ecdsa.pem" />
     <EmbeddedResource Include="data\tls\x509-client-key.pem" />
+    <EmbeddedResource Include="data\tls\x509-client-key-dsa.pem" />
+    <EmbeddedResource Include="data\tls\x509-client-key-ecdsa.pem" />
     <EmbeddedResource Include="data\tls\x509-client.pem" />
+    <EmbeddedResource Include="data\tls\x509-server-dsa.pem" />
+    <EmbeddedResource Include="data\tls\x509-server-ecdsa.pem" />
     <EmbeddedResource Include="data\tls\x509-server-key.pem" />
+    <EmbeddedResource Include="data\tls\x509-server-key-dsa.pem" />
+    <EmbeddedResource Include="data\tls\x509-server-key-ecdsa.pem" />
     <EmbeddedResource Include="data\tls\x509-server.pem" />
     <EmbeddedResource Include="data\tls\keystores\client_store.dsa" />
     <EmbeddedResource Include="data\tls\keystores\client_store.rsa" />