diff options
-rw-r--r-- | crypto/crypto.csproj | 25 | ||||
-rw-r--r-- | crypto/test/UnitTests.csproj | 5 |
2 files changed, 30 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 442fda26d..f562cf91d 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -13714,6 +13714,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\io\test\PemReaderTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\prng\test\CtrDrbgTest.cs" SubType = "Code" BuildAction = "Compile" @@ -15174,6 +15179,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\test\GcmSivTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\test\GOST28147Test.cs" SubType = "Code" BuildAction = "Compile" @@ -15224,6 +15234,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\test\ParallelHashTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\test\PBETest.cs" SubType = "Code" BuildAction = "Compile" @@ -15284,11 +15299,21 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\test\SP80038GTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\test\TestUtilities.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "test\src\test\TupleHashTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\test\WrapTest.cs" SubType = "Code" BuildAction = "Compile" diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj index 72d9e6320..1cacbd43f 100644 --- a/crypto/test/UnitTests.csproj +++ b/crypto/test/UnitTests.csproj @@ -149,6 +149,7 @@ <Compile Include="src\crypto\agreement\test\JPakeParticipantTest.cs" /> <Compile Include="src\crypto\agreement\test\JPakePrimeOrderGroupTest.cs" /> <Compile Include="src\crypto\agreement\test\JPakeUtilitiesTest.cs" /> + <Compile Include="src\crypto\io\test\PemReaderTest.cs" /> <Compile Include="src\crypto\prng\test\CtrDrbgTest.cs" /> <Compile Include="src\crypto\prng\test\DrbgTestVector.cs" /> <Compile Include="src\crypto\prng\test\HashDrbgTest.cs" /> @@ -438,6 +439,7 @@ <Compile Include="src\test\ElGamalTest.cs" /> <Compile Include="src\test\EncryptedPrivateKeyInfoTest.cs" /> <Compile Include="src\test\FIPSDESTest.cs" /> + <Compile Include="src\test\GcmSivTest.cs" /> <Compile Include="src\test\GOST28147Test.cs" /> <Compile Include="src\test\GOST3410Test.cs" /> <Compile Include="src\test\HMacTest.cs" /> @@ -448,6 +450,7 @@ <Compile Include="src\test\NamedCurveTest.cs" /> <Compile Include="src\test\NistCertPathTest.cs" /> <Compile Include="src\test\NoekeonTest.cs" /> + <Compile Include="src\test\ParallelHashTest.cs" /> <Compile Include="src\test\PBETest.cs" /> <Compile Include="src\test\PEMData.cs" /> <Compile Include="src\test\PKCS10CertRequestTest.cs" /> @@ -460,7 +463,9 @@ <Compile Include="src\test\SEEDTest.cs" /> <Compile Include="src\test\SigTest.cs" /> <Compile Include="src\test\SM4Test.cs" /> + <Compile Include="src\test\SP80038GTest.cs" /> <Compile Include="src\test\TestUtilities.cs" /> + <Compile Include="src\test\TupleHashTest.cs" /> <Compile Include="src\test\WrapTest.cs" /> <Compile Include="src\test\X509CertificatePairTest.cs" /> <Compile Include="src\test\X509StoreTest.cs" /> |