1 files changed, 13 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index 11b20066e..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" />
@@ -316,6 +320,7 @@
<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\PskTlsServerTest.cs" />
<Compile Include="src\crypto\tls\test\TlsClientTest.cs" />
<Compile Include="src\crypto\tls\test\TlsProtocolTest.cs" />
<Compile Include="src\crypto\tls\test\TlsProtocolNonBlockingTest.cs" />
@@ -423,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" />
@@ -476,6 +482,13 @@
<EmbeddedResource Include="data\ThawteSGCCA.crl" />
<EmbeddedResource Include="data\crypto\SHA3TestVectors.txt" />
<EmbeddedResource Include="data\crypto\SHAKETestVectors.txt" />
+ <EmbeddedResource Include="data\crypto\cavp\original_KDFCTR_gen.rsp" />
+ <EmbeddedResource Include="data\crypto\cavp\KDFCTR_gen.rsp" />
+ <EmbeddedResource Include="data\crypto\cavp\KDFDblPipelineCounter_gen.rsp" />
+ <EmbeddedResource Include="data\crypto\cavp\KDFDblPipelineNoCounter_gen.rsp" />
+ <EmbeddedResource Include="data\crypto\cavp\KDFFeedbackCounter_gen.rsp" />
+ <EmbeddedResource Include="data\crypto\cavp\KDFFeedbackNoCounter_gen.rsp" />
+ <EmbeddedResource Include="data\crypto\cavp\KDFFeedbackNoIV_gen.rsp" />
<EmbeddedResource Include="data\PKITS\README.txt" />
<EmbeddedResource Include="data\PKITS\certs\AllCertificatesNoPoliciesTest2EE.crt" />
<EmbeddedResource Include="data\PKITS\certs\AllCertificatesSamePoliciesTest10EE.crt" />
|