summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-09-22 15:20:09 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-09-22 15:20:09 +0700
commit68dcbebe8966c5ff3a82ebcfce58b798039b8bbb (patch)
tree1d70320573277d16f6bffce461e63e2301fbfb49 /crypto/test
parentRestore old project file format (diff)
downloadBouncyCastle.NET-ed25519-68dcbebe8966c5ff3a82ebcfce58b798039b8bbb.tar.xz
Restore new tests
Diffstat (limited to 'crypto/test')
-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 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" />