diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-10-14 01:05:16 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-10-14 01:05:16 +0700 |
commit | 1b15bfc5d4b7e478887f5202c74e563382ffa2d9 (patch) | |
tree | f4eedff7c22b12b5a9ad5b1ef474159505aa09f7 /crypto/crypto.csproj | |
parent | Improve ASN.1 set special handling (diff) | |
download | BouncyCastle.NET-ed25519-1b15bfc5d4b7e478887f5202c74e563382ffa2d9.tar.xz |
Ignore PGP signatures with invalid version
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index c7f5d4c22..e06b37f9f 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -2589,6 +2589,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\bcpg\UnsupportedPacketVersionException.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\bcpg\UserAttributePacket.cs" SubType = "Code" BuildAction = "Compile" @@ -14984,6 +14989,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\openpgp\test\PgpSignatureInvalidVersionIgnoredTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\openpgp\test\PGPSignatureTest.cs" SubType = "Code" BuildAction = "Compile" |