[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 07:16:37 -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 01:51:55.000000000 -0400
+++ shadow/59545.tmp.26385 2004-06-04 07:16:37.000000000 -0400
@@ -39,6 +39,15 @@
See also http://bugzilla.ximian.com/show_bug.cgi?id=59165
------- Additional Comments From tim@cbcl.co.uk 2004-06-03 05:54 -------
Created an attachment (id=7984)
TGZ containing a test case and example data.
+
+------- Additional Comments From atsushi@ximian.com 2004-06-04 07:16 -------
+Thanks for the cool tests.
+
+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).