[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, 26 Mar 2004 07:52:06 -0500 (EST)


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-03-26 07:48:36.000000000 -0500
+++ shadow/55563.tmp.24766	2004-03-26 07:52:06.000000000 -0500
@@ -32,6 +32,61 @@
 - special code to support the ECMA key (for most assemblies);
 - special code to support the Microsoft key (for some assemblies);
 - strong name validation to the runtime (when loading assemblies
 outside the GAC).
 - and some other issues (like managing the keys ;-)
 All those items are being worked on.
+
+------- Additional Comments From sebastien@ximian.com  2004-03-26 07:52 -------
+The CVS version of mcs/corlib can now be used to strongname assemblies
+using the attributes found in AssemblyInfo.cs. The required public
+keys are also in CVS.
+
+Mono is currently building signature-compatible assemblies signed by
+three different keys:
+
+1.      The ECMA key (a)
+        Token:  b77a5c561934e089
+        CVS:    /mcs/class/ecma.pub
+        Assemblies:
+                mscorlib
+                System
+                System.Data
+                System.Data.ObjectSpaces
+                System.Data.OracleClient
+                System.Runtime.Remoting
+                System.Windows.Form
+                System.Xml
+
+2.      The Microsoft (final) key
+        Token:  b03f5f7f11d50a3a
+        CVS:    /mcs/class/msfinal.pub
+        Assemblies:
+                Accessibility
+                cccompmgd
+                CustomMarshalers
+                Microsoft.JScript
+                Microsoft.VisualBasic
+                Microsoft.VisualC
+                Microsoft.Vsa
+                System.Configuration.Install
+                System.Data.SqlXml
+                System.Design
+                System.DirectoryServices
+                System.Drawing
+                System.Drawing.Design
+                System.EnterpriseServices
+                System.Management
+                System.Messaging
+                System.Runtime.Serialization.Formatters.Soap
+                System.Security
+                System.ServiceProcess
+                System.Web
+                System.Web.Mobile
+                System.Web.Services
+
+3.      The Microsoft Web Service Enhancement key
+        Token:  31bf3856ad364e35
+        CVS:    /mcs/class/Microsoft.Web.Services/mswse.pub
+        Assemblies:
+                Microsoft.Web.Services
+