[Mono-bugs] [Bug 68934][Nor] Changed - signcode/chktrust problem with timestamps
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 29 Oct 2004 19:46:59 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68934
--- shadow/68934 2004-10-29 11:11:09.000000000 -0400
+++ shadow/68934.tmp.9252 2004-10-29 19:46:59.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 68934
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Mono.Security
AssignedTo: sebastien@ximian.com
ReportedBy: sebastien@ximian.com
QAContact: mono-bugs@ximian.com
@@ -48,6 +48,13 @@
Always
Additional Information:
This used to work (a long time ago). A change in a related class must have
broken this.
+
+------- Additional Comments From sebastien@ximian.com 2004-10-29 19:46 -------
+Fixed in CVS - both HEAD and MONO-1-0 (but just after 1.0.4/1.1.2).
+
+Some attributes were duplicated in the signature (which isn't
+*legal*). Mono's chktrust was able to cope with this but MS chktrust
+wouldn't.