summary refs log tree commit diff
path: root/crypto/test/UnitTests.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2017-09-17 13:27:15 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2017-09-17 13:27:15 +0700
commit5947e7375fb40a94e705e799b7a3a81c95b1c937 (patch)
treeb1a0892d3665fcd36269035ab452e96a932ab780 /crypto/test/UnitTests.csproj
parentAvoid infinity appearing in lookup table for FixedPointCombMultiplier (diff)
downloadBouncyCastle.NET-ed25519-5947e7375fb40a94e705e799b7a3a81c95b1c937.tar.xz
Port of some newer test cases and data from Java CertTest
Diffstat (limited to 'crypto/test/UnitTests.csproj')
-rw-r--r--crypto/test/UnitTests.csproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index e9e0b3f4e..d4456b9c4 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -448,6 +448,14 @@
     <Compile Include="src\x509\test\TestCertificateGen.cs" />
   </ItemGroup>
   <ItemGroup>
+    <EmbeddedResource Include="data\cert_chain.data" />
+    <EmbeddedResource Include="data\cert_chain_nl.data" />
+    <EmbeddedResource Include="data\qvRooCa3.crt" />
+    <EmbeddedResource Include="data\suvaEE.crt" />
+    <EmbeddedResource Include="data\suvaEmail1.crt" />
+    <EmbeddedResource Include="data\suvaRoot1.crt" />
+    <EmbeddedResource Include="data\ThawteSGCCA.cer" />
+    <EmbeddedResource Include="data\ThawteSGCCA.crl" />
     <EmbeddedResource Include="data\crypto\SHA3TestVectors.txt" />
     <EmbeddedResource Include="data\crypto\SHAKETestVectors.txt" />
     <EmbeddedResource Include="data\PKITS\README.txt" />