summary refs log tree commit diff
path: root/crypto/test/UnitTests.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2019-05-10 00:11:02 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2019-05-10 00:11:02 +0700
commit0bc02dcc565eb365826cb9f27b5dbb4c73c8f1b8 (patch)
tree793d555d87962a5ab11e95306139f9dd58070619 /crypto/test/UnitTests.csproj
parentKDF Related tests. (diff)
downloadBouncyCastle.NET-ed25519-0bc02dcc565eb365826cb9f27b5dbb4c73c8f1b8.tar.xz
Update KDF test project files and .NET 1.1 compat.
Diffstat (limited to 'crypto/test/UnitTests.csproj')
-rw-r--r--crypto/test/UnitTests.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index 8dee69be2..63cf0b713 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -297,6 +297,10 @@
     <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\test\cavp\CavpReader.cs" />
+    <Compile Include="src\crypto\test\cavp\KDFCounterTests.cs" />
+    <Compile Include="src\crypto\test\cavp\KDFDoublePipelineTests.cs" />
+    <Compile Include="src\crypto\test\cavp\KDFFeedbackCounterTests.cs" />
     <Compile Include="src\crypto\tls\test\ByteQueueStreamTest.cs" />
     <Compile Include="src\crypto\tls\test\DtlsProtocolTest.cs" />
     <Compile Include="src\crypto\tls\test\DtlsTestCase.cs" />
@@ -424,6 +428,7 @@
     <Compile Include="src\test\GOST3410Test.cs" />
     <Compile Include="src\test\HMacTest.cs" />
     <Compile Include="src\test\IESTest.cs" />
+    <Compile Include="src\test\KdfCounterTest.cs" />
     <Compile Include="src\test\MacTest.cs" />
     <Compile Include="src\test\MqvTest.cs" />
     <Compile Include="src\test\NamedCurveTest.cs" />