diff options
author | mw <megan@cryptoworkshop.com> | 2021-09-01 16:03:42 +1000 |
---|---|---|
committer | mw <megan@cryptoworkshop.com> | 2021-09-01 16:03:42 +1000 |
commit | 7a2b427aa4ea523095ed6bace919ee31d74ed91a (patch) | |
tree | 137160c58c2ec15f726b8f3c30436d58fefcf05b /crypto/test/UnitTests.csproj | |
parent | Issue #1 (diff) | |
parent | Test client for TLS 1.3 (external) PSK (diff) | |
download | BouncyCastle.NET-ed25519-7a2b427aa4ea523095ed6bace919ee31d74ed91a.tar.xz |
Merge from pull
Diffstat (limited to 'crypto/test/UnitTests.csproj')
-rw-r--r-- | crypto/test/UnitTests.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj index c5fdecd54..72d9e6320 100644 --- a/crypto/test/UnitTests.csproj +++ b/crypto/test/UnitTests.csproj @@ -482,6 +482,7 @@ <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\MockPskTls13Client.cs" /> <Compile Include="src\tls\test\MockPskTlsClient.cs" /> <Compile Include="src\tls\test\MockPskTlsServer.cs" /> <Compile Include="src\tls\test\MockSrpTlsClient.cs" /> @@ -491,6 +492,7 @@ <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\PskTls13ClientTest.cs" /> <Compile Include="src\tls\test\PskTlsClientTest.cs" /> <Compile Include="src\tls\test\PskTlsServerTest.cs" /> <Compile Include="src\tls\test\TlsClientTest.cs" /> |