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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Jun 2004 09:55:51 -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-04 07:16:37.000000000 -0400
+++ shadow/59545.tmp.28166	2004-06-04 09:55:51.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59545
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Debian Woody
 OS Details: Linux 2.4.25-1-686 #3
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: System.Security
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: tim@cbcl.co.uk               
 QAContact: mono-bugs@ximian.com
@@ -48,6 +48,9 @@
 
 Partly fixed SignedXml. We didn't support #xpointer(/) that is said as
 "MUST" item in the spec. #xpointer(id("doh")) should be implemented too.
 
 Now one remaining bug is that we fail to create correct hash for
 SignedInfo (that's SignedXml bug I believe).
+
+------- Additional Comments From atsushi@ximian.com  2004-06-04 09:55 -------
+Ok, now all the signatures should be signed & verified correctly. Thanks.