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.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index 1650a05fa..1945f1367 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -491,6 +491,7 @@
     <Compile Include="src\tls\test\MockPskDtlsClient.cs" />
     <Compile Include="src\tls\test\MockPskDtlsServer.cs" />
     <Compile Include="src\tls\test\MockPskTls13Client.cs" />
+    <Compile Include="src\tls\test\MockPskTls13Server.cs" />
     <Compile Include="src\tls\test\MockPskTlsClient.cs" />
     <Compile Include="src\tls\test\MockPskTlsServer.cs" />
     <Compile Include="src\tls\test\MockSrpTlsClient.cs" />
@@ -501,8 +502,10 @@
     <Compile Include="src\tls\test\PipedStream.cs" />
     <Compile Include="src\tls\test\PrfTest.cs" />
     <Compile Include="src\tls\test\PskTls13ClientTest.cs" />
+    <Compile Include="src\tls\test\PskTls13ServerTest.cs" />
     <Compile Include="src\tls\test\PskTlsClientTest.cs" />
     <Compile Include="src\tls\test\PskTlsServerTest.cs" />
+    <Compile Include="src\tls\test\Tls13PskProtocolTest.cs" />
     <Compile Include="src\tls\test\TlsClientTest.cs" />
     <Compile Include="src\tls\test\TlsProtocolNonBlockingTest.cs" />
     <Compile Include="src\tls\test\TlsProtocolTest.cs" />