[Mono-bugs] [Bug 59545][Nor] Changed - Mono Beta 2: XML signature incompatability between Mono and .NET

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Jun 2004 19:24:20 -0400 (EDT)


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 atsushi@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59545

--- shadow/59545	2004-06-07 06:07:57.000000000 -0400
+++ shadow/59545.tmp.1577	2004-06-15 19:24:20.000000000 -0400
@@ -1,15 +1,15 @@
 Bug#: 59545
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Debian Woody
 OS Details: Linux 2.4.25-1-686 #3
-Status: REOPENED   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
-Priority: Major
+Priority: Normal
 Component: System.Security
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: tim@cbcl.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -71,6 +71,20 @@
    Tim
 
 ------- Additional Comments From atsushi@ximian.com  2004-06-07 06:07 -------
 The fix was singing part. So it will succeed if you update the
 signature (i.e. make sign with mono and mv *.signed mono/), except for
 the test case 4.
+
+------- Additional Comments From atsushi@ximian.com  2004-06-15 19:24 -------
+Now am downgrading the priority to Normal, since I found the boundary
+and that is one of the rare case. The incompatibility error happens
+when you use xml:* attributes on the document element. You will find
+that 1) when you envelope the doc4.xml with another element, the
+signature can be successfully created, and 2) You will find this
+example fails: <test xml:lang='en' />
+
+I tried to verify MS result by xmlsec, but it reported that the
+signature is invalid. I'm not sure if xmlsec is right, but at least
+our implementation is definitely against Canonical XML section 2.4. We
+should fix it, but not sure if we can fix before 1.0 release.
+