Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs b/src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs
index 07c192c0f7a..3b653450eb4 100644
--- a/src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs
+++ b/src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs
@@ -178,6 +178,7 @@ namespace System.Security.Cryptography.Pkcs.Tests
}
[Fact]
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/45168", TargetFrameworkMonikers.NetFramework)]
public static void DocumentDescriptionMissingTerminator()
{
byte[] rawData = "041e4d00790020004400650073006300720069007000740069006f006e002100".HexToByteArray();
@@ -251,6 +252,7 @@ namespace System.Security.Cryptography.Pkcs.Tests
}
[Fact]
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/45168", TargetFrameworkMonikers.NetFramework)]
public static void DocumentNameMissingTerminator()
{
byte[] rawData = "04104d00790020004e0061006d0065002100".HexToByteArray();