diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-10-12 15:49:54 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-10-12 15:49:54 +0700 |
commit | 06ba713c9b19102310675a6c58e07c68d8efb3c7 (patch) | |
tree | 2d4e747d988f74abca2a5513713e4ff0e8ed8e69 /crypto/crypto.csproj | |
parent | Add new file entries (diff) | |
download | BouncyCastle.NET-ed25519-06ba713c9b19102310675a6c58e07c68d8efb3c7.tar.xz |
Port of latest PGP tests and supporting code changes
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 7d3f17edf..0df3859b4 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -2544,6 +2544,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\bcpg\sig\Features.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\bcpg\sig\IssuerKeyID.cs" SubType = "Code" BuildAction = "Compile" @@ -6154,6 +6159,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\openpgp\PgpPad.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\openpgp\PGPPBEEncryptedData.cs" SubType = "Code" BuildAction = "Compile" @@ -6244,6 +6254,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\openpgp\Rfc6637Utilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\openpgp\SXprUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\openpgp\WrappedGeneratorStream.cs" SubType = "Code" BuildAction = "Compile" @@ -7454,6 +7474,14 @@ BuildAction = "EmbeddedResource" /> <File + RelPath = "test\data\openpgp\bigpub.asc" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "test\data\openpgp\longSigSubPack.asc" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "test\data\openpgp\dsa\README.txt" BuildAction = "None" /> @@ -7534,6 +7562,22 @@ BuildAction = "EmbeddedResource" /> <File + RelPath = "test\data\openpgp\unicode\passphrase_cyr.txt" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "test\data\openpgp\unicode\passphrase_for_test.txt" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "test\data\openpgp\unicode\secring.gpg" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "test\data\openpgp\unicode\test.asc" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "test\data\openssl\eckey.pem" BuildAction = "EmbeddedResource" /> @@ -11846,6 +11890,21 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\openpgp\test\PgpECDHTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\openpgp\test\PgpECDsaTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\openpgp\test\PgpECMessageTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\openpgp\test\PgpKeyRingTest.cs" SubType = "Code" BuildAction = "Compile" @@ -11866,6 +11925,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\openpgp\test\PgpParsingTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\openpgp\test\PGPPBETest.cs" SubType = "Code" BuildAction = "Compile" @@ -11881,6 +11945,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\openpgp\test\PgpUnicodeTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\openpgp\test\RegressionTest.cs" SubType = "Code" BuildAction = "Compile" |