[Mono-bugs] [Bug 79454][Nor] New - [2.0] SignedXml does not support X509Data element
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 20 12:43:38 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=79454
--- shadow/79454 2006-09-20 12:43:38.000000000 -0400
+++ shadow/79454.tmp.2465 2006-09-20 12:43:38.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 79454
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Security
+AssignedTo: sebastien at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [2.0] SignedXml does not support X509Data element
+
+The SignedXml class does not check the X509Data element for public keys
+to use for verifying the XML signature:
+
+http://www.w3.org/TR/xmldsig-core/#sec-X509Data
+
+Apparently .NET 1.1 did not support this either, but .NET 2.0 does.
+
+To reproduce:
+
+1. Extract the attached (gzipped) tar.
+2. Execute:
+
+$ env PROFILE=net_2_0 make
+
+Expected result:
+
+When the repro is run on the 2.0 profile, the following output should be
+written to the console:
+
+#1: The XML signature is valid.
+#2: The XML signature is valid.
+#3: The XML signature is valid.
+#4: The XML signature is valid.
+
+Actual result:
+
+No output is written to the console.
More information about the mono-bugs
mailing list