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 17:37:25 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2017-09-17 17:37:25 +0700
commitb90398d12fa57868910ab10566cd0f27cdd99aba (patch)
tree7f8d35212d0decbb399f47cfad6b4b0993a0fd24 /crypto/crypto.csproj
parentAdd new PGP signature testcase (diff)
downloadBouncyCastle.NET-ed25519-b90398d12fa57868910ab10566cd0f27cdd99aba.tar.xz
Add testcase for RAW PKCS#1 signatures missing DER NULL
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 2f16fa08b..e2ad3ea69 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -7597,6 +7597,14 @@
                     BuildAction = "EmbeddedResource"
                 />
                 <File
+                    RelPath = "test\data\cms\sigs\rawsha256nonull.p7m"
+                    BuildAction = "EmbeddedResource"
+                />
+                <File
+                    RelPath = "test\data\cms\sigs\SignedMSPkcs7.sig"
+                    BuildAction = "EmbeddedResource"
+                />
+                <File
                     RelPath = "test\data\crypto\SHA3TestVectors.txt"
                     BuildAction = "EmbeddedResource"
                 />