diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-09-17 17:37:25 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-09-17 17:37:25 +0700 |
commit | b90398d12fa57868910ab10566cd0f27cdd99aba (patch) | |
tree | 7f8d35212d0decbb399f47cfad6b4b0993a0fd24 /crypto/crypto.csproj | |
parent | Add new PGP signature testcase (diff) | |
download | BouncyCastle.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.csproj | 8 |
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" /> |