summary refs log tree commit diff
path: root/crypto/crypto.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/crypto.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/crypto.csproj')
-rw-r--r--crypto/crypto.csproj32
1 files changed, 32 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj

index d48b2db5b..2f16fa08b 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj
@@ -7529,6 +7529,38 @@ BuildAction = "Compile" /> <File + RelPath = "test\data\cert_chain.data" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "test\data\cert_chain_nl.data" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "test\data\qvRooCa3.crt" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "test\data\suvaEE.crt" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "test\data\suvaEmail1.crt" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "test\data\suvaRoot1.crt" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "test\data\ThawteSGCCA.cer" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "test\data\ThawteSGCCA.crl" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "test\data\asn1\masterlist-content.data" BuildAction = "EmbeddedResource" />