[Mono-bugs] [Bug 75070][Wis] New - Can't verify xml signature
generated by Apache XML Security
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 27 15:03:26 EDT 2005
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 rogerio.araujo at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75070
--- shadow/75070 2005-05-27 15:03:26.000000000 -0400
+++ shadow/75070.tmp.26831 2005-05-27 15:03:26.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 75070
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.Security
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: rogerio.araujo at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Can't verify xml signature generated by Apache XML Security
+
+When i use SignedXml to verify a digital signature in xml doc the test code
+tell that xml is invalid.
+
+
+Steps to reproduce the problem:
+1. Copy XmlSignature.cs and signature.xml to any folder.
+2. Compile XmlSignature.cs with 'mcs -r:System.Xml -r:System.Security
+XmlSignature.xml'
+3. Run with 'mono XmlSignature.exe signature.xml'
+
+Actual Results:
+Invalid signature using C# code.
+
+Expected Results:
+A valid signature.
+
+How often does this happen?
+Ever.
+
+Additional Information:
+I'm sending the signed xml and the C# code as attachment.
More information about the mono-bugs
mailing list