[Mono-bugs] [Bug 55563][Nor] Changed - None of the Mono system assemblies are strong named
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Jun 2004 08:56:21 -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=55563
--- shadow/55563 2004-05-12 13:54:33.000000000 -0400
+++ shadow/55563.tmp.1510 2004-06-11 08:56:21.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 55563
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: sebastien@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
@@ -105,6 +105,17 @@
------- Additional Comments From miguel@ximian.com 2004-05-12 13:47 -------
Sebastien, we can close this right?
------- Additional Comments From sebastien@ximian.com 2004-05-12 13:54 -------
We're are still missing the signature verification in the runtime. I
will post the patch on mono-devel tonight.
+
+------- Additional Comments From sebastien@ximian.com 2004-06-11 08:56 -------
+What's in (1.0)
+- Private key has been published.
+- Public Key Token remapping now has it's configuration in machine.config.
+- sn.exe can now sign assemblies with a different private key if
+remapping is allowed (e.g. can sign ECMA assemblies with Mono key);
+- Assemblies are fully signed in the build process (make install).
+
+What's not (in 1.0)
+- Runtime doesn't enforce signature verification.