diff --git a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DSA/DSAKeyFileTests.cs b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DSA/DSAKeyFileTests.cs index 5f3a0f5b82a6da..6564a97b17fd27 100644 --- a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DSA/DSAKeyFileTests.cs +++ b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DSA/DSAKeyFileTests.cs @@ -565,6 +565,7 @@ public static void DecryptPkcs12WithBytes() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public static void DecryptPkcs12PbeTooManyIterations() { // pbeWithSHAAnd3-KeyTripleDES-CBC with 600,001 iterations @@ -585,6 +586,7 @@ public static void DecryptPkcs12PbeTooManyIterations() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public static void ReadWriteDsa1024EncryptedPkcs8_Pbes2HighIterations() { // pkcs5PBES2 hmacWithSHA256 aes128-CBC with 600,001 iterations diff --git a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/EC/ECKeyFileTests.cs b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/EC/ECKeyFileTests.cs index dcfe4e81af9694..689e1391cb3eed 100644 --- a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/EC/ECKeyFileTests.cs +++ b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/EC/ECKeyFileTests.cs @@ -959,6 +959,7 @@ public void DecryptPkcs12WithBytes() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public void DecryptPkcs12PbeTooManyIterations() { // pbeWithSHAAnd3-KeyTripleDES-CBC with 600,001 iterations @@ -976,6 +977,7 @@ public void DecryptPkcs12PbeTooManyIterations() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public void ReadWriteEc256EncryptedPkcs8_Pbes2HighIterations() { // pkcs5PBES2 hmacWithSHA256 aes128-CBC with 600,001 iterations diff --git a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/ECDsa/ECDsaTests.netcoreapp.cs b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/ECDsa/ECDsaTests.netcoreapp.cs index e2040d47888d3d..eb12b87acba738 100644 --- a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/ECDsa/ECDsaTests.netcoreapp.cs +++ b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/ECDsa/ECDsaTests.netcoreapp.cs @@ -7,6 +7,7 @@ namespace System.Security.Cryptography.EcDsa.Tests { [SkipOnPlatform(TestPlatforms.Browser, "Not supported on Browser")] + [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public sealed class ECDsaTests_Span : ECDsaTests { protected override bool VerifyData(ECDsa ecdsa, byte[] data, int offset, int count, byte[] signature, HashAlgorithmName hashAlgorithm) => diff --git a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/RSAKeyFileTests.cs b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/RSAKeyFileTests.cs index f3f9b1b85e8c04..d79be4e69f2f0a 100644 --- a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/RSAKeyFileTests.cs +++ b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/RSAKeyFileTests.cs @@ -107,6 +107,7 @@ public static void ReadWriteBigExponentPrivatePkcs1() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public static void ReadWriteDiminishedDPPrivatePkcs1() { ReadWriteBase64PrivatePkcs1( @@ -789,6 +790,7 @@ public static void ReadPbes2Rc2EncryptedDiminishedDP_PasswordBytes() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public static void ReadEncryptedDiminishedDP_EmptyPassword() { // [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Suppression approved. Unit test key.")] @@ -1254,6 +1256,7 @@ public static void DecryptPkcs12WithBytes() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public static void DecryptPkcs12PbeTooManyIterations() { // pbeWithSHAAnd3-KeyTripleDES-CBC with 600,001 iterations @@ -1290,6 +1293,7 @@ public static void DecryptPkcs12PbeTooManyIterations() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public static void ReadWriteRsa2048EncryptedPkcs8_Pbes2HighIterations() { // pkcs5PBES2 hmacWithSHA256 aes128-CBC with 600,001 iterations